I am trying to find a workaround to give users wit...
# general
c
I am trying to find a workaround to give users with “Employee Center” role access to projects via a restlet (essentially I want to run a restlet as a speficied role, similar to a suitelet) — unfortunately it seems it is not possible to run restlets in that way. Has anyone figured out a workaround for this (without making a external facing suitelet)?
b
do something weird like trigger a user event script by creating a record
and have the user event script put the data on the record
c
Lol I thought about that actually though I figured performance would be abysmally slow
Might be worth a try
b
you dont actually need to save the record to get to its beforeLoad