The CreatorCon Call for Content is officially open! Get started here.

Addition new fields in particular catalog Task

VIGNESH K
Tera Contributor

When User the submit the request. More task will be created as per the selection of item. In Workflow I didn't use the catalog task for task creation. The task creation is happening through Script. In that case how to add new fields in few task only and it should not visible in RITM Form.

2 REPLIES 2

Anil Lande
Kilo Patron

Hi,

You need to follow below steps.

1. Create additional variables on your catalog item and create UI Policy/Client script to hide these variables on Catalaog item form (by checking Applies on a Catalog Item view and Requested Item view)

2. Create another client Scripts/UI Policies to make additional variables visible on catalog task view. Manage visibility based on Task short Description or any other field/variable value of SC Task.

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

But Catalog task will be created after the approval of request. can you please help me on these cases?