What is the meaning of ACT in a microflow name?

0
What is the meaning of ACT in the below microflow name? ACT_TrainingEvent_SaveValidate.   Always do we need to use ACT as an prefix in a microflow name while calling a microflow?  
asked
3 answers
0

Heey Ladi,

 

What i have seen across multiple projects is that when the ACT prefix is used for a microflow it means that it is being called from a button on a page. So not every microflow within your app should have the ACT prefix. Only the ways that are being called directly from a button. This also means that only these microflows need to have roles configured for it.

 

Kind regards,

Edo

answered
0

It is a naming convention that Mendix recommends.

You can see it here https://docs.mendix.com/refguide/dev-best-practices/#343-page-based-microflows

 

Huy

answered
0

Hi Ladi,

 

 Using Prefixes can easily understand  its purpose by looking at the microflow name itself 

 

Check out the Best Practices: https://docs.mendix.com/refguide/dev-best-practices/

answered