This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Add a right click context menu in result item

gunjan49 - Thursday, September 17, 2015 2:04 AM:

Hi,

I have defined a Item Type say "MyOptions". I have also created few items of this item type. Now when I search for MyOptions item type it displays all the items under it as a search result.

I select a row from the result grid and do a right click it shows basic context menu items such as New, Save as, Print, Delete. I just want to add my own custom menu item say "Send Data" which should call a method defined in ARAS.

Can anyone tell me how do I do this in ARAS software. I don't want to go and change the code.

If changing the code is only solution then please let me know that too.

 

Any help is appreciated.



zahar - Thursday, September 17, 2015 7:31 AM:

Administration->ItemTypes-> search for your item type->Edit->Actions->Create new and attach your method to this action

 



gunjan49 - Thursday, September 17, 2015 3:53 PM:

Thanks a lot...It worked for me. I was trying "Item Type" but it was supposed to be Item.