Can we disable/enable a whole DFF(not few Attributes)

Showing Answers 1 - 4 of 4 Answers

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

  Was this answer useful?  Yes

Hi karthikeyan,
I think we can not disable DFF attributes dynamically using set_item_property.
But dynamically we can set DFF attributes to Read Only using
FND_DESCR_FLEX.UPDATE_DEFINITION().
regards

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions