Field value disappears after it clicks on SAVE the record in ATF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2022 09:00 AM
Hi
I have entered a record with values and configuration item field value disappears after the save UI Action is clicked on.
Before it clicks on save (18)
After it clicks on save
Regards
Suman P.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2022 10:27 AM
If I have to take a guess, either a onload or onchange script is clearing out the field.
Use a server side record validation step after saving the record to verify that the field has the value set in server side. This would confirm that the issue is client side and you can debug client side scripts and UI policies.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2022 02:26 PM
I agree with