Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

DavidKangni
DavidKangni
Online

Badges

Badges
32

Accepted Solutions

Accepted Solutions
175

Likes Received

Likes Received
307

Posts

Posts
412

Discussions

Discussions
33

Questions

Questions
379

Ideas

Ideas
2

Blog Posts

Blog Posts
1
Top badges earned by DavidKangni
Customize the badges you want to showcase on your profile
Re: How to give access to specific fields of input form to opeartor groups ? - Adobe Campaign 21-06-2022
Hi @ashish_gra Create a name right and assign it to you operator group. Then in your form use HasNamedRight('abcdefgh') = true" instead of $(login) Thanks,David

Views

101

Like

1

Replies

0
Re: Retrieve success percentage for each send while using a continuous Delivery. - Adobe Campaign 21-06-2022
Hi @bhaskarc1289447 , You can run a query on broadLogs table and group by event date. You'll need to use hour formula to get sending hours. Thanks,David

Views

48

Like

1

Replies

0
Re: Export Connections - Adobe Campaign 03-05-2022
Hi Rajiv,On the old machine which has the connection information, find the following file and move it over to your new machine:C:\Users\[myUserId]\AppData\Roaming\Neolane\NL_5\nlclient_cnx.xml Note: If you'd like to bring over your locally cached info for each connection as well, you can bring along all the other XML you see in these directories, too. (You'll probably want to zip the whole directory in this case because this can be a lot of data.) This is optional. Using regEdit, find the entrie...

Views

205

Like

1

Replies

0
Re: How to check if the target table got refreshed before triggering any workflow? - Adobe Campaign 03-05-2022
Audit trail started from Release 19.1 - Build 9026. You need to update your app server.Thanks,David

Views

103

Like

1

Replies

1
Re: Exporting labels instead of internal values of enumeration - Adobe Campaign 12-04-2022
Check if you're using a boolean type for your field. Which means you don't have any defined enumerations for this field.Thanks,David

Views

221

Likes

0

Replies

1
Re: Extract data from Adobe to external source by API - Adobe Campaign Standard 24-03-2022
Hi, Best solution in ACS is to generate a file via a workflow as ACS API is limited. That being said, you can trigger this workflow from your external source but you need to take in consideration that frequency you're triggering the workflow to avoid any performance issue. Thanks,David

Views

139

Like

1

Replies

0
Re: Can you use a variable / target data in a delivery label? - Adobe Campaign 24-03-2022
Hi Paul, Not OOTB, but you can add a segment code to your broadLogRcp schema to collect segment code created during your workflow and use this segment code to group by in your engagement report. Thanks,David

Views

315

Likes

0

Replies

0
Re: Deleting temp tables created during workflow run - Adobe Campaign 24-03-2022
Hi KeerthiKarna, It's not recommended to keep this option checked in Prod. Do you still need the interim results after your workflow completion? If not then remove the option once you don't need it for a workflow e.g after 7 days. Usually database cleanup use to clean temp table once the keep interim results option is not checked.You can also defined at db level a process to cleanup temp tables that are not modified after a certain period.You can identified them with a request Name like '%wkf%' ...

Views

141

Like

1

Replies

0
Re: Call NLWS function to load delivery, in order to execute PrepareMessage from a soap request? - Adobe Campaign 24-03-2022
Hi Othboury, Yes, it's possible to use a SOAP request for this request. You need to get the delivery schema WSDL and then you can use the PrepareMessage request. Thanks,David

Views

104

Like

1

Replies

1
Re: Delivery Priority in Delivery for ACC - Adobe Campaign 17-03-2022
Hey Rajiv, This option allows you to influence the sending order for your deliveries by stating their priority level (normal, high or low). This lets you prioritize the order for certain, more urgent deliveries over others. Thanks,David

Views

136

Like

1

Replies

0