Search This Blog

Sep 28, 2016

Message Category in Siebel


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


  • Fill the following Property
 
  • Write a Script on Applet to enable the button for an Action.
  • Now Compile the Applet.
  • Now Lets Define the Message Category in Siebel.

  • Now let’s write a script and call this Message category. 
  • Move to Business Component and Query for Account
 
  • Write a Server Script on BC.
 
  • Now compile the changes and Test it.

No comments:

Siebel IP 2017 - Web Tool Development Steps

Siebel IP 2017 Development and Deployment Steps : 1. Click on the Workspace Icon in Siebel Web Tools application. 2. Create a New work s...