- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 08:18 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 10:24 AM
Dear @vinaykumar,
try below script in onchange client script - it gives solution for Copy change UI action performed as Copy change will always creates new record and we are checking whether new record or not - !g_form.isNewRecord()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 08:13 PM
i have tried get action name but still i am getting empty values .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 10:00 PM
So, are you saying when the client script executes & when you logged in values you were able to receive the correct values from the script include but using UI action it is not working?
or the client script itself is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2024 10:24 AM
Dear @vinaykumar,
try below script in onchange client script - it gives solution for Copy change UI action performed as Copy change will always creates new record and we are checking whether new record or not - !g_form.isNewRecord()