I am creating a recurring check for company devices.
Work items are created in the protect, based on time since last check date that is stored as an attribute on each device object in assets.
I have this part working - tickets are created, and the correct object is inserted to a custom field on the work item as reference.
The part i can not figure out how to do is as follows:
I want a rule that is triggered when the work item moves from in progress to done. - creating the trigger is easy part...
Then i want to lookup the object that is referenced in the custom field on the work item, and edit the custom attribute I added "last check date" replacing the existing value with current date.
I am struggling to understand how to find the specific object listed in the work item.