Forum Post: RE: Email address inconsistencies

  • Thread starter Thread starter Orchid Corpin
  • Start date Start date
Status
Not open for further replies.
O

Orchid Corpin

Guest
Hi, Organizer follows the user who created the record, Rollbase has Server-side api "setCreator" this will change the "Created By" value instead of the current user, from this you can set a different organizer (not the current user). 1. Create a new relationship from e.g. many Meeting to one User and rename the lookup like Organizer. 2. Create an object script trigger and provide the below code. Change the R107950 with your Organizer lookup. Timing is after create. if(parseInt("{!R107950#id}") 0) rbv_api.setCreator("meeting", {!id}, "USER", {!R107950#id}); 3. Reorder your triggers, make this trigger to run first before your Send Email trigger. Hope this may help. Regards, Orchid

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