[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Attach and update records automatically

  • Thread starter Thread starter leonc
  • Start date Start date
Status
Not open for further replies.
L

leonc

Guest
Hi Martin, Many to many relationship between users and codes was there already. I followed your suggestion and created a trigger that updates the codes in users looks like this: var arr = rbv_api.getRelatedRecordIds("Client_Premise","R461886", {!R462750.id}); rbv_api.printArr(arr); // added this line for debugging - prints out correctly the codes I added a new trigger that fires every time a premise is created or updated. But it doesn't update the codes and the reason in the Debugging info is: No need to change Codes: formula returned null.

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