Reputation: 43
Cannot read a record in "CustomTable". An unsupported NULL value has been selected from the database.
This error occurs after adding a new field in one of the principal tables being used in the database in our Acceptance environment and importing the project with these new changes as an XPO to Production.
The error occurs when some users in some servers select a sales order, I understand part of the logic when selecting a sales order the system fetches the record in the table but it cannot be found since it seems to be NULL.
The new field added is a boolean, per definition, it can only be 0 or 1. Somehow, this error only shows when the field is turned to "TRUE." If the field remains "FALSE," this error does not show, because of this somehow I thought it was a cache-related problem but could not find which cache-related files could be causing this issue.
All Production servers are Tier 3.
What I cannot understand is:
I have tried:
My experience dealing with Dynamics 365 is that the binary synchronization takes some time to be fully synched in all servers, so I also waited 1 full day to be sure all servers were in synch but, the error persists if the field is turned to TRUE in any of the records in the "CustomTable"
What am I expecting:
Upvotes: 0
Views: 66