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

rahuladwani
rahuladwani
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by rahuladwani
Customize the badges you want to showcase on your profile
Re: Insert mirror link into a database table via workflow... - Adobe Campaign 05-11-2020
Hello Ms Sukrity, I am still looking for the solution to this query.

Views

523

Likes

0

Replies

0
Insert mirror link into a database table via workflow javascript - Adobe Campaign 26-10-2020
Hello, I am using Adobe Campaign Classic v7 build 8936. My objective is to insert the mirror link of a message into a table in the database. I have built a workflow which queries broadlogid and deliveryid from the nmsbroadlogrcp table and then I have written the following javascript: var deliveryData = xtk.queryDef.create();try {var data = deliveryData.ExecuteQuery();} catch(e) {}for each(var value in data){ var mirrorPageURL = nms.delivery.GetMirrorURL(value.@id1,value.@id); var queryXML ...

Views

596

Likes

0

Replies

3
how to embed custom message over a image automatically - Adobe Campaign 20-09-2020
Hello, My name is Rahul and I am working on Adobe Campaign Classic v7, build no 8936. Below is my query: Requirement is to send an image to a Whatsapp subscriber through a vendor API integrated with the Message Center instance. There is a need of a text message (personalised) on top of the image. Idea is to convert the formed html with image in the background to an image file similar to mirrorpage url and send to Whatsapp number through this vendor API. I am expecting that this image would be fo...

Views

418

Likes

0

Replies

1
Re: Leave element not working as expected | Adobe Campaig... - Adobe Campaign 26-08-2020
Hi @Milan_Vucetic, Hi @Milan_Vucetic, Thanks for your help. The solution worked. Below are the details: if you updated database structure with your new schema extension ---> Yes, did that.why you have one tag more then it is needed in provided code (just after ) ----> This was a mistake while pasting the code hereif form can access provided paths (@campaignType,@campProduct, etc...) --> Yes, it can.try with separate tag for each field ---> Yes, tried this and this worked. Thanks again. Regards...

Views

491

Likes

0

Replies

0
Leave element not working as expected | Adobe Campaign Classic v7 - Build 8936 - Adobe Campaign 26-08-2020
Hey there, I am trying to implement validation on empty fields on the operation form with an extended schema. Below are the details: Schema (extended): -------------------------------------------------------------------------------------------------- Input Form (nms:operation): You must enter all the fields asked -------------------------------------------------------------------------------------------------------- The adjoining checks in the leave element are working but the one mentioned here...

Views

511

Likes

0

Replies

2
Recurring push delivery outbound transition - Adobe Campaign 07-07-2020
Hello,I am using Adobe Campaign Classic v7, build 8936 and currently, my objective is to send push notifications to a target population where each target recipient can receive more than one unique notification. This uniqueness (unique notification ID) is present in my personalisation data table. Till now, I have been able to achieve the sending part. Now I need help in completing the tracking part. For this, I need the IBROADLOGID to be added back in my personalisation table which can further be...

Views

716

Likes

0

Replies

1
Re: Getting SOAP call error while creating a data schema... - Adobe Campaign 21-06-2020
Hi @isahore, yes, I am creating the schema using admin credentials.

Views

798

Likes

0

Replies

0
Getting SOAP call error while creating a data schema in Adobe Campaign Classic - Adobe Campaign 16-06-2020
Hello, I am getting an error while creating a data schema. Below is the error message: SOP-330323 An error occured during the SOAP call. You don't have required rights to view the detail.

Views

964

Likes

0

Replies

3