Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello All,
I have a requirement to add a custom action which will remove Objects in resulting Items table on
| wt.workflow.work.WorkItem -> Resulting Objects Table |
I need help on how to apply Post Select Validation Logic to remove only required Object type from the Selected Objects in the Table?
Solved! Go to Solution.
Hi @Rohaan
Do you remove the objects from wizard table or review detail page?
if it is regular table in detail page you can use preProcess method to check if the correct types are selected.
public FormResult preProcess(NmCommandBean nmCommandBean, List<ObjectBean> list) throws WTException
PetrH
Hi @Rohaan
Do you remove the objects from wizard table or review detail page?
if it is regular table in detail page you can use preProcess method to check if the correct types are selected.
public FormResult preProcess(NmCommandBean nmCommandBean, List<ObjectBean> list) throws WTException
PetrH
