Download the list of user properties .Doc format http://www.directutor.com/sites/default/files/User_Properties.doc
Applet User Prop
NoDataHide | Y/N | Value is Y ,If no data, applet is hidden | |
---|---|---|---|
DisableNewRecord | application name | This user property allows you to prevent NewRecord from being invoked on the current applet in the specified Siebel application | |
WebGotoView | [View Name] | Indicates the view to navigate to when "CANCEL" or "FINISH" methods are invoked |
BusComp User Prop
Name | Value | Functionality/Purpose | Comments |
---|---|---|---|
BC Read Only Field | Calculated Field in the BC which evaluates to TRUE/FALSE | Makes the record Read Only if the Value is TRUE | |
Parent Read Only Field | Calculated Field in the Parent BC which evaluates to TRUE/FALSE | Makes the record Read Only if the Value is TRUE | In this User Property the Test Field is present in the Patrent BC. It should have its Link Specification set to TRUE |
On Field Update Set | [Field To Check], [Field To Update], "Conditional Expression" | Updates a field based on value of another field | |
Field Read Only Field : [Field Name] | Calculated Field in the BC which evaluates to TRUE/FALSE | Make the Field read only if the value evaluates to TRUE | |
Deep Copy | [Child Business Component] | On copying a record on the Parent BC, the Child Business Component records also get copied | |
Deep Delete | [Child Business Component] | On deleting a record on the Parent BC, the Child Business Component records also get copied | When [Name] is called, the value of [Field] is set using [Expression]. |
Named Method 2 | "[Name]", "[Action]", "[BusComp]", "[Method]" | The value you provide for the Named Method user property depends on the action you want to perform | When [Name] is called, [Method] is invoked on the [BusComp] business component based on the defined [Action] |
Named Method 3 | "[Name]", "[Action]", "[BusComp]", "[Service]", "[Method]" | The value you provide for the Named Method user property depends on the action you want to perform | When [Name] is called, [Method] from the [Service] business service is invoked on the [BusComp] business component based on the defined [Action]. |
Deep Copy 1 | Child BusComp Name | Allows to copy child Bus comp when we use copy option | |
Deep Delete | Child BusComp Name | Allows to delete child Bus comp when we use delete option | |
On Field Update Invoke | "[FieldToCheck]", "[BusCompName]", "[MethodName]" | [MethodName] is invoked on the [BusCompName] business component when [FieldToCheck] is updated | If [FieldToCheck] is not defined, the method is invoked when the user saves the record |
AdminMode | True/False | Primary Team Member can be altered by anyone other that Siebel Administrator and Manager also | |
All Mode Sort | Normal (Uses BC defined Sort) | It is used to define the sort specifications to be applied on "All" and "Manager" views | |
TRUE (Overrides BC sort Specification and sorts based on user keys) | |||
FALSE (Removes all Sorting) | |||
Create Auto Response Service | Y or N | To enable auto-response creation in the Orders, Opportunities, and Campaigns | Example : Orders screen. Set the User property Create Auto Response Service to Y in the Order Entry - Orders business component. |
DataCleansing Type | Contact, Account, Address | This user property allows you to specify to the Siebel Firstlogic Connector what kind of data is being validated in the Data Cleansing Field. | Contact indicates that the data consists of person name records. |
Default Bookmark View | The name of a view, not enclosed in quotes | This user property specifies the default view in which to access a business component when a bookmark for this business component is created. | You can inactivate this user property or modify its value. You can create new instances of this user property, but you should not create more than one instance for a business component. |
NoDelete Field | The name of a field in the business component | This user property allows you to restrict the deletion of records based on the value of the specified field | You can inactivate or modify the values for this user property. You can also create new instances of this user property as needed, but you cannot create more than one instance for a business component. |
BC Position | The name of a Position business component | This user property allows you to specify the name of the Position business component to be used when automatically creating an Opportunity in Siebel eAutomotive applications | You can inactivate and modify the values for this user property. However, you cannot create new instances of this user property |
Service Name | Business Service Name | Name of business service that is used by a Virtual business component | |
State Model | Y or N | Enables the State Model for BC | |
Team | |||
On Field Update Invoke | "[FieldToCheck]", "[BusCompName]", "[MethodName]" | It is used to invoke a method on the Business Component when the field in condition is updated | Conditional Expresion for the field can also be defined by adding a fourth parameter. If no field is defined then the condition is invoked on saving the record |
Sequence Field | Line Number (It is the name of the field which holdes the sequence number) | It is used to display th sequence number of the child records | A new BC "Sequence" needs to be created and links and joines adequately defined for this BC user Property. This user property is defined in the Child BC of a master detail view |
State Model | Y | Used to make a BC state model enabled | |
Update Foreign Key | The name of an existing link between the current (parent) business component and itself | Update Foreign Key Field user property is used to copy or delete records of child business components when a record of the current (parent) business component is copied or deleted | |
Post Default Created Date To Date Saved | TRUE or FALSE | TRUE Sets the Created Date to the Saved Date whenever the record is saved. FALSE Created Date is not changed when the record is saved. |
Field user Prop
Required | Coditional Expression | The Field becomes required when the Condition evaluates to TRUE | |
---|---|---|---|
Encripted | Conditional Expression | The Specified fiel is Encripted | |
Display Mask Char | Display Mask to the field | Create a calculated field with no calculation and with this user property and Encrypt Source Field user property as child objects | Enter a value of 999999999999999999 into the CC stored field and xxxxxxxxxxxxxx9999 appears |
Text Length Override | Integer | Use the field's Text Length property to define the maximum field length instead of the database column size. Use only for Text type fields. | |
Replaces Field Length property in older versions of Siebel applications. |