Trans XML?

Sort:
You are not authorized to post a reply.
Author
Messages
George Graham
Veteran Member
Posts: 201
Veteran Member
    Does anyone know if the Trans XML is available in a variable from within design studio? I'm trying to capture this in the before transaction function and parse through it for some PA52.x screens - but since the fields can change locations if the order is changed wanted to see if I could parse out the field name knowing that the "before" and "after" value would be the next two values....

    But I can't seem to find if this is available anywhere.....

    My other option was just to loop through the fXXXrN fields....
    Phil Romov
    Veteran Member
    Posts: 44
    Veteran Member
      I'm assuming you have already tried something like lawForm.getFormValue?

      You can see a reference at Design Studio Menu -> Tools -> Object Viewer -> FORMS -> LawFormObj

      There are various ways to get at the data, with their own caveats, in particular getDataValue, getElementValue, getFormValue
      You are not authorized to post a reply.