0% found this document useful (0 votes)
18 views2 pages

Siebel Interview Questions User Property

The document provides an overview of various Siebel User Properties, detailing their functions and applications within the Siebel CRM environment. Key properties discussed include ClientBusinessServicen for calling business services, PDQDisabledViewn for disabling predefined queries, and Always Enable Child for updating child business components. Additional properties address focus settings, read-only fields, and handling picklist values in integration components.

Uploaded by

abhishek040599
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views2 pages

Siebel Interview Questions User Property

The document provides an overview of various Siebel User Properties, detailing their functions and applications within the Siebel CRM environment. Key properties discussed include ClientBusinessServicen for calling business services, PDQDisabledViewn for disabling predefined queries, and Always Enable Child for updating child business components. Additional properties address focus settings, read-only fields, and handling picklist values in integration components.

Uploaded by

abhishek040599
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Siebel User Property Questions

• What is a Siebel User Property?


User properties are object definitions that are added as children to an applet, business
component, control, field, or list column to configure specialized behaviour beyond what is
configured in the parent object definition's properties

• What is a use of ClientBusinessServicen user Property?


This is a application level user property that allows you to call business services from a
browser script or a PR file
If a browser script attempts to use this user property to call a business service that is not
listed, the following runtime error occurs:
Cannot get service: <name of service>.(SBL-UIF-00275)
• What is the use of PDQDisabledViewn user property?
This is application-level user property that allows you to disable the Predefined Query (PDQ)
dropdown for the view name defined for the property
PDQs in the dropdown are not applied when the view loads. Users can still choose the PDQs
in the dropdown and the PDQs are applied, but no predefined query is automatically applied
when the view loads.

• How to set the focus on a particular field when we Query in an Applet?


Default focus applet user properties set the field or control within an applet that receives
focus by default, that is, before a user interacts to dynamically change the field or control
with focus, it has 3 types.
DefaultFocus_Edit, DefaultFocus_New, DefaultFocus_Query

• How to invoke a workflow from Applet without writing scripting


Named Method n user property, allows you to invoke a business component or business
service method from applet. It can be used in place of scripting.
• How to enable updates to child BC even if the Parent BC has been made read only,
suppose, we have Service Request BC and child BC Action, and want to be able to
update Child BC records even if the parent SR is closed
Always Enable Child user property allows you to specify whether a child business
component of a service request can be updated after the service request is closed.

• What is the use of Inner Join Extension Table User Property.


The Inner Join Extension Table n user property specifies a table. The value for this user
property must contain the name of a table, and table must be an extension table of the
S_PARTY table.
Siebel CRM uses an inner-join to join this table to the S_PARTY table.

• How to make a field Read Only from User Property, and how can we supress it in
certain cases.
BC Read Only Field user property specifies the business component field that determines
whether a record is read-only
If you set the Admin Mode Flag property to TRUE, then this setting overrides the BC Read
Only Field user property.
• While working with IO’s if we have a requirement to update a field2 after field1 when
we are receiving incoming request.
FieldDependency IC Field User Property needs to be defined on the field2

• How to process Picklist values in Integration Components Field?


Picklist User Property, is used to validate the values based on Bounded or Un-Bounded
picklists.

• While working in an inbound integration, we are receiving some input values that
does not match the values in the picklist, but we do not want to stop the transaction
and continue, how can we achieve this?
Ignore Bounded Picklist user property if set to N and the value provided does not match any
of the values in the picklist, then the EAI Siebel Adapter stops processing, and rolls back the
transaction.
If this property is set to Y and the value provided does not match any of the values in the
picklist, then the EAI Siebel Adapter and sets the field to Null and do not stop the operation.
If you do not get the answer to these Question, please mail to
[email protected], we will be happy to explain.

You might also like