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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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!
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Thanks Ramon,
I was able to update it using an enrichment activity and add target value.
Thanks
Sid
Views
Replies
Total Likes
Thanks Ramon
Views
Replies
Total Likes