Problem task pop up Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024 07:58 AM
Hi,
When the user is in the process of completing the problem task, a pop-up window should appear on the screen.
I am encountering a pop-up window that keeps appearing on my screen.
I have compared the UI script with PDI, and I can confirm that they are exactly the same. However, I am not able to identify what I might be missing. Can anyone help me figure this out?
Thanks,
Subash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024 08:20 AM
Hi @subashds6515,
The UI Action typically calls a Script which checks for all mandatory fields via the Data Policies.
Check the Data Policies for the 'Problem Task' table. If the your instance configuration has followed the Out Of Box implementation, that's where you'll be able to see where these are called and controlled. If theyre mandatory on close based on the type, they'll be displayed in the pop-up window.
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie