GeorgeBramhall1
11 months agoQrew Member
Editin Button working in a report but not working from same report in a Dashboard
access issue when editing a record with a button from a report within a Dashboard:
<qdbapi>
<action>API_EditRecord</action>
<errcode>3</errcode>
<errtext>Insufficient permissions</errtext>
<errdetail>You don't have permission to access that page.</errdetail>
<username>ilya@maximind.ca</username>
</qdbapi>
However no access issue when clicking the same button in the native report (not from the Dashboard):
Testing as a specific so user get the expected error upon clicking the button:
<qdbapi>
<action>API_EditRecord</action>
<errcode>2</errcode>
<errtext>Invalid input</errtext>
<errdetail>ILYA BAM can edit data but you're testing as that user, so your change wasn't saved</errdetail>
<rid>4295</rid>
<num_fields_changed>0</num_fields_changed>
<update_id/>
</qdbapi>
<action>API_EditRecord</action>
<errcode>2</errcode>
<errtext>Invalid input</errtext>
<errdetail>ILYA BAM can edit data but you're testing as that user, so your change wasn't saved</errdetail>
<rid>4295</rid>
<num_fields_changed>0</num_fields_changed>
<update_id/>
</qdbapi>
Any idea why user can't edit the records within the dashboard?
------------------------------
George Bramhall
------------------------------