catalog ui policy is not working on target record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 05:51 AM
Hi,
I have converted one catalog form into a record producer, all variables,ui policy and script is copied into the record producer. in that we have one ui policy which is used for making variable editable in the target record (a new custom table extended from task).
all working fine in my development instance but when i moved this update sets to QA instance, the variables are still ready only means it is not editable we don't have any script or UI policy in our custom table to make all variables read-only, but when i am executing a alert message from ui policy on target record it is showing the alert message as well, but field are still not editable.
here i am attaching my screenshot for both dev and QA instance.
2. QA snapshot
can anyone here help me on this please..
thanks in advance..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 03:18 AM - edited 08-24-2023 03:19 AM
Hello,
Applies on the Target Record checkbox should be true if you want to apply you UI policy on target record.
Please see attached screenshot.
Note: In above mentioned requirement you haven't provided/attached your screenshots.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 10:28 PM
hi @Community Alums , checkbox is checked in ui policy but still, it is not executing.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 01:36 AM - edited 08-25-2023 01:36 AM
Please share screenshots that you have implemented.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 07:04 AM
Hi @Community Alums ,
thanks for the response..
i have identified this issue, this is because of the default formatter we are using in the system , where the ui property is there to make all variables read-only. the value is set as true that is by the UI policy is not working on the formatter.
we can make that false so all policies will work as expected.
thanks...