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
Re: Show paragraph text in webpage in next line and with space - Adobe Campaign 11-02-2022
Hi All, I was able to achieve this by giving the below tag inside my webpage.IntroductionUsed tag instead of <input> and gave onblur tag inside it. Thank you everyone for all the suggestions.<input> and gave onblur tag inside it. Thank you everyone for all the suggestions.

Views

270

Likes

0

Replies

0
Re: Ho to get a particular set of values from another set of values - Adobe Campaign 27-01-2022
Hi @Greeshma_Sampath1, Were you able to resolve this query with the help of any of the given solutions or do you still need more help here? Do let us know.Thanks!

Views

385

Likes

0

Replies

0
Re: Make a field in properties Mandatory - Adobe Campaign 17-01-2022
Hi @Greeshma_Sampath1 You can apply check expression at leave tag of the form. Have a look at this documentDelivery Code is MandatoryThis won't allow user to save the delivery until a value is filled.Thanks,SSB

Views

232

Likes

2

Replies

0
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: Multiple or Hierarchy drop down in Adobe Campaign - Adobe Campaign 17-11-2021
Hi @Greeshma_Sampath1 , Right below your deliveryCode container in Form, you can define: Thanks,Jyoti

Views

154

Likes

0

Replies

0
Re: Add search in input form - Adobe Campaign 02-11-2021
Hi Jyoti/Team, Thank you so much for above information, but our expectation here is we are looking to search a particular filed from input form and not in the navtree or list. i.e search box should be in input form frame. Can we replicate the Query filter option in present navtree section in input form frame/container or else we are expecting a search box in input form that converts every filed in the input form is searchable (This functionality is already available in other CRM tools like siebe...

Views

307

Likes

0

Replies

0
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
Re: Filter output result different when string value given with and without single quotes - Adobe Campaign 12-10-2021
Hi @Greeshma_Sampath1, Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know.Thanks!

Views

244

Likes

0

Replies

0
Re: Store value from webpage before redirecting to another - Adobe Campaign 07-10-2021
Thank you @Manoj_Kumar_  it worked.

Views

277

Likes

0

Replies

0
Re: Need to understand the internal code used in Automatic Reply to Mobile Originated responses using Extended SMPP Connector - Adobe Campaign 16-09-2021
Hi @Greeshma_Sampath1 - last time I looked the External SMPP connector code was baked into the Campaign server code, so its not possible to alter the behaviour of the auto-responder directly. Its also difficult to tell when an auto-response has happened as there are no records to indicate a message was sent, other than the server SMPP logs.You could try querying the MO responses in the inSMS schema yourself say every 15 or 30 minutes and finding matches that would have generated an auto-response...

Views

125

Likes

2

Replies

0