Applicableif in the data schema
Can anyone provide the explanation for Applicable if
i couldnt able to get it through documentation
why we are using with realtime example ?
Can anyone provide the explanation for Applicable if
i couldnt able to get it through documentation
why we are using with realtime example ?
Hi @vani97,
The applicableIf clause is generally used when we wanted to restrict the usage of the attribute or element to certain conditions.
Consider the below element in broadLogRcp,
<element applicableIf="HasPackage('nms:midReceiver')==false" label="Service"
name="service" noDbIndex="true" revIntegrity="neutral" revLink="broadLog"
target="nms:service" type="link">
<join xpath-dst="@id" xpath-src="@service-id"/>
</element>
This link will not be established if the midSourcing package is present.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.