user8153130
user8153130

Reputation: 11

Customizing an applet title in siebel

I have a requirement to set the Applet title based on a field value. So what I have done is set the Field property of the Applet Control - AppletTitle. So based on the each record in the applet, it will populate the title based on the field value. But my issue is, at first when loading the applet, it is not showing any value even the first record is selected. It will display, if perform Next Record, Previous Record in the applet etc.

P.S: This applet is based on a VBC.

Can you please support on this issue or suggest any other proper method to achieve my requirement.

Upvotes: 0

Views: 833

Answers (2)

You may use js transformation. read something about "Open UI" for siebel

Upvotes: 0

Wadee3 Noor
Wadee3 Noor

Reputation: 1

Your question needs more explanations on why you are trying to change the title name base on the data?

The Applet's Title is rendered while page is loading. So, the title cannot be changed based on the data in case of SIEBEL.

However, you still have a chance to make use of Applet Toggle and assign a name to each applet which has a search spec based on the field/column you are trying to view.

Upvotes: 0

Related Questions