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