Forum Post: RE: Combining before suffix with code suffix

  • Thread starter Thread starter Godfrey Sorita
  • Start date Start date
Status
Not open for further replies.
G

Godfrey Sorita

Guest
Below is a sample code you can use as reference: /* ||==============================================|| ||Status Name || Code || ID || ||==============================================|| ||Created || created || 110088204 || ||For Approval || forApproval || 110088212 || ||==============================================|| */ status_before_id = {!status#before}; status_before_code = rbv_api.getCodeById("transaction12", "status", status_before_id); if (status_before_code = "forApproval") return "Validation Message Here."; Kindly let me know if this code works for you. Thank you very much, Godfrey

Continue reading...
 
Status
Not open for further replies.
Back
Top