Hi,
I am using Agentry v70.5.1.10 and deploying to SMP 3.0 for Windows platform (1366*768) and working on Service manager 4.1 application.
I have added a action button in the Select Items screen to select all the items that are listed on it. For that I have followed the below steps.
1. I have created a wrapper action and pointed to Service order object ( parent object of the items collection)
2. Created the subaction which loops over the items collection where the execution rule is selected as the selectCurrentTempConfirmation (Act on object -Item object in the collection)
3. I have mapped to ServiceOrderItemConfirmToggle for the sub action
4. Target of the button is selected as Service order object (also tried with item object > Service order object)
When I click on the select all button, all the check boxes near to the items must be selected and pass to the confirmation items object. But I don't know how to associate on button action to another button and make it selected.
Can anyone help me on this?
-Basil Jose