FC_isRightEnable()
This function is available from the 8th expansion stage.
If you want to build your own program generator in a process screen, for example, and not make the Start button available to every user, you can enable the visibility of the button by querying the Psc_Start right using the FC_isRightEnabled function.
The right Psc_Start is part of the Generator role and therefore only users who have the Generator role can use the start button. For all users without the Generator role, the start button is not visible.
How do I create my own users/roles/rights?
// Is right enabled to start program generator
FC_isRightEnabled(“Psc_Start”);

