Dynamic User defined Error Message in Siebel
Create a User Defined Error Message which can smartly display dynamic text.
Solution:
- Create a User Defined Error with the text ‘%1 …followed by your text’

- Add the script behind the button where you want to invoke this error from

If(MethodName== “Click2”) { varMessage= TheApplication().LookupMessage("User Defined Errors","Notification","Letter"); TheApplication().RaiseErrorText(Message); }

The parameter that is substituted in place of %1 is "Letter" or “Fax”, which is present in the message test
Related Articles:
Browse Categories
User login
Navigation
Popular content
- Autosys Job Handling (13,609)
- GE UNIVERSAL REMOTE INSTRUCTIONS (12,357)
- Siebel User properties (9,094)
- Test 1 - NC Drivers License Test - DMV Question Dump (8,769)
- Making a View "Read Only" based on a criteria: Aspect User Property (4,216)
- Siebel Application Response Measurement (SARM) (4,144)
- Siebel Predefined Queries (PDQ) – Reference (4,080)
- Siebel Server Component Event Logging (3,662)
- Strategies for Building Team Cohesion (3,153)
- How to create the EBC’s in Siebel (3,085)
Readers who viewed this page, also viewed:
No related items were found.
