Oracle Flexfield Question:
Download Questions PDF

Can we disable/enable a whole DFF not few Attributes?

Flexfield Interview Question
Flexfield Interview Question

Answer:

Yes this can be done with Custom.pll It has a procedure call Event.In this procedure you can capture events like when-new-form-instance,when-new-item-instance etc So capture tht event on which you want to disable your DFF and use name_in('system.current_form/item') to know the name of your DFF and then using form built-in set_item_property disable that field. Same way we can do enable the DFF.

Download Flexfield Interview Questions And Answers PDF

Previous QuestionNext Question
What is the purpose of a flexfield qualifier? Why is it needed when you can have a unique name for a segment?Give the complete process cycle for OE / AR?