활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi all,
we’d like to use on Campaign Standard the “enabled if” function in the update activities (tab. Fields to update).
How does this “enabled if” function work and behave with operation type INSERT OR UPDATE?
Thanks in advance
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hi @giuliap42357798,
It's working if i do the same thing with below,
On the reconciliation activity, i have enabled link to profile resource using email field to know whether customer id exists or not on the profile.
Update activity will have following,
Try this and let me know if it works.
Thanks!
Hi @giuliap42357798,
Take a look at below example screenshot where i used enabled if condition when email address IS NOT NULL then it will insert/update customer id in ACS.
Thanks!
조회 수
답글
좋아요 수
Hi @SatheeskannaK
this is the status I have on Campaign:
|
CustomerID |
Title |
01 |
|
|
test@gmail.com |
|
|
I’d like to update just the row already present on Campaign with CustomerID field empty (the second row), in order to insert a valued title.
On the import file there are the email and title fields.
Trying to loading this file, reconciliating it through the email field, once that I set the update activity with operation type INSERT OR UPDATE and the Enable if condition on the Title field like this:
([target/@cusCustomerID] IS NULL OR [target/@cusCustomerID] = '')
The result I get is:
|
CustomerID |
Title |
01 |
Mr |
|
test@gmail.com |
|
Mr |
How should I do to update only the row with CustomerID empty?
조회 수
답글
좋아요 수
Hi @giuliap42357798,
It's working if i do the same thing with below,
On the reconciliation activity, i have enabled link to profile resource using email field to know whether customer id exists or not on the profile.
Update activity will have following,
Try this and let me know if it works.
Thanks!