New field (Reassignment Reason) is visible/mandatory when assigned to is updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 08:22 AM
i want to create a new field (Reassignement reason) which is (Visibile/mandatory) when the assigned to is updated
Icreate a UI Policy whith script; i also create a client script. But it's not working!!
Help please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 04:49 AM - edited 06-20-2025 04:50 AM
Can you please update this condition line and check
And based on requirement you can clecr the value of the field as well.
Stay awesome,
Roshnee Dash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 05:00 AM
@Roshnee Dash we are so near for the sollution and i thank you so well for your effort! the only problem is when i create a new incident and try to assign it to user ; the field apears
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 05:18 AM - edited 06-20-2025 05:38 AM
add like this if (newAssignee != oldValue && !gForm.isNewRecord()){
Based on requirement you can play with this condition when to display and Hide.
And If you found my response helpful, please mark it as correct and close the thread so others can benefit from it too.
Stay awesome,
Roshnee Dash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 05:00 AM
@ahmed-24
Can you please change the if condition and check.
if (newAssignee != oldValue) {
and based on your requirement you can clear the custom field value as well
Stay awesome,
Roshnee Dash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 05:09 AM
@Roshnee Dash we are so near for the sollution and i thank you so well for your effort! the only problem is when i create a new incident and try to assign it to user ; the field apears