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