Hi,
Recenlty I started migrating AFS functionality to be cloud-ready.
Most of the functionality I am able to solve, but when stpapi.get.field
is used on a standard form field, I am not sure what my approach should be.
There is a code that is making the call: stpapi.get.field("tfacp2544m000", "receipt.amount", s.amnt)
where "receipt.amount" is a standard form field and it's value should be written in s.amnt variable.
Since we don't have the source code, I am not able to access the standard program script and see how this field is getting its value and populate s.amnt.
Would appreciate if someone can suggest some tips on how to replace this functionality when it comes to standard form fields.
Thanks,
Darko