If I wanted to redirect the Delete for an attachment detail record to a business process, instead of deleting the record, how would I do that?
Like
1 comments
02:01 Dec 30, 2019
Dear Janine,
To do this you need to create a replacing schema for FileDetailV2 and override method deleteRecords, starting process inside this method. To start process from the js code you can try the article below:
https://customerfx.com/article/programmatically-starting-a-process-from-client-code-in-bpmonline/
Best regards,
Dennis
Show all comments