Good afternoon everyone,
I am trying to use a method directive to create a new record in UD01, but it doesn’t seem to be working for me. Unfortunately, I do not have access to write custom C# code, so I’m unsure if what I’m attempting to do is possible with my current access level.
I tried using a BPM to call the method GetANewUD01, and filled keys 1-4 in a UD01TableSet variable with both Fill by Query and Set Field widgets but neither seemed to actually create a new record in UD01 after I passed the variable into GetANewUD01. Using a Show Message to print a TableQuery of my UD01TableSet variable shows that all the key fields are empty, despite having set them.
If anyone could tell me which method I am supposed to be calling in order to create a new record in UD01, I would very much appreciate it.
Thanks