Hello @rvnth ,
It's not entirely clear from your question how you're utilizing the enrichment activity.
Could you please elaborate on the following:
What constitutes the input for enrichment? For example, what is the targeting dimension indicated on the input arrow?Which additional fields are inv...
Hello @CharlesLe3 ,
If I understand correctly, you want to first export data from the external platform and import it into Adobe Campaign, using telephone numbers as primary keys, and vice versa.
1. Integration Setup:It's crucial to set up the integration. You didn't specify the external platform ...
Hello @DishaSharma ,
Please check the following points:
The order confirmation to recipient table will have a 1-to-1 link. This means that one order is linked with only one recipient.
The recipient to order confirmation will have a 1-to-N link. This implies that one recipient can be linked to...
Hello @DishaSharma ,
Please find the definition of Integrity:
integrity (optional): referential integrity of the occurrence of the source table to the occurrence of the target table.Possible values are:
define: it is possible to delete the source occurrence if it is no longer referenced by a ...
Hello @satyendardu While using JS and execCommand for each record might work, it can be time-consuming for large datasets like 50,000 records.For such cases, exporting the records to a file format suitable for your deletion application is generally a much more efficient approach. Have you considere...
Hi @PeterMa5 ,As mentioned by Craig, Adobe partners can request a sandbox for learning and development purposes. Additionally, you have access to exclusive partner-only online training videos.Sandbox:Request your sandbox at: https://solutionpartners.adobe.com/s/sandboxrequestImportant: Only the pri...
Hello @sharma_nik , From what I've observed, your login request appears to be successful. However, it seems you're encountering issues with the write operation. There could be several potential reasons for this:- Incorrect parameters being passed to the SOAP methods.- Issues with the session token o...
Hello @UmaV Upon reviewing the documentation, I couldn't find a clear definition of the "Retry Pending" delivery status.Therefore, I would recommend reaching out to Adobe support for clarification on this matter.After conducting some analysis, it appears that this delivery was not sent due to an is...
Hello @DishaSharma , Which type of file would you like to send, such as Excel, PDF, DOC, etc.?Regarding personalization, what specific type of personalization are you looking to implement? Information on creating a personalized file and attaching it can be found in the following documents:https://e...
Hello @RajeshBhat , Technically, it is possible to implement it. However, it will be custom development and not supported out of the box. 1. In the input form of delivery, you can call a custom SOAP method on leave, where you can pass this delivery id. https://experienceleague.adobe.com/docs/campai...