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

Greeshma_Sampath1
Greeshma_Sampath1
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
6

Posts

Posts
81

Discussions

Discussions
1

Questions

Questions
79

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Greeshma_Sampath1
Customize the badges you want to showcase on your profile
Make a field in properties Mandatory - Adobe Campaign 17-01-2022
Hi Team, I am trying to make the @deliverycode field in properties as a mandatory field so that the user don't forget to leave without giving any value in it. Could someone please let me know how i can do this in adobe? @DavidKangni @Manoj_Kumar_ Thanks & Regards,Greeshma

Views

439

Likes

0

Replies

4
Re: Leading zero in to csv file send to sftp - Adobe Campaign 09-12-2021
Hi All, Thank you for all the suggestions but I have used the below code in the fields expression in delivery template and after that I am getting the leading zero.'=TEXT('||||',"000000000")' Thanks & Regards,Greeshma

Views

486

Like

1

Replies

0
Re: Leading zero in to csv file send to sftp - Adobe Campaign 07-12-2021
Hi @Darren_Bowers The file coming from the delivery template is first stored in teh server and that server file has the leading zero for the column i mentioned. But when the same file is moved to sftp the leading is not coming.To move the file from server to sftp i have used data loading activity with the column i need leading zero as string.Is something I am missing in the process while exporting? Thanks & Regards,Greeshma

Views

517

Likes

0

Replies

1
Re: Leading zero in to csv file send to sftp - Adobe Campaign 06-12-2021
Hi @Manoj_Kumar_ The flow contains only query and delivery activity and the delivery activity transition data contains leading zero but still after the delivery template runs the file doesn't have leading zero. In transition In the sftpfile

Views

538

Likes

0

Replies

3
Leading zero in to csv file send to sftp - Adobe Campaign 06-12-2021
Hi All, Iam sending files to sftp with a set of values from different columns from a schema using delivery template.One of my field in schema has string value length as 9 digits. So if the number is "1234567" it is stored in the schema as "001234567". But when we see this value in the csv file from sftp the leading zero is not coming. I tried adding Tostring to the filed from delivery template also but it didn't work.Could someone please help me know what the issue can be? @DavidKangni @Manoj_Ku...

Views

806

Likes

0

Replies

7
Re: Multiple or Hierarchy drop down in Adobe Campaign - Adobe Campaign 17-11-2021
Hi @Jyoti_Yadav This is the enumeration i gave for the column @deliveryCode in nms;delivery extended schema. So what i need is when someone clicks on @deliverycode then it will show Promo Group,Control Group 1,Control Group 2 like a dropdown and after that when some one places the mouse pointer in anyone of these 3 its should show another set of dropdown, for example if the pointer is at Control Group 2 > control group 2.1,control group 2.2 (as dropdown). Code for @deliveryCode in input form. Th...

Views

156

Likes

0

Replies

1
Re: Multiple or Hierarchy drop down in Adobe Campaign - Adobe Campaign 17-11-2021
Yes for this process I was trying to check how that can be implemented.So how can i add the code to schema for this process is my doubt mainly.Can you please help me out in that? Thanks & Regards,Greeshma

Views

162

Likes

0

Replies

3
Multiple or Hierarchy drop down in Adobe Campaign - Adobe Campaign 16-11-2021
Hi All, Is hierarchy type drop down possible in Adobe Campaign.I am trying to give multiple hierarchy drop down for a field in delivery properties. Example: Thanks & Regrads,Greeshma @Manoj_Kumar_ @Deb_Tripathy @DavidKangni @Jyoti_Yadav

Views

331

Likes

0

Replies

5
Re: How to get mirror values from one field to another when checkbox is checked in webpage - Adobe Campaign 29-10-2021
1st field code:First Name *2nd field code:First Name * Mirroring script:$("#mirror").change(function() {var checkbox = document.getElementById('mirror').checked ;if(checkbox = true){var Pfirstname = document.getElementById("fname").value;var Afirstname = Pfirstname;document.getElementById("fname2").value = Afirstname;}else{document.getElementById("fname2").value = '';}});

Views

132

Like

1

Replies

0
How to get mirror values from one field to another when checkbox is checked in webpage - Adobe Campaign 29-10-2021
Hi All,We are trying to get mirror value from one field to another when a checkbox is checked.While trying we are getting issues as mentioned below.1. when checkbox is checked and webpage is submitted, the 2nd field (the field in which the values came as mirror from 1st field) is showing validation/mandatory issue.2. If we just select the 2nd field in webpage after checking the checkbox and the mirror values is taken in to 2nd field the validation/mandatory issue is not coming and able to submit...

Views

555

Like

1

Replies

1