@erictgrubaugh perfect sir. Yes I’m grabbing the user info and custom role we have set up in a User Event. I just wasnt sure If that would only work in the UI or if it would work with the web service request as well.
u
クリスピポテト
05/26/2020, 4:53 PM
runtime.getCurrentUser() has some information on the user
j
Josh P
05/26/2020, 5:11 PM
yes I’m getting the user info and doing what I need with that. I just wasnt sure if this User Event was going to trigger on the web service request
u
クリスピポテト
05/26/2020, 5:13 PM
yup. It would trigger in SOAP and could be checked on the executionContext like @erictgrubaugh mentioned
j
Josh P
05/26/2020, 5:25 PM
awesome! Thanks so much. One more question for you. Will a User Event beforeLoad trigger in the SOAP?
u
クリスピポテト
05/26/2020, 5:26 PM
FOr most of the cases, no. I think it would run for an initialize action though