Topic by Seeking Solution
Content
Hi,
How can we set the system attribute of type Menu using JavaScript integration API. I am trying below code but its not working for me:
window.external.Incident.SetCustomFieldByName("CO$menu_type",idValue); //idValue =index of menu item
I tried using menu label also but it did not worked for me.
CO$menu_type is system attribute of type "Menu only Objeect".
Thanks in advance for the help.