Saturday, December 26, 2009

VIews Is not Dispalys After Adding Screen..

Hi,
The requirement demands for create a New View, I was created Applet, View and associated to Screen, added responsibilities and everything I did. But still screen is not displaying at UI level.
Then I tried to resolve this issue, but not possible to me for few minutes.then I verified Applet web template modes and everything Applet level, Everything is perfect.But the thing i created view through wizard and added applet.
So it was in webtemplate Item I am not updated with List applet with "EDITLIST" so it was not displaying in it. Just changed the mode it was working fine..
I thought wizard makes everything fine. But found one issue.

Monday, November 23, 2009

MLOVS And LOVs

I Usually think every thing about siebel. But Siebel Always makes me nervous.

I recently known about this thing about siebel So I want to Share with U.
Siebel Application Distinguishes two types list of values
 Multi lingual
 Single Language
When we creating picklist we see two properties LIC and Display value
LIC : Is called Language Independent code is Supports by the multi Lingual Application
Display value: A Mono lingual Application stores the Display value.
SO what is the purpose to create to both for monolinguial Application………………….
So Recently I was found the An additional Information about List of values
As I said Multi linguial application stores LIC.
When we integrating between serveral applicationMay that applciation support for the multi linguial, or either when we upgrade the application we must concentrate with List of values to support the multi linguial format .
In siebel Application LIC is translate by language independent value (LDV) for active language by siebel object manager
So we know that EAI is used to data flow between two or more servers using XML .
So in exporting list of values we will use the Boolean Integration object User property AlllangIndependentVals determines whether the EAI siebel Adapter should use LDV
This user property have following values
N= No translation is needed
Y= Translation is needed
This translation definitely affect the performance but easier cooperation between systems that operates on differant languages. This option explicitly used by various import and export utilities the difault value is is undefined for the backward compatability with the behaviour of release 6.X

User property In how many levels we set

HI,
I am recently moving through the User properties. So i got little doubt about in siebel Application. In how many levels We can set User properties .
What is user property.
Userproperty: Is Nothing but the syntax is provided by the siebel to perform Application operations.
We can Set user property At 10 levels
1.Applet Level
2.BC level
3.Field Level(in Buscomp)
4. Control User Prop( in Applet Level)
5. List COlumn(Applet user prop)
6.View Level user propety
7. Business Service User property
8. Integration object user property
9. Application User Property.
10. Workflow Policy Object> Assignment object> Assignmennt Userproperty




If any level user propery can able to set please guide me