View has 2 applets 1st one is form applet and 2nd one is list applet if list applet have 10 records. How can get the total in form applet.
How do you use siebel in services sector
In an order screen if the status value changes from inprogess to completed all the line items must become reADOnly. How it can be done?
Siebel has provide the faciliate to configure this rek is Parent Read Only Field user property.1. Create Calculated field in Order BC. Name: CalcStatus Calc Value: Iff([Status]=Lookupvalue(&...
1. Under Line Item bc create a calulated field by Name: Record Read Onlyvalue: IIF(ParentFieldValue("Status")="completed all the line items",'Y','N')ParentFieldValue("St...
Base table with extension columns extension
Explain when we use the following scenario's:base table having extension columns extension, table have extension columns which one do you prefer, explain?
If you are refering to whether you should extend a base table or extension table, it is always preferable to extend the base table. This should only be done after exhausting the use of the many ...
In Siebel 7.8 there is no restriction in the number of columns in tables, but depending on the frequency of use and the relationship you should use it discretely (when 1:1 relation is there).
And when you say extension columns are they Siebel extension or custom extension??
Select User Preferences, Change Position. Select the position to change to.
After loging into application, you need to go to Siebel menubar->Tools->select user preference ->click on changeposition->you can select which position you want.
Thanks,
Sainni
Use Runtime Event and invoke the required business service
Hi Follow the code1.First u should invoke the buttonApplet PreCanivoke Event(Mothode){If Method=='MyButton"{PreCanInvoke=TrueCancel Operation}Continue Operation}After that Applet Caninvoke(Method){if ...
Explain how to use or access more than one database ?
Explain how to use or access more than one database at a single siebel application?A single siebel enterprise server can have one db server(a 3rd party RDBMS) this scenario is possible.My query: a single siebel enterprise server can have multiple or more than one db server(multiple 3rd party RDBMS).
Using EBC (External Business Component)
Yes It Siebel Enterprise Can access one RDBMS Database At a Time .but we can access third party control for example if we are going to use virtual business component via access the another database or via EAI connector
Suppose there is a search spec on bc, and applet both. Explain the execution of this scenario?
If it is on the same field then it will return a null result. If you have a search spec on field1 on bc and search spec on Field 2 on applet then it perform AND operation it gives the result.
Firstly it will filter from application onwards, if there search spec in both applet and BC. It will execute search spec on applet firstly and BC.
In tools if you go to the list columns there is a column called Show in List if you made that true that field won't get displayed.
go to cfg file of that particular application select "no. of list rows property"=specify the no. of rows u want to specify.
We are importing data using EIm and we got the result as ?
When we import the data using EIM the related base tables will get filled in.
When the required columns in the base tables are filled then we will get the visibility of the records in the application.
How to find entity relation in siebel tools?
The BC in the tools will be having the entity on which it is based so based on that we can get to know the interface table and other details about entity.
In Tools,, click the Link Object type and query for both the entities for which u want to see the relation
Tell me the total process of EIm?
EIM is a server component in Siebel EAI Server Component Group. EIM is a Siebel provided utility for performing bulk import, export, merge and delete of data. Though updates can also be performed ...
after u get the legacy data thorugh exl format 1. u identify the which base table and which base column suitable for legacy data. 2.after that u have to use control ...
Siebel cti calls the siebel vb or siebel escript handler first, and then answer the phone afterwards, then a service request window can be invoked showing the current service request for this caller
when the agent click on the button one pop up error message will get .we cant click on the answer call button.it is depending up on the script
ex; they given the condition if the answer cal button not access automatically when got the cal from PARTNER at that time agent needs to pick the call
MVG relation must 1:m-> pk and Fk relation, must 1 child refer to parent, Prent Applet stores the child BC Information,
Association Applet: relation M:M >two child BC, So Specify the 2 fk, 2 fk means take intersection table of two BC's
When configuring MVG's for M:M relationships we have to specify an associate applet for an MVG applet.
MVG is set of detail( child) records associated with a parent record. It makes effective use of space.
spooling refers to a process of transferring data by placing it in a temporary working area where another program may access it for processing at a later point in time
Spooling is how the Siebel application generates the SQL queries in the database.
What is the difference between sales and call center application
Siebel Sales and CallCenter are employee applications Siebel Sales allows sales force to manage accounts (external to our company), sales oppurtunity (potential revenue generating event) and contacts...
Sales used by Sales representitive's and thier organisation to sell the products in the market.
Call center is a service application meant for after sales support - mainly - email support (EMR), phone support (CTI) and others.
Records created by S1 should not be visible to M1 (after reporting head changes to M2) because, in Manager's view, while fetching records in this view, the system will first refer to S_PARTY table...
can any one please give the exact answer?
What is complex configuration?
How to send an email using siebel application?Other than using f9 functional key?
What do you mean by Siebel workflows? Can you take a bunch of emails sent by Outlook and associate them with the contacts in Siebel so you report on the activities?
By using Workflow policy, Email Manager we can send Email using siebel application.
If we have dynamic picklist as bounded can we add field?
The dynamic pick list is actually a B.C. that is popped up when run-time is set to true ,and as we know we can add as many fields under one B.C.
yes, we can add values.
regards
malli
Create calculated field with Value Count("MVL"), and associate this field to form applet
count(MVL) will give number of child records of master record