I have created a custom workflow type to edit certain property values in a published document. I am having difficulty trying to set one of the document's property values with the data type MNTP. I have been trying to set the value by referencing the specific node using content services to no avail.
Set Document Property Value with data type MNTP
Hi,
I have created a custom workflow type to edit certain property values in a published document. I am having difficulty trying to set one of the document's property values with the data type MNTP. I have been trying to set the value by referencing the specific node using content services to no avail.
document.SetValue("associatedCategories", cs.GetById(19589));
Can anyone point me in the right direction?
is working on a reply...