Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 09:08 AM
@Abhi_007 : Please try changing your script to OnChange by removing isLoading and newValue check, and below is a sample reference to the code that worked in my PDI.
function onChange(control, oldValue, newValue, isLoading) {
g_form.showFieldMsg('test', 'Test Message', 'info');
}
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.