Sainath N
Mega Sage

@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.

View solution in original post