Siebel Realtime

  Home  Siebel CRM  Siebel Realtime


“Siebel Realtime guideline for job interview preparation. Explore list of Siebel Realtime frequently asked questions(FAQs) asked in number of Siebel Realtime interviews. Post your comments as your suggestions, questions and answers on any Siebel Realtime Interview Question or answer. Ask Siebel Realtime Question, your question will be answered by our fellow friends.”



26 Siebel Realtime Questions And Answers

21⟩ Please tell me about the EIM tables and base tables are required to your entities?

EIM tables are interface tables, when we want to export or import data from siebel base tables we need first to get the data from tha base tables to interface tables, the EIM component will have the .IFB file, in that file we need to specify type, source table, target table, batch number. It will successfully export or import the data.

 239 views

22⟩ Tell me what is the behavior of the EIM delete process?

The delete process performed by EIM is cascade delete. The data deleted is not restricted to the base tables mapped to the interface table that you specified in the delete process but all child records as well. You should be very careful and specific when specifying delete criteria.

 214 views

23⟩ Why does data not from related child tables not get exported when data is exported using an interface table?

For all columns to export using an interface table (both data from the base table and data from related child tables), you need to add or modify the following line in the . ifb configuration file:

Export all Columns = TRUE

NOTE: Rows from child tables of related child tables will not be exported.

 214 views

24⟩ Why would we populate BU_ID, while importing product or account data?

BU_ID is primarily created , to provide a setup to have multiple organizations in the same application. This concept will be very useful when people store the information about 'sister' concern which always say.

At this moment, it is important to differentiate the different critical business entities across organizations, such as ACCOUNT, PRODUCT, POSITION and so on which are in the top hierarchy. That is why to identify an unique account across organization, BU_ID has been added into the user key of most of the table and thus inserting these data into siebel through EIM/Regular import requires BU_ID to get populated.

 172 views

25⟩ How would you delete or merge rows that have the same primary user key and different conflict IDs using EIM?

This is not possible. EIM relies on user keys to identify rows in base tables. If there are two rows in the base table that have the same user key but different conflict IDs, EIM cannot distinguish these rows. In such case, the IF_ROW_STAT field of the row in the interface table will be marked as ambiguous.

NOTE: When you are deleting records based on user keys, the parameter DELETE EXACT should be specified in the .ifb configuration file.

 272 views

26⟩ How would you send an email using siebel realtime application?

We can send email by using out of box business service, outbound communication manager and selecting appropriate method to send the email with or without template. This service can be called through a script or through a workflow process where this business service is a step in it.

 245 views