Topic by Pradeep Chandolu
Hi there,
I have a question related to this discussion thread: JavaScrip API for System Attribute of type menu
How can we set the system attribute of type Integer using JavaScrip API. I am trying below code but its not working for me:
window.external.Contact.SetCustomFieldByName("CO$PurchaseOrder",2);
I tried in many ways but it did not worked for me.
CO$PurchaseOrder(relationship column) is system attribute of type "Integer".
Thanks in advance for the help.