How to update value in managed metadata column in Nintex Forms 2013


Badge +1

Would like to know how to update the value in a managed metadata column in Nintex Forms 2013. Saw a post with some ideas but no clear explanation on what to do.

 

Thanks.


2 replies

Badge +1

My question was geared towards being able to pull information from another library's column and then automatically populating the current document's metadata (in editform.aspx) based on a user's selection.

It's okay. I've figured out what the other post was talking about after quite a few hours of researching online on how to automatically pre-populate a managed metadata field based on a user's current data selection using Javascript.

This is based on this thread -> How to fill in a Nintex managed metadata control dynamically? Only difference I did was added made the $("#" + fieldID) to NWF$("#" + fieldID) as the previous one will fail with the .find method.

Thanks.

(if possible, can this whole thread be deleted as it won't help other users as much unless you want me to post my whole code here.)

Badge +5

I'd be very interested in viewing your code.

Thank you,

-Ken

Reply