Hi, Does someone know why: "Delivery Validation" of service "nms:operation" happens?Adobe support could not replicate this. But this is the second time 2 particular user reports this.
visibleIf : hides the fields from the metadata, hence they cannot be accessed within a schema view, or column selection, or an expression builder. But this does not hide any data, if the field name is manually entered in an expression the value will show up.accessibleIf : hides the data (replacing i...
hi all, please help me @isahore @AndreaBriceno@ParthaSarathy@ParthaSarathy @ParthaS @AkshayAnand @Craig_Thonis @Manoj_Kumar_ @Amine_Abedour @Marcel_Szimonisz@DavidKangni @Amit_Kumar @ShashankNigam02@Ganesh5067@Jonathon_wodnicki @ParthaSarathy@ParthaSarathy @ParthaS @AkshayAnand @Craig_Thonis @Man...
hiaLL , please helpi have 2tabes --transaction table(ELC:TRANSACTION ) and receipeiNT(ELC:RECEIPIENT) table and i want to create 1to many link between them in schemaIn 1 to Many cardinality,the code should be written in Target (Many-N) schema.In the below example, I have written the code in ELC:TRAN...
Hi All, I would like to fetch the instance variable of workflow A in a JS activity in workflow B. I have written the following code:var workflowContent = xtk.queryDef.create( <queryDef schema="xtk:workflow" operation="select"> <select> <node expr="variables" alias="VariablesTab"/> </select...
Hi All, I have 2 JS activities in one workflow (Workflow A). I am trying to fetch the script within both the JS activities in another workflow (Workflow B) using [activities/js/script] field from xtk:workflow data schema using the below code.var res = xtk.queryDef.create( <queryDef schema="xtk:workf...