Hi ryanbcg7You will need to set up supporting customer schemas and workflows to capture the delivery runs for the day; these workflows will act as a gateway to how many and which deliveries need to be let through based on the customer's settings.Everything will need to be custom-built.Thanks,Pulkit
dipendu gThe value prop for ACS is its flexibility, each customer is different and will have varied needs. Having an exhaustive list of questions that you should ask before implementing ACS is impossible.Having said that I always start with the data. Getting a deep understanding of the data infrast...
dharmk80The nature of transactional messages is such that the execution needs to be completed as soon as possible. For this 'realtime' need, all effort goes into not using a database as they slow the performance down. Given this speed of execution, there are minimum checks that should be done befor...
ryanbcg7ACS offers Fatigue management at the recipient level to restrict the number of deliveries regardless of channel. There is a detailed step-by-step tutorial that walks through how to set this up here: Fatigue rules Thanks,Pulkit
knixHaasIt seems like you have a customer resource called 'Events' that is linked to Profiles resource in a way that is not allowing you to delete the profiles.Please review the links between these resources and set them up per you use case to enable profile deletes.Thanks,Pulkit
For ACC - You can write a SQL Script with the 'DELETE FROM <<tablename>> WHERE <<pk>> IS NULLFor ACS -1. Create a duplicate custom resource. 2. Publish your changes3. Load non-null pk records from your table here. 4. Mark the table for re-draft ( more details here: Deleting a resource ) This will d...
sovand24445972Only Custom resources linked to the profile are available via ACS API's. The link to Profile can be direct or indirect(through another Custom Resource that is connected to profile). For example, Profile > Order > Product, Product will be available via API's. Can you connect your custo...
peic33860002Theoretically, it should be possible. You will need to consider the nuances of the AAM onboarding process. On ACC all that is required is import and export of 'skinny' files of Declared ids and loading those into a list. I don't know the specifics on AAM side, but a similar import and e...