Any Idea, how can I retrieve not only the unique identifier of the deleted record but also the parent foreign key of the deleted record on delete signal?
My scenario is:
On deletion of a child record, I want to create a business process that will be triggered on delete signal. Then...MoreLess
Unfortunately, there are no out-of-the-box monitoring tools on the client end. Please feel free to write them in the mentioned custom web services...MoreLess
When Open edit page is used in a process, how do you complete the process if the page is canceled? If the user selects CANCEL, instead of SAVE, the process should continue and this should be detectable in some way. How do I set it so that the element is considered complete without saving the record and verify it afterwards?