PrepAway - Latest Free Exam Questions & Answers

Which XML element should you add to line 3?

You need to create a Business Data Catalog Application Definition File that contains an association between the department entity and an employee entity. You add the following code to the Application Definition File:

01: <Associations>
02: <Association AssociationMethodEntityName=”Department” AssociationMethdName = “GetEmployeesInDepartment” AssociationMethodReturnParameterName = “Employees” Name = “DepartmentToEmployee” IsCached = “True”>
03: …
04: </Association>
05: </Associations>

Which XML element should you add to line 3?

PrepAway - Latest Free Exam Questions & Answers

A.
<SourceEntity Name = “Department” />
<DestinationEntity Name = “Employee” />

B.
<SourceEntity Name = “DepartmentToEmployee” />
<DestinationEntity Name = “Employee” />

C.
<SourceEntity Name = “Employee” />
<DestinationEntity Name = “Department” />

D.
<SourceEntity Name = “GetEmployeesInDepartment” />
<DestinationEntity Name = “Employee” />


Leave a Reply