[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Forcing Update for Expression Fields

  • Thread starter Thread starter mpiscoso@gmail.com
  • Start date Start date
Status
Not open for further replies.
M

mpiscoso@gmail.com

Guest
Hi gmandujano, From personal experience, the only way I've been able to update an expression field is to create a dummy trigger but of the type Object Script which uses the rbv_api.updateRecord() call on the record that you want to update. In your case: Related Record >> Updates its fields >> After updating its fields >> Uses an object script to perform updateRecord() on the related record with the expression field. Hope this helps. Piscoso, Martin

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