This log is again showing a viewFile request with no PK, which will clearly fail. This suggests you are not supplying the values to the form before it draws. You can verify this by turning on the "draws" log in the Developer Console and logging when you are providing values to the form.
Note that editRecord() is a way to provide the Record to the form without having to iterate over attributes.
Also, the Developer Console's server logs tab is handy, but there's no need to enable it to get to server logs - it's the same thing as is shown in the Eclipse "Console" tab.
Note that editRecord() is a way to provide the Record to the form without having to iterate over attributes.
Also, the Developer Console's server logs tab is handy, but there's no need to enable it to get to server logs - it's the same thing as is shown in the Eclipse "Console" tab.
Comment