You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create @WorkspaceDuplicateCriteria() decorator - with duplicate criteria as input
Update buildDuplicateConditions logic
Add it to all Companies, People and Opportunities
In workspace-resolver.factory, add a new shouldCreateQueryResolver(methodName, objectMetaData) method - disable 'duplicate' method if object doesn't have decorator
We shouldn't create a duplicate queries for every object like we do today:
For now I think a good think would be to at least filter out on isSystem. If the object is a system object then we don't want to create these queries.
The text was updated successfully, but these errors were encountered: