How to use querydef inside delivery activity | Community
Skip to main content
naveens49375819
Level 3
September 21, 2018
Solved

How to use querydef inside delivery activity

  • September 21, 2018
  • 4 replies
  • 4579 views

Hi,

Can you please let me know how to use querydef inside a delivery activity?

I have tried but got an error has xtk not defined.

Thanks

Naveen

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vraghav

Hi naveens49375819,

You cannot. MTA cannot access the database and hence it gives you this error.

Work all data fetching tasks on the workflow itself.

Regards,
Vipul

4 replies

vraghav
Adobe Employee
vraghavAdobe EmployeeAccepted solution
Adobe Employee
September 21, 2018

Hi naveens49375819,

You cannot. MTA cannot access the database and hence it gives you this error.

Work all data fetching tasks on the workflow itself.

Regards,
Vipul

naveens49375819
Level 3
September 21, 2018

Thanks for the reply,

Is there a way to create delivery variable through an javascript?

Thanks

Naveen

Adobe Employee
September 24, 2018

Hi Naveen,

You can create a variable from delivery Properties >> Variable tab >> Add a variable , select the data type and choose if its a static or Expression. If its dynamic, you have to fetch the value via script and pass to the variable you have defined.

Regards,

Preetham

naveens49375819
Level 3
September 24, 2018

Thanks for the reply Preetham,

We can create variables using javascript that too for only delivery templates using xtk.session.write method.

Regards

Naveen S