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

ShrawanSaxena
ShrawanSaxena
Online

Badges

Badges
17

Accepted Solutions

Accepted Solutions
30

Likes Received

Likes Received
53

Posts

Posts
63

Discussions

Discussions
0

Questions

Questions
62

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ShrawanSaxena
Customize the badges you want to showcase on your profile
Re: JavaScript Functions in Expression Editor - Adobe Campaign 26-09-2021
It's impossible: expressions from workflows (and that appears in the nlClient UI) are only pure SQL translation expressions... You will never find any JS dedicated expression in it:low level expression are ran directly on the DB layer. higher level expression (from JSAPI) are ran on the JS engine layer (on top of the DB layer)If you need to add new SQL expression, you can use this documentation:Ajout d'autres fonctions SQL | Adobe Campaign

Views

779

Likes

0

Replies

0
Re: Adobe Campaign Standard: Additional entry in Export Packages after successful Import of a Package - Adobe Campaign Standard 24-09-2021
this has always been the default behaviour in ACS.. There is already a bug logged with product team (CAMP-48474) for more clarification.

Views

117

Likes

0

Replies

0
Re: Push notification from ACS doesn't get delivered and shows no error to troubleshoot - Adobe Campaign Standard 24-09-2021
@AKP3 -You can go through below link to know more on this . You can refer below section: https://experienceleague.adobe.com/docs/campaign-standard/using/communication-channels/push-notifications/about-push-notifications.html?lang=en

Views

206

Likes

0

Replies

0
Re: click-to-open rate on report - Adobe Campaign Standard 24-09-2021
Currently it is in product backlog queue and we do not any release date yet.

Views

360

Likes

0

Replies

0
Re: Hosted vs Hybrid Model - Adobe Campaign 22-09-2021
@ShrawanSaxena Thanks for the help.

Views

258

Likes

0

Replies

0
Re: Pass a variable from Javascript code to diffusion - Adobe Campaign 22-09-2021
Hi @El-Coder, Create JS event/instance variable: vars.xxx='test123'To pass in the workflow activity: $(vars/@xxx)To pass directly in the delivery : <%= vars.xxx %> - Malarrajan Sundarraj

Views

270

Likes

2

Replies

0
Re: XTK Reject Table - Adobe Campaign 20-09-2021
You are referring the internal tables related to cleanup process from which data will be selected and deleted based on parameters defined for cleanup in deployment wizard(purge settings) . In the documentations it is just for reference purpose to show how cleanup works but you can not select this table from UI. These are internal tables and access is restricted to to DB admin and can not be viewed from UI.

Views

451

Like

1

Replies

0
Re: How many number of webapp calls per day can be handle by a particular cpu based on it's configurations(like number cpu cores/RAMs) - Adobe Campaign 16-09-2021
Also Hardware setup is based on the package customer buys( Contract) if this is hosted at adobe side. Please find below link to see what different supports . https://helpx.adobe.com/in/legal/product-descriptions/adobe-campaign-classic---product-description.html

Views

190

Like

1

Replies

0
Re: Embed font in PDF - Campaign Classic - Adobe Campaign 01-10-2020
additional answer to my own question for tracking. So there is still an error if you choose to embed the fonts, it doesn't seem to work. The best solution is to load the fonts onto the server, do not embed them in the document. and what is important perhaps, in this case, the fonts needed to be loaded onto the frontal servers

Views

520

Likes

0

Replies

0
Re: Recipient Input form Modification. - Adobe Campaign 09-09-2020
Thanks.The issue resolved.

Views

613

Likes

0

Replies

0