Following are two ways to show more customized error message
1.
TheApplication().RaiseErrorText(TheApplication().LookupMessage("UserDefinedError","X_Error");
2.
TheApplication().RaiseError("X_error");
3.In Siebel 8.0 , you can use customized message for validation also.
No comments:
Post a Comment