hi,
my plugin is creating an record of type "savedqueryvisualization" to display some information right beside the account-list (where the charts are located).
The problem I have right now is, that after I've created that record a second record with the same Id but different uniqueid gets created.
The view "savedqueryvisualization" only returns one record, but the table "savedqueryvisualizationbase" has two of these records.
The Problem:
when I retrieve the record from my plugin it returns the first record.
when I update the record it updates the second record (because they have the same Id)...
So I can never retrieve my updated record...
I checked the View "savedqueryvisualization": there is an orderby overwritetime asc which returns the wrong record.
any ideas how to fix this issue?
Tobias
*This post is locked for comments