What is Message Category in Siebel?
Messages can be combined with message categories for easier classification. We can reference the messages in custom scripts, enabling us to adhere to professional programming standards by avoiding hardcoded text in the program.
How to Enable the Message Category in Siebel?
View -> Options -> Object Explorer -> Message Category
What is Lookup Message in Siebel?
The LookupMessage method returns the translated string for the specified key, in the current language, from the specified category. The optional arguments are used to format the string if it contains any substitution arguments (%1,%2).
- Place a button on Applet
- Now Compile the Applet.
- Now let’s write a script and call this Message category.
- Move to Business Component and Query for Account
- Now compile the changes and Test it.
No comments:
Post a Comment