function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rafaelburirafaelburi 

input field value is not being submitted

Hi All.

 

Can someone help me this issue?

 

I have a map of OpportunityLineItem in my Controller Extension (the Standard Controller for the VF is Opportunity).

 

In my VF I have a table that is built iterating tru the map values, each cell has na inputField that references the Quantity field for the current OpportunityLineItem, those inputFields are rendered correctly, they show their values and so on...

 

The problem occur when I try to save some changes I had made with those values, the values inserted/changed are not being submitted.

 

Does anyone have any idea of how to solve it? 

 

Thanks in advance!

Atul111Atul111
It might be possible that you are not using that field in your controller properly. Please verify your apex code. If you need any help kinly let me know.
Arun KArun K

Check whether You/User have edit permission to the field or object.

NanceNance

Hi.. Even I am facing the same issue.. Any fixes found?