Expand my Community achievements bar.

Heku_
Heku_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hello, @god_prophet, to access the XML of the workflow you can double click a workflow to open it, then you can right click anywhere inside the workflow editor and choose the option "Edit XML Source", it's a very useful option and now you know how to access it!Hope this helps!

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Hello, @ChanuteJo. To make a correct query, double click this:You will have this expression:In it you can put your expression:For adding the tracking log, do it inside the broadLog exist such as query, doing the same to have the trackinglog exist such as query:Hope this helps!    

    Type

    Questions

    Views

    6.3K

    Likes

    2

    Replies

    0
  • Hello everyone, I have a custom delivery schema that has f.e. the attribute "x".When I create a delivery with the attribute "x"="Something" and I export it, (f.e. from DEV to Stage) the attribute "x" does not appear in the package. How can I customize the package exporting of the delivery schema? Th...

    Type

    Questions

    Views

    468

    Likes

    0

    Replies

    1
  • Hello @god_prophet. You have to fix the error in the schema that references  MD_PREFERENCIACOMUNICACION_CCM even though they're not related, check what schema is causing that error (probably its a link element), fix it and then retry the import.Hope this helps!

    Type

    Questions

    Views

    537

    Likes

    0

    Replies

    0
  • Hello, @Rch_. Following @LakshmiPravallika's solution, I've tried the same but instead of writing <% logInfo(instance.activities.readGroup[0].label) vars.labelReadList=instance.activities.readGroup[0].label %>Inside the HTML content, I've used that code inside the Initialization script of the aler...

    Type

    Questions

    Views

    905

    Like

    1

    Replies

    1
  • Hello @Rch_ , to get the label of the alert activity you can useinstance.activities.alert[0].labelWith this, you can use it to save it in a variable:In the Js code:logInfo(instance.activities.alert[0].label) vars.labelAlert=instance.activities.alert[0].label With that in the variable vars.labelAlert...

    Type

    Questions

    Views

    961

    Likes

    0

    Replies

    0
  • Hello @AnkitaV3131, if your field can be null, maybe it's a null value and you aren't checking it. You should try this check in the leave element.<check expr="@field != NULL and @field != ''"> Hope this helps!

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    3
  • Hello, @Saif_KhanZe. To migrate it:Export in a package the delivery template.And import it with import package:With this, you shouldn't have any problem.Hope it helps!

    Type

    Questions

    Views

    726

    Likes

    0

    Replies

    0
  • Thank you, @CampaignerForLife! I'm sure you deserve it too, I see you in a lot of posts ᕕ( ᐛ )ᕗ

    Type

    Questions

    Views

    816

    Like

    1

    Replies

    1
  • Hello @Shaktiraj_D, this variable should be defined by a previous activity in the same worfkow (Or in the same activity in it initialization script). You can trace the variable in the workflow task window, adding eventVariables to the list:With this, you can trace where has marketCombination has bee...

    Type

    Questions

    Views

    861

    Likes

    4

    Replies

    3
Top badges earned by Heku_
Customize the badges you want to showcase on your profile