Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create-the-domain-model #8594

Open
lukastom opened this issue Nov 2, 2024 · 0 comments
Open

create-the-domain-model #8594

lukastom opened this issue Nov 2, 2024 · 0 comments

Comments

@lukastom
Copy link

lukastom commented Nov 2, 2024

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:

    const generalization = domainmodels.Generalization.createIn(customer);
    const systemUser = (await workingCopy.openModel()).findEntityByQualifiedName(`Administration.Account`);
    if (systemUser) {
        generalization.generalization = systemUser;
    } else {
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants