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

mrudulm9146324
mrudulm9146324
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
5

Posts & Comments

Posts & Comments
6

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mrudulm9146324
Customize the badges you want to showcase on your profile
How to do String Operation in input form - Adobe Campaign 12-10-2021
Hi,Does anybody know how to do String Operation in the input forms?We have a requirement to parse a value from one input field and pass a value to other input field dynamically.1) // EMP_ID = es_name; es is countryCode which need to set in other input field...........2) 1) What all the String Operations we can use in input form (Substring) ?2) How can we pass parsed value from #1 using an expression in second input field in any Attributes?.If above mentioned is not possible, is there anyway we ...

Views

144

Likes

0

Replies

1
Re: How to schedule a delivery from a script Activity in Campaign Classic - Adobe Campaign 08-09-2021
@Malarrajan_Sundarraj - Yes i got it. But while updating in the script i tried to update the value of the enum. (from xtk:common:timezone) that is 'Asia/Calcutta'deliv.scheduling.contactDateTimeZone="Asia/Calcutta"Should we rather update like this ?deliv.scheduling.contactDateTimeZone="(GMT+05:30)"

Views

405

Likes

0

Replies

1
Re: How to schedule a delivery from a script Activity in Campaign Classic - Adobe Campaign 07-09-2021
Thanks @Malarrajan_Sundarraj !We are able to schedule. Along with contactDate we are also trying to trigger based on TimeZone.For Ex: If we have contactDate Value as 7th Sept 2021, 6PM it should deliver based on the set Timezone(If it is IST - it should trigger at 7th Sept 2021, 6PM IST)But currently it is delivering at GMT 7th Sept 2021, 6PM. Below is the snippet. Any idea how we can achieve this ?deliv.scheduling.contactDate = formatDate(getOption('ExecutionTime'), "%4Y-%2M-%2D %2H:%2N:%2S");d...

Views

426

Like

1

Replies

3
Re: How to schedule a delivery from a script Activity in Campaign Classic - Adobe Campaign 03-09-2021
Thanks for the Response, Marcel.Yes i have tried with above mentioned Attributes and no luck & yes, it is a bulk delivery and the each recipient in the list would be from different timezone.Have you tried to do it inside workflow with split by time zone and compute the wait time according to the time zone? Or even split all the time zones to separate workflows?- Could you please share snippet if you have? As per current design we are preferring to trigger this from the Script.

Views

444

Like

1

Replies

0
How to schedule a delivery from a script Activity in Campaign Classic - Adobe Campaign 02-09-2021
Hi,We have a requirement to schedule a Delivery based on Recipient Timezone. This needs to be achieved programatically, (In a script activity) based on our existing design.Currently, we have below code snippet which triggers the delivery.var emailTemplate = "del001" //internal name of Delivery Templatevar recipientID = "6784568" nms.delivery.SubmitNotification(emailTemplate,);We have updated the XML Payload as below by adding and anticipated that it would schedule a delivery. But it didnt work....

Views

469

Likes

2

Replies

7
How to Override default folder path for a Workflow Template - Adobe Campaign 20-07-2021
Hi,We have a requirement to override the default folder of a Workflow Template.Currently, it is getting default to the path (/Administration/Production/Objects created automatically/) even after updating the xtk:workflow schema by removing the default attribute as below.Let me know how we can achieve this?

Views

199

Like

1

Replies

0
Likes from