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