Hello Suprakash,
getRecord.next();
The above line is an iterating function. You need to use an IF condition or while loop to iterate to next value.
Eg.
if(getRecord.next())
{
// add your error message
}
Thank you.
Regards,
Shubham
Hello,
Incident statesStateDescriptionNewIncident is logged but not yet triaged.In progressIncident is assigned and is being investigated.On HoldThe responsibility for the incident shifts temporarily to another entity to provide further information,...
Hello Balaji,
Just insert gs.addInfoMessage('Your message which is to be displayed') in you business rule/client script based on your requirements.
This will display the Info message in list view.
Thank you
Mark it as Correct/helpful if this helps yo...
Hello,
This can be achieved using client script.
Navigate to client script.
Refer the screenshot below
Mention your script logic in the scripting part.
Thank you.
Mark it as Correct/helpful if this helps you.
Regards,
Shubham