Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 6/14/19
    I am using the Out-of-the-box code to  create an open office document. The code is:var strXslt = "nl:dbdToOdt.xsl"var strTemplate = installDirectory("datakit/nl/dbd-template.odt")var strOutputFile = "/tmp/database-description.odt"var sql = xtk.sqlSchema.create()sql.Generate()var strDbXml = db = sql....

    Views

    3.5K

    Like

    1

    Replies

    4
  • 6/14/19
    Hi,I was wondering if there is a clever way to mark a question containing checkbox questions (more than 1 answer possible) mandatory that at least 1 checkbox is ticked.In the example: I can define an error message for Container 6 if no checkbox out of those three are ticked. I know I can make each s...

    Views

    1.1K

    Like

    1

    Replies

    1
  • 6/13/19
    I have a question on Adobe sub domain configuration and one of the requirements is related to email masking i.e. e.g. If we delegate domain email.abc.co.nz but at the same time for some of the campaigns we would want to send few comms that shows email of relationship manager which means sender addre...

    Views

    4.3K

    Like

    1

    Replies

    2
  • 6/12/19
    I am trying to use a specific font in AC Classic email templates, Sans Forgetica. I was thinking of uploading the font (.otf) to Public Resources and refer to it in the CSS of the email template (I want only part of the email formated in this font / font family) as most email clients will not be abl...

    Views

    2.3K

    Like

    1

    Replies

    2
  • 6/11/19
    Hi guys,I have built this query to join 3 schemas, but when executing is not returning any data, if I use only one sub-query it does work, but adding a second schema to join, it fails.var query = xtk.queryDef.create(  <queryDef schema="search:airport" operation="select">  <where>      <condition exp...

    Views

    3.2K

    Like

    1

    Replies

    2
  • 6/11/19
    Hi guys,It is possible to convert from a query result to a JSON object?This is the query:var query = xtk.queryDef.create(  <queryDef schema="search:country" operation="select">  <where>       <condition expr={"@codigo_iata='" + iataCode + "'"}/>    </where>  </queryDef>);query.SelectAll(false);resul...

    Views

    6.7K

    Like

    1

    Replies

    4
  • 6/11/19
    Hello All - I am wondering if your team(s) client use and develop campaigns in a Stage Environment before Migrating (Plan, Program, Campaign, Workflows, Deliveries, Delivery Templates, Folders, etc.) to production? We have been doing some setup in Stage but can not do a full setup/test of our campai...

    Views

    1.7K

    Like

    1

    Replies

    1
  • 6/11/19
    Hi team,It is possible to get the fields from a sub-query?I have created a query so it joins two schemas, but I need to bring ALL fields from main and sub schemas, is that possible?Regards,Raúl

    Views

    2.4K

    Likes

    0

    Replies

    1
  • 6/11/19
    I am being asked if there is a place where I can find the standard CPU/LAPTOP System Requirements to run ACC V7?If you could provide this it would be most helpful.Thanks in Advance

    Views

    1.9K

    Like

    1

    Replies

    1
  • 6/11/19
    Hi Team,I need to used multiple delivery templates in Single delivery through script based on certain segmented criteria and intializing that segment criteria in JS Activity just before the delivery but when I tried to use that through script just for one delivery template then It moved the delivery...

    Views

    3.2K

    Likes

    2

    Replies

    3