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!
SOLVED

Change default="3" lineCount. Lines to retrieve in a link

Avatar

Level 7

Hello, every time that I do a direct mail with a link, i have to change the lines=3 to lines=1.

Heku__0-1705927220767.png

Is there any way to make "1" the default value?

Thank you for your help.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Heku_ ,

Not sure you can modify it via Input form or in other way, but this 'Lines to retrieve' and 'Data collected' dropdown are from "conditionLink" element on xtk:queryDef schema.

You can find this details by Searching the below attribute in xtk:queryDef schema,

<attribute label="Lines to retrieve" name="lineCount" type="long"/>

And extend the schema and try to set the default value as 1 (default="1")

Lets us know if it works!!

ParthaSarathy_0-1706105594573.png

View solution in original post

3 Replies

Avatar

Community Advisor

Hi @Heku_ ,

 

Please try adding the linked data using Enrichment activity by defining the Join and lines to retrieve there and use that Data as Additional Data in your Direct Mail delivery.

 

Regards,

Pravallika.

Avatar

Correct answer by
Community Advisor

Hi @Heku_ ,

Not sure you can modify it via Input form or in other way, but this 'Lines to retrieve' and 'Data collected' dropdown are from "conditionLink" element on xtk:queryDef schema.

You can find this details by Searching the below attribute in xtk:queryDef schema,

<attribute label="Lines to retrieve" name="lineCount" type="long"/>

And extend the schema and try to set the default value as 1 (default="1")

Lets us know if it works!!

ParthaSarathy_0-1706105594573.png

Avatar

Administrator

Hi @Heku_,

Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!



Sukrity Wadhwa