How to create a Primary foriegn key because there is no PFK
in account for Opprtunity ,it is 1:M relationship
Answers were Sorted based on User's Feedback
Answer / madhuri motwani
Hello,
I assume that 1: M in this case is 1 account linked to many
opptys. and the reason you would be need a PRIMARY pty
becuase opportunity would be an MVG on Account applets
You can use any column to create a PFK column. Use any
unused field in S_ORG_EXT or S_ORG_EXT_X to create a
field "Primary Opportunity Id"
On the table level, on S_ORG_EXT, set the Foreign Key Table
as S_OPTY for the chosen field
On the BC,
1. Create a new field "primary Oppty id"
2. create a link between the two BCs and set the Primary Id
field as above
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / shankar
it is not possible to create in account for opty. the reason
is you were not aware of the entities (say what is contact,
opty,account,activity) Opty is a lead through which we
generate income. account is an organization it can be
internal or external. You are trying reversal that is not
possible
| Is This Answer Correct ? | 1 Yes | 0 No |
if we have an applet in edit mode having mvgapplet for one field,in which mode the mvg applet will be opened
Explain what is if table in eim?
Explain the 5 main functions of the server manger?
What is constrainted picklist?
What language you used to write bs?
When do we use genbscript.exe?
Please provide the SIebel Interview Questions with Answers as soon as possible.I am going to attend an interview.please respond
I have two screens(screen1, screen2) contains same applet(applet1).i want in the screen1->applet1 with picklist and screen2->applet1 with diffrent picklist. How can we configure this senario?
What is Event Logging?
For a field Status we define predefault value ="inprogess" Postdefault value="Completed" a record is copied from an existing record having status field value "Cleared" in the copied record if the status field value is made blank and then saved the record what will be the value of status field after saving
In MVL without search specification can you filter the data? any one who can assist me with a step by step procedure
Describe the relationship between base table and extension table?