cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Is it possible registering multiple UI Validators for an UI component like action?

ppenugonda
1-Newbie

Is it possible registering multiple UI Validators for an UI component like action?

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.

2 REPLIES 2

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>

BhushanNehe
14-Alexandrite
(To:RandyJones)

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

Top Tags