Marcel N - Sunday, August 17, 2014 5:38 AM:
Hello,
I have created a server method with C# and integrated the method as action in the ItemType “Part”. The method reads the id of a single selected part and does some other stuff. This works well.
But now, I want to select multiple parts, start the method and use the ids of all selected parts within a single call of the method. At the moment the method starts for each of the selected parts and only reads the id of the current part.
So is it possible to get an ID-list of all selected parts within a single call of the server method?
Regards
Marcel
zahar - Sunday, August 17, 2014 4:42 PM:
Marcel,
FInd action "PE_AddToChange" and check how Aras implemented scenario that you described.
(don't change original method copy it before changing for your needs)
Marcel N - Tuesday, August 19, 2014 11:30 AM:
Thanks! That helps me a lot.