I am stuck with a situation, where an error occurs when we try to use an invalid or irrelevant parameter. After giving the correct parameter and clicking on save button, I can still able to see error message which is inappropriate.
Help me to eradicate that error once the correct data has been saved.
Thanks in advance.
Regards,
C4u
Is this a standard or customized validation?
Can you show us the error screenshot for better understanding.
Thanks,
Girish S.
Yes it is, I can able to see the error message implemented in this way
if ( Condition )
{
throw AifFault::fault( Error message );
}
Hi C4U,
Have you checked whether the data "Quantity" is stored in the table after giving the correct value?
Thanks,
Girish S.
While entering quantity which is an integer, instead I have typed a string and that throws an error. Now, When I mention some number ( integer ) and click on save button, the error message should disappear by now but its not, its still showing
Can you explain more? Where you are getting error?
André Arnaud de Cal...
291,996
Super User 2025 Season 1
Martin Dráb
230,853
Most Valuable Professional
nmaenpaa
101,156