Hi,
I get an error when I try to run through my xsjs and try to import my entity.
Error:"Failed to execute action: TypeError: artifact is null"
Could somebody tell me, if it is okay to import an entity created only by synonyms?
There is no hdbdd file at this moment. Or do I have to create a entity by hdbdd additionally?
What I noticed that my WebIDE can't find my synonyms, but inside of my studio client I can see them.
(don't no why.)
// var MyEntity = XSDS.$importEntity("cds.namespace", "cds_context.cds_entity");
var mdPat = XSDS.$importEntity(".............","SYN2__TBASE_Patient",{}, { $schemaName: "TBASE_PUBLIC" });
Inside of my xsds.xsjslib: