Hi Everyone
Greeting for the day!
Can someone kindly help me on
1.EnableIf
2.ApplicableIf
May i know its functionalities and how it has to be implemented.
I could able to get documents only about AccessibleIf and VisibleIf.
Thanks in Advance!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @vaishbharathi,
EnabledIf is used in the input forms on container level to enable or disable the input fields contained within based on a dynamic condition. Disabling a control prevents it from being edited. The following example illustrates the enabling of controls from the value of the “Gender” field:
<container type="enabledGroup" enabledIf="@gender=1">
…
</container>
<container type="enabledGroup" enabledIf="@gender=2">
…
</container>
More details about form controls can be found here: https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/input-fo...
ApplicableIf is mostly used in data schemas and it specifies a dynamic condition whether an attribute applies to the schema or not.
e.g.
applicableIf="HasPackage('nms:coreInteraction')"
will apply the particular attribute to the schema only if the instance has the coreInteraction package installed. More details can be found here: https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/schema-r...
BR,
Ishan
Hi @vaishbharathi,
EnabledIf is used in the input forms on container level to enable or disable the input fields contained within based on a dynamic condition. Disabling a control prevents it from being edited. The following example illustrates the enabling of controls from the value of the “Gender” field:
<container type="enabledGroup" enabledIf="@gender=1">
…
</container>
<container type="enabledGroup" enabledIf="@gender=2">
…
</container>
More details about form controls can be found here: https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/input-fo...
ApplicableIf is mostly used in data schemas and it specifies a dynamic condition whether an attribute applies to the schema or not.
e.g.
applicableIf="HasPackage('nms:coreInteraction')"
will apply the particular attribute to the schema only if the instance has the coreInteraction package installed. More details can be found here: https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/schema-r...
BR,
Ishan
Thanks a lot @isahore !
It was really helpful
Views
Replies
Total Likes
Hi @isahore and Everyone
I tried executing enableIf and applicableIf.
But couldn't get the result. Can someone help me with providing the expected result of enableIf and applicableIf.
Kindly correct me if I am wrong
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies