I have a customized PA49 form with 2 new text fields (not tied to the database) that I am trying to concatenate into one field tied to the database. I am using an OnBeforeTransaction to get the values and then write to the standard field. That part is working fine. However, I am having trouble getting a lawformDoFunction call to then perform the original transaction that the user requested. I am getting a result where either the user has to click the Add/Change button again, or it appears to get stuck in a loop trying to perform the action repeatedly.
Does anyone have any ideas on the syntax to use to 'hijack' a funtion code, set a field value, and then perform the function code?
Thanks!
Nick