Can I use server action on different modules?
Yes you can, you can make the server action public to then allow it to be consumed by another module.
Please pay particular attention to the Outsystems architecture principles to ensure good architecture. The Architecture Canvas
HI Shivangi,
Go with this documents
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Logic/Implementing_Logic/Logic_Elements/Server_Action
Hi @Shivangi Roy
Yes, you can use.
Do not forget to set as public that Server Action.
After that, you can open the Module Dependencies in the onther module and consume that Server Action.
Regards,
Diogo