[progress Communities] [progress Openedge Abl] Forum Post: Re: Convert Formula Field

  • Thread starter Thread starter jsniemi79
  • Start date Start date
Status
Not open for further replies.
J

jsniemi79

Guest
This should be possible. Once you create the static field on Object Y, you can use the standard update field value trigger with the timing you want to update your new field. You can't use any select queries to get the value from your field on Object X because it is a formula, but assuming you have a relationship between X and Y, you can reference the token for the related object field and update appropriately. If you need to update Object Y based on an event on Object X, you can add an object script trigger on Object X that runs the rbv_runtrigger api to set the value appropriately on Object Y. If that isn't clear enough, please explain your scenario a little bit further and possibly post some of your current code and I'll be glad to take a look at it.

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