Hi there - I apologize if this has been asked, I was unable to find information on my own.I'm wondering if there is a way to set defaults / templates for new server or client actions. For example, in a certain module if I wanted every action to first include a role-checking action, is there a way I could set it so that it is automatically included when I create a new action?Thanks
Hi Landon,
there is no templates for actions, however the best you can get, in case you need a lot of standard procedures, is to put them all in a single server action and call that server action on your other actions.
Regards
Thank you!