Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Is it possible to register multiple UI validators for an UI component like action, form field etc.?
We have some UI validators intended for specific purposes.
Pradeep Kumar Penugonda wrote:
Is it possible to register multiple UI validators for an UI component like action, form field etc.?
We have some UI validators intended for specific purposes.
Not sure if this is what you are referring to however you can include more than one filter for the action definition in custom-actions.xml:
<action name="MyActionXXX">
...
<includeFilter name="Filter1"/>
<includeFilter name="Filter2"/>
<includeFilter name="Filter3"/>
.
.
.
</action>
Hi Pradeep,
Do you think filters work for your use-case. If not, may be you can provide more details about your use-case.
Regards,
Bhushan