How to disable and enable fields already existing lines dynamically in the update page?

Hi all

I have a requirement where in detail RN (updated), I don't want the user to update the already existing line.

In the area of retail, I have two columns, 1)-> existing supply must be read-only.

-> Enabled 2) must be editable.

For a newly added line (after clicking on add a line), offer both enabled column must be editable.

For this model, I did table detail with text entry fields and set read only property: ${oa.offervo1.isOfferdis}-> offerDis is a transient (boolean) added in OfferVO.

I should be able to field offers to read only to existing data.

How can I set isOfferdis as true (aside from CO or AMimpl)

and

How do I set iaOfferdis as fake when add line button (I add line set up features)

Thank you and best regards,

Gauthier

Hi AJ,.

A surprise, I was able to reach the requirement,

The code in RowImpl remains even as you suggested.

However the default value of the transitional isOfferDis attribute as false (in VO).

Then it works.

I don't know why our code in AmImpl could not achieve this goal.  If you have any solution please share will try...

Thank you and best regards,

Gauthier

Tags: Oracle Applications

Similar Questions

Maybe you are looking for