The CreatorCon Call for Content is officially open! Get started here.

Are Business rules run as the logged in user?

richardn
Kilo Contributor

Is server side scripting run as the logged in user?

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Yes it is. You can prove this by doing a debug statement like



gs.info(gs.getUserID()); // display this user's user ID.



Why do you ask?


View solution in original post

5 REPLIES 5

Now that we understand that with server side scripts, the developer can determine the impact of ACLs by choosing the API.
Then, what is the impact of ACLs in the Client side script?

 

Thank you