How to update Profile Email Address in ACS ? | Adobe Higher Education
Skip to main content
Level 3
April 19, 2019
해결됨

How to update Profile Email Address in ACS ?

  • April 19, 2019
  • 4 답변들
  • 5137 조회

Hi,

Is there a way to directly update database field in ACS without loading a file and passing a hard coded value ? I want to update email addresses of couple of recipients in ACS to a common email address.

Thanks

Sid

이 주제는 답변이 닫혔습니다.
최고의 답변: bisswang

Hi Sid,

There are few options:

- by file import

- by a workflow using Query to determine affected accounts, an enrichment which can add the target value to the working table and then Update Data to store it

- by API call

- manually

4 답변

prasannakumarmarru
Level 4
April 22, 2019

Hi Sid,

You can be able to update any database field only with the help of "update data" activity in the workflow. You cannalso manually update the email address by manually going to profiles tab and search for a profile and open to edit it. There is no other way you can do it. Thanks!

bisswangAdobe Employee답변
Adobe Employee
April 22, 2019

Hi Sid,

There are few options:

- by file import

- by a workflow using Query to determine affected accounts, an enrichment which can add the target value to the working table and then Update Data to store it

- by API call

- manually

Level 3
April 22, 2019

Thanks Ramon,

I was able to update it using an enrichment activity and add target value.

Thanks

Sid

prasannakumarmarru
Level 4
May 7, 2019

Thanks Ramon