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...
Continue reading...