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

prabhuk78522504
prabhuk78522504
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
6

Posts

Posts
6

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by prabhuk78522504
Customize the badges you want to showcase on your profile
Re: Date Time - Adobe Campaign Standard 09-05-2017
prabhuk78522504,This is happening because of timezone problem, while displaying using target you are using user time zone while inside personalPersonalization block it is using UTC time zone, try displaying time zone and factoring the correct time zone and you will get a correct response.Regards,Amit

Views

378

Like

1

Replies

0
Re: Recipient Delivery Log- New Field Insertion - Adobe Campaign Standard 11-04-2017
Hi Prabhu,You can use target mapping to add additional fields in recipient delivery logs. refer to following url for documentation https://docs.campaign.adobe.com/doc/AC6.1/en/CFG_Use_a_custom_recipient_table_Target_mapping.html, In this table you can Define new additional fields.note: These values can be inserted from the workflow.Regards,Amit

Views

746

Like

1

Replies

0
Re: SQL Code - Adobe Campaign Standard 23-02-2017
Hi Prabhu,In addition to the valuable input shared by Florent, an important point to note here is SQL code activity will only allow you to make UPDATEs, INSERTs and DELETEs from an existing table.If you wish to fire a SELECT query, you can do so in a JS code activity using functions like sqlGetString(), sqlGetInt(), sqlSelect().Please get in touvh with Adobe Support and request for access to JSAPI documentation. Details related to these functions are listed there.Support will validate whether yo...

Views

2.0K

Like

1

Replies

0
Re: Export Data to CSV File from Adobe campaign - Adobe Campaign Standard 22-02-2017
Vipul Raghav wrote... CSV files are flat files with data delimited by comma. On Windows we are provided with the ability to open it in Microsoft Excel and hence it appears to have three sheets. If you wish to export the data in a single CSV file but on different sheets it will not be possible. Simple reason being that CSV is not XLSX. Interfacing applications will be requiring a single flat file for reading data. Thanks Vipul Raghav for your answer.

Views

1.2K

Like

1

Replies

0
Re: Data Schema - Adobe Campaign Standard 16-02-2017
Hello,It is a best practice to test such modifications in a staging environment before attempting anything direclty in production.When you extend an existing table with new fields, it is not supposed to change the original schema but to add a new schema with the same name with a different namespace (for example an extension to nms:recipient would be stored in a cus:recipient or kcm:recipient as in your screenshot).But if you modify a schema I think there is no way to revert what you've done as i...

Views

628

Like

1

Replies

0