N
Nitin Kumar Singh
Guest
Hi Meryk, I created Trigger [Type: Update Field Value], and included rbv_api.updateRecord() in Trigger's Formula Script. Also, i gave return Value to update the 'Field to Change' of 'Record', all configured on Trigger Def Page. So, I noticed rbv_api.updateRecord() to run and update values. The Trigger itself updates the Field Value. However, this trigger was not being run again via rbv_api.updateRecord. The trouble is, we have a check in place as documented here : documentation.progress.com/.../ Mainly, Per triggering event, the same group of triggers, for example those timed to occur after an update, will not run twice on the same record. and Per triggering event, each trigger only runs once on each record. The trigger is indeed being called as part of updateRecord() but is not allowed to run, as Triggers of type : Before Update/ After Update has already been run once (As part of User initiated update from UI - Edit Page). Hope this helps. Thanks, Nitin
Continue reading...
Continue reading...