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

ParthaSarathy
ParthaSarathy
Online

Badges

Badges
24

Accepted Solutions

Accepted Solutions
36

Likes Received

Likes Received
54

Posts

Posts
77

Discussions

Discussions
1

Questions

Questions
74

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by ParthaSarathy
Customize the badges you want to showcase on your profile
Re: Proofs not being sent - Stuck in Ready to be delivered - Adobe Campaign 15-01-2021
Hi @marias19779225 ,From your Audit log, we can understand that you had given your proof mail IDs by selecting 'Substitution of the address' in targets of the proof tab. This will be expecting incoming records (atleast 1).From your second Audit log we can see that there is 0 incoming records. This is the reason why your Proofs are not going out.Regards,ParthaSarathy S

Views

668

Likes

0

Replies

3
Re: Broadlog volume changes ! - Adobe Campaign Standard 14-01-2021
Hi @El-Coder ,If possible, please post your Query Screenshot.Regards,ParthaSarathy S

Views

508

Likes

0

Replies

1
Re: Add checkbox in predefined filter - Adobe Campaign 12-01-2021
Hi @tejashriw155148 ,You can create male and female checkbox for recipient list with this steps,step1: Data SchemaIn the extended recipient schema, create 2 attributes @male and @female with data type as boolean.Give default value as 'Yes' and followed by a condition expr="@gender=1" for male and expr="@gender=2" for female.(After updating DB structure, For cross verification, you can create a workflow query as @male=yes and check it is fetching all male gender successfully.)Step2: Pre-defined f...

Views

694

Like

1

Replies

0
Re: Incremental query: refine the target using additional... - Adobe Campaign 12-01-2021
Hi @MarcosPaz ,Its not about user rights.Incremental query doesn't have 'Refine the target using additional data' as we have in Normal query.If required, To do that you can use the split activity next to your incremental query and perform the refining work.Thanks!ParthaSarathy S

Views

340

Like

1

Replies

0
Re: Advanced expression editing in Update Data > Return a... - Adobe Campaign 25-11-2020
Hi @Amandined ,Let's consider firstName is your column which has value as 'unknown'.This will help you, first it will check for value, if it is 'unknown', then it will make the value as empty string in DB. Regards,ParthaSarathy S

Views

513

Like

1

Replies

0
Re: Drop Down for the list of zip codes in WebApp for ado... - Adobe Campaign 23-11-2020
Hi @sachincs1991 ,You can achieve this in 2 ways, either by creating enumeration for zipcode in classic and hardcoding the zipcode value in it, or hardcoding the zipcode value in HTML content in webapplication.Eg: Zipcode: 600001 600002 600003 600004 Regards,ParthaSarathy S

Views

830

Like

1

Replies

2
Re: How to order by a result set in Query activity? - Adobe Campaign 20-11-2020
Hi @yueminspb ,By default it will be ordered by primary key. To order by specific column (Say, First name), You can place split activity next to query, and you can configure split activity as below to get ordered result.Limit the selected records > Keep only first records after sorting > Select your column and select descending or ascending sort > And in Limits, select size in % as 100 > Finish.Regards,ParthaSarathy S

Views

437

Likes

0

Replies

0
Re: Fetching Duplicate Records Only - Adobe Campaign 11-11-2020
Hi @shashanks445952 ,By default it will deduplicate randomly. If you need to specify with some condition, you can achieve it in below manner.You can learn more about deduplication from this link. click here - Deduplication Regards,ParthaSarathy S

Views

563

Likes

0

Replies

0
Re: Fetching Duplicate Records Only - Adobe Campaign 11-11-2020
Hi @shashanks445952 ,This workflow logic will help you to solve your use case.1) Query: Fetch all records from your table ( @id not equal to 0)2) Dedupliction: select 'Generate complement' and in 'Edit configuration' select temporary schema and in next step add the expression to identify the duplicates. For example, if it is recipient schema, you can identify your duplicates by @email. So when you run the workflow, duplicates records will come in complement transition.3) Split: Here you can add ...

Views

567

Likes

0

Replies

1
Re: How to download Adobe Campaign Classic for my local w... - Adobe Campaign 12-10-2020
Hi @Santoshk ,You can raise request for Adobe campaign classic Training environment by filling this form - Click hereOnce you receive training environment details and credentials in mail, you can follow this step to install ACC client console in your local machine - Click hereHappy Learning!Regards,ParthaSarathy S

Views

2.4K

Like

1

Replies

1