- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 08:09 AM
Add new fields in the TASK section.
Decision -> dropdown (options: Approved, Partially, Rejected) - mandatory.
Rejection reason -> only visible when option rejected is selected in the above - free text field single line - mandatory - help text Provide a clear reason/policy why this is rejected.
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 08:29 AM
Hello,
Go to Tables and search for Catalog Task table.
In that you can add the field Decision with type as choice and in the related list choices add the option Approved, Partially, Rejected.
Open Dictionary Override related list and there make the mandatory true.
In the same way create Rejection reason field also and create ui policy on the catalog task table and in the conditions select Decision is Rejected and in ui related actions select the Rejection reason field and make Visible and mandatory as true.
Please mark my answer as helpful/correct if it helps you.
Regards,
Namrata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 08:29 AM
Hello @Challasunil ,
You can navigate to Dictionary -> create new -> table name as sc_task
Create the Decision field as Choice type
Create Choices as Approved, Rejected, Partially
Similar, create 2nd field Rejection reason
Create UI policy for making mandatory, Create one ui policy for Rejection reason visible when rejection is selected
Thanks,
Omkar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 08:29 AM
Hello,
Go to Tables and search for Catalog Task table.
In that you can add the field Decision with type as choice and in the related list choices add the option Approved, Partially, Rejected.
Open Dictionary Override related list and there make the mandatory true.
In the same way create Rejection reason field also and create ui policy on the catalog task table and in the conditions select Decision is Rejected and in ui related actions select the Rejection reason field and make Visible and mandatory as true.
Please mark my answer as helpful/correct if it helps you.
Regards,
Namrata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 08:29 AM
Hello @Challasunil ,
You can navigate to Dictionary -> create new -> table name as sc_task
Create the Decision field as Choice type
Create Choices as Approved, Rejected, Partially
Similar, create 2nd field Rejection reason
Create UI policy for making mandatory, Create one ui policy for Rejection reason visible when rejection is selected
Thanks,
Omkar