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

ramang22522684
ramang22522684
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
8

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ramang22522684
Customize the badges you want to showcase on your profile
Adobe Campaign Integration with Microsoft Dynamics 365 - Adobe Campaign Standard 27-08-2018
Hi Team,Hope all are good!I am working on the integration between adobe campaign and Microsoft Dynamics 365. I have done the initial integration configurations.Next step, Created all the required schemas from MS into Adobe Campaign and created the workflow as well. So have done all the basic activities using the integration piece and didn't face any issues.I want some views of your if someone has worked upon this integration and just want to know what all challenges and limitations that anyone h...

Views

388

Likes

0

Replies

0
Re: Adobe Campaign Integration with Microsoft Dynamics CRM - Adobe Campaign Standard 16-03-2018
HI Raman,As stated in the error message, It seems you have to get it added this url to serverconf file. You can refer below link for more details.https://docs.campaign.adobe.com/doc/AC/en/INS_Additional_configurations_Server_side_configurations.html

Views

913

Like

1

Replies

0
Re: File Collector activity - Adobe Campaign Standard 01-02-2018
Hi Raman,If you marketing instance is hosted by Adobe you will get a sFTP. Most probably it is already created. Please raise a support ticket in such a case to get the credentials.Regards,Vipul

Views

1.1K

Likes

0

Replies

0
Re: Latest Date Read From Set of Data from a file - Adobe Campaign Standard 11-01-2018
Hi,I don't know much about JS code but one way of doing that could be to use an enrichment activity. By creating a link to the imported file as a collection, you will be able to retrieve the line (and thus its value) corresponding to the most recent date contained in the column.If you absolutely want do to it by JS, you can query the temporary table containing the data of the file using an sqlExec command to select the Max date of the column where dates are stored.Hope this helps,Florent

Views

400

Likes

0

Replies

0
Re: Unsubscription Link Inforation Update in Database - Adobe Campaign Standard 28-11-2017
Hi,Did you see this section of the documentation, explaining how to manage subscriptions and unsubscriptions? https://docs.campaign.adobe.com/doc/AC6.1/en/WEB_Web_Forms_Creating_a_Web_form.html#Subscr iptionsfor standard: Adobe Campaign Help | Creating a service Create your unsubscribe landing page and Publish it.On the landing page's dashboard, you will get the URL associated with it.Create a new personalization block and define this unsubscribe link inside it.On the delivery template or a new ...

Views

410

Like

1

Replies

0
Re: Zipping the .Txt Files - Adobe Campaign Standard 08-11-2017
Thanks buddy for the response.But I have tried all the possible combinations with w and y variables.var w = vars.filename;execCommand("zip '" + w + "'.zip '" + "/" + y + "'");execCommand("zip '" + w + "'.zip '" + "/" + w + "'");execCommand("zip '" + y + "'.zip '" + "/" + w + "'");execCommand("zip '" + y + "'.zip '" + "/" + y + "'");In the above command "y" represent the the filename only) We checked the folder where we are trying to place the zip file but its not there.var w = vars.filename; //f...

Views

394

Likes

0

Replies

0
Likes from