My issue: trying to use the Invoke BO Method caller in a method directive BPM. The BO method being invoked is Erp.JobEntry.AddOperation. I don’t really understand how to set the parameters. One of the parameters says “ipJobAsmblRowID”, which I thought might mean I need to specify which assembly to add the operation under. But the data type is Guid, and I don’t know what that means or how to set it would appreciate an explanation there!
What I’m trying to accomplish: when a new job is created and the user “Gets Details,” I want the system to automatically add a certain operation code if it’s not already in the job. I figured I could add a post-processing method directive on JobEntry.GetDetails with a condition that evaluates if the operation code is there, and if not, invokes the JobEntry.AddOperation method. But I am open to other suggestions!
Thank you, Calvin! Going to try the trace log. I haven’t done that before, couldn’t ever find the file. Going to get with my system admin to figure that out.
I was expecting that the params would be in the trace log. But actually, I couldn’t figure out how to get JobEntry.AddOperation() to fire. So I took a guess.
edit
the “magic” part was having the experience of knowing that SysRowID is the absolute identifier of a record, and it is of type GUID