what is the difference between 1:1 and 1:M extension
tables ?
Answers were Sorted based on User's Feedback
Answer / roy chanth.b.g.
1:1 extension tables have _X suffix.
1:M extension tables have _XM suffix.
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / edin
1:1 means one account is having one contact????
1:M means one account is having many contacts??
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / pranitha
1:1 extension tables have a suffix of _X in the name, such
as S_PROD_INT_X. And for inone-to-many relationships with
base tables. These tables have the suffix _XM. 1:M
relationship to an existing base table.
for General Example is like
1:1 one student can learn one course
1:M one student learns More than one course
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / k .sridhar babu
1:1 means One Manager and One Customer.
1:1 means One Manger and Many Customers.
| Is This Answer Correct ? | 2 Yes | 6 No |
Explain why would we populate bu_id, while importing product or account data?
explain about BC UserProperty : AllModeSort Applet User Property : MenuItem
Explain the function of nameserver?
What are the different views available in Siebel?
Explain how to configure a mvg?
What is the differences between static and dynamic drilldowns?
By what way do you give Responsibilities to employees in Siebel ?
Explain how is load balancing maintained in siebel?
Explain why does data not from related child tables not get exported when data is exported using an interface table?
Explain why is it not recommended to modify existing base tables?
How will you edit the joined fields values in join?
what is the difference between "picklist generic" and "picklist hierarchical" business components?