Good Morning,
In quality order validate.
i have added 2 new fields to Validate form
and when i click ok .
if 2 fields are not filled i want to show both fields are not filled in one infolog message.
But i am getting one Warning.
How can i show multiple warning messages at a time at the time of validating.
i have written in validate
if(!field1)
{
ret = checkfailed("Field 1 is not filled");
}
if(!field2)
{
ret = checkfailed("Field 2 is not filled");
}
how can i achieve this.
Please provide some light on this
*This post is locked for comments
I have the same question (0)