Updating a primary key column
tharpaJun 10 2011 — edited Jun 10 2011I have a table with two columns, both of which make up the primary key. I want the user to be able to update Column2, and to only see relevant records. So, the user should see records where Column1 = :P80_Col1.
The problem is that since Column2 is part of the primary key, Apex won't let me specify Column2 as updateable in a regular Tabular Form.
What would be the easiest way to accomplish this?