
DonAIR asked a question.
I am trying to enable/disable features using this in a Custom Action:
- SuiteSetProperty("NA_Hurricane_TropicalCyclone","True");
I then have a property on the Feature itself that if that property is set to "True"
On the InstallationFeatures Page Entered event, I run the custom action.
I see in the Suite log it gets set to True as it should but the dialog screen still has it turned off. I am hoping this is an order of operations thing or maybe their is a better way to manipulate the InstallationFeatures screen prior to loading?