BPM Condition on screen that called the method

I am trying to add a condition where the BPM(pre processing JobEntry.Update) is Not fired unless the ship date (jobhead.ReqDueDate) is changed within the Job Entry screen.

Requirements are too crazy to expound on. Was thinking maybe setting a variable/argument in the screen customization, but if possible I don’t know how to do it.

Thanks for all your help.

Set a condition to check either the callContextClient.ProcessID or callContextClient.AssemblyID; this will allow you to know what form it’s being called in.

image

2 Likes