Page 1 of 1

Valid order status codes for an application are contained in the StatusCode attribute of anOrderStatusCodes view object.

Posted: Sun Jun 11, 2023 4:01 pm
by answerhappygod
Valid order status codes for an application are contained in the StatusCode attribute of anOrderStatusCodes view object. In the orders view object, the OrderStatusCode attribute should be selected from a drop-down list. How does ADF Business Component refer to theOrderStatusCodes view OrderStatusCode attribute?

A. It uses a view accessor in the Orders view object to refer to the OrderStatusCode view object.
B. It uses a view link between the Orders .OrderStatusCode and OrderStatusCodes.StatusCode attributes.
C. It uses a where clause in the Orders view object and includes: WHERE Orders.OrderStatusCode = OrderStatusCodes. StatusCode
D. It uses a where clause In the Orders view object and includes: WHERE Orders.OrderStatusCode=OrderStatusCodes.Id E. It uses a joined view object to include both the Orders and OrderStatusCodes entity objects.