You need to sign in to do that
Don't have an account?

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!
Check whether You/User have edit permission to the field or object.
Hi.. Even I am facing the same issue.. Any fixes found?