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

Deb_Tripathy
Deb_Tripathy
Online

Badges

Badges
31

Accepted Solutions

Accepted Solutions
34

Likes Received

Likes Received
80

Posts

Posts
134

Discussions

Discussions
12

Questions

Questions
122

Ideas

Ideas
1

Blog Posts

Blog Posts
1
Top badges earned by Deb_Tripathy
Customize the badges you want to showcase on your profile
Re: Merging duplicate records in bulk - Adobe Campaign 01-11-2018
Hi jc49227835​,Do you mean to say that, you want to keep the broad log/tracking log only for the records related to lowest sourceId and delete the rest?Regards,Deb

Views

5.8K

Like

1

Replies

1
Re: Merging duplicate records in bulk - Adobe Campaign 01-11-2018
Hi jc49227835​,If you want to keep the record with lowest source id and delete the other ones and identify duplicates based on email, something like following can help.Deduplication activity.Regards,Deb

Views

5.8K

Likes

2

Replies

1
Re: Copying file to '/usr/local/neolane/nl6/var/<instance_name>/<file_name.extension>' - Adobe Campaign 01-11-2018
Hi somasundaramh14124455,This is interesting. May be access issue.Vipul Raghav​Adhiyan​Please can you help.Regards,Deb

Views

2.4K

Likes

0

Replies

0
Re: Copying file to '/usr/local/neolane/nl6/var/<instance_name>/<file_name.extension>' - Adobe Campaign 31-10-2018
Hi somasundaramh14124455,Please find the sample code where I am trying to cope a file and paste it with another name. It is working fine for me. Please double check the path and if it is correct you can reach out to Adobe support.Code Snippetvar file = new File("/usr/local/neolane/nl6/var/res/instance_name/mypic.png"); if(!file.exists) logError ("File '" + file.fullName + "' does not exists.");else logInfo("File '" + file.fullName + "' exists.");if (!file.copyTo("/usr/local/neolane/nl6/var/res/i...

Views

2.4K

Like

1

Replies

0
Re: Copying file to '/usr/local/neolane/nl6/var/<instance_name>/<file_name.extension>' - Adobe Campaign 31-10-2018
Hi ,Yes "res" stands for public resources.You can try to replace "/" with "//" in you code.If it still doesn't help I hope it has something to do wit the path.Regards,Deb

Views

2.4K

Likes

0

Replies

0
Re: Copying file to '/usr/local/neolane/nl6/var/<instance_name>/<file_name.extension>' - Adobe Campaign 31-10-2018
Hi somasundaramh14124455​,I can see the paths are different in your code and error. "res" is missing.Regards,Deb

Views

2.4K

Likes

0

Replies

0
Re: Replacing Data within a Workflow - Adobe Campaign 25-10-2018
Hi Allie,If you are trying to update an existing schema with values from a List, then the below can help you.Regards,Deb

Views

905

Like

1

Replies

0
Re: Link between schemas - Adobe Campaign 25-10-2018
Hi Rajesh,You can establish relationship(1:1, 1:N, N:N) between shemas using Links.A Recipient always belongs to a Folder and may or may not have a Country code against it.externalJoin=true acts as a left outer join only, where all records are returned from the schema you are querying, even if there is no match.

Views

1.7K

Likes

0

Replies

0
Re: DaysDiff function with one date field? - Adobe Campaign 24-10-2018
Hi Robert,Difference can be found between two fields. But if you are going for difference between all the dates for one Recipient you won't get one output rather many rows. Can you please explain how you want your output to look like?Regards,Deb

Views

3.4K

Like

1

Replies

0
Re: How to display date and time in UTC format i.e, 2018-05-02T13:47:33.743Z? - Adobe Campaign 24-10-2018
Hi Sonika,This can be achieved using an "Export File" activity with help of calculated fields.New Calculated FieldCodeOutput file

Views

2.3K

Like

1

Replies

0