Weiko
Error when editing any user record - "Cannot create property 'firstName' on string 'Untitled'"
Hi @John, can you check if this is the same issue from the issue you linked? Do you have a "name" column in your person table by any chance? This column should not exist and you should have "nameFirstName" "nameLastName" only. You should be able to safely drop it (or run the command I've provided in the issue above)
5 replies
How to custom GraphQL validation rule
Hi @Hung Do,
There is no easy way to do that right now but there is a workaround, you can check how it works with messaging with MessageFindOnePreQueryHook class. You can register a pre-hook on your object for that validation step
3 replies