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
The code const systemUser = workingCopy.model().findEntityByQualifiedName('Administration.Account'); does not work anymore. The SDK specification probably changed. An example of now working code:
Please use the form below, leaving the prefilled data to help us. Thank you.
Page link: create-the-domain-model
Document link: creating-the-domain-model.md
My Issue/Suggestion
The code
const systemUser = workingCopy.model().findEntityByQualifiedName('Administration.Account');
does not work anymore. The SDK specification probably changed. An example of now working code:The text was updated successfully, but these errors were encountered: