Question
2
Replies
69
Views
TATA Consultancy Services Ltd
Posted: June 6, 2018
Last activity: June 22, 2018
Closed
How to ignore the errors which appears while running a case?
After creating a case if i run a case errors will be appearing at the top of the case or it will appear for a particular property.
Eg: If a varaible is entered instead of integer for a property it will show an error with asterisk symbol.
similar to **Enter a valid integer value.
How to rectify this error and how can i make this error to popup without that asterisk symbol?
***Edited by Moderator Marissa to update platform capability tags***
Hi,
One way to create error messages in popup is to write an edit validate rule which could be a custom java script code and use that in the validate rule.
* can be eliminated by creating you own message. (whether by using validation rule or by activity- setting page level messages ).
Hope that helps.