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
"Therefore, you need to remove this line: const domainModel1 = domainmodels.DomainModel.createIn(unit);" - this sentence is wrong. The actual code is var domainModel1 = domainmodels.DomainModel.createIn(unit);
The text was updated successfully, but these errors were encountered:
Hi Lucáš
Thank you for raising these three issues. (#8594, #8595, and #8596).
We will have to take them up with the developers as there may be more changes which they have made which are not reflected in the documentation.
I will keep you up to date with the progress.
Please use the form below, leaving the prefilled data to help us. Thank you.
Page link: generate-an-sdk-script-based-on-an-existing-model
Document link: generating-code-from-the-model.md
My Issue/Suggestion
"Therefore, you need to remove this line:
const domainModel1 = domainmodels.DomainModel.createIn(unit);
" - this sentence is wrong. The actual code isvar domainModel1 = domainmodels.DomainModel.createIn(unit);
The text was updated successfully, but these errors were encountered: