a!localVariables( local!Details: rule!GetInformation(), a!formLayout( ....... showwhen:if(local!Details <> "ERROR") ) )
Hi,
I want to show the formLayout in the design mode(designer/expression) irrespective of the return value of rule!GetInformation() expression rule. However in runtime the form should load as mentioned in above code i.e., based on the return value of rule!GetInformation() .
Kindly suggest.
Discussion posts and replies are publicly visible
Hello Sameer Ul Haq
Use default value function and while testing you can set the default to true.