Which built-in would you use to get the ID of the LOV?

An LOV must be displayed several times in your form; therefore, good performance when
displaying LOV is essential. In a When-New-Form-instance trigger, you want to save the ID of the
LOV in a global variable so that you can use it in any code to display the LOV.

Which built-in would you use to get the ID of the LOV?

An LOV must be displayed several times in your form; therefore, good performance when
displaying LOV is essential. In a When-New-Form-instance trigger, you want to save the ID of the
LOV in a global variable so that you can use it in any code to display the LOV.

Which built-in would you use to get the ID of the LOV?

A.
SHOW_LOV

B.
FIND_LOV

C.
GET_ITEM_PROPERTY

D.
GET_LOV_PROPERTY

E.
GET_APPLICATION_PROPERTY

Explanation:
Referencing Objects by Internal ID
Finding the object ID:
lov_id := FIND_LOV(‘my_lov’)



Leave a Reply 0

Your email address will not be published. Required fields are marked *