We may come across the situation, where we want to enable or disable NEW button in window.
Sage X3 has a special function to enable or disable new button in window.
To enable new button, use the below syntax.
Syntax:
Enable GSTACRE
Parameter details:
Enable: Enable is the function that is used to enable the button.
GSTACRE: This is the button code of the new button to enable.
To disable new button, use the below syntax.
Syntax:
Disable GSTACRE
Parameter details:
Disable: Disable is the function that is used to disable the button.
GSTACRE: This is the button code of the new button to disable.