Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2022-07-21 05:57 PM - edited 2022-07-21 06:20 PM
I am trying to perform a mail merge via the API process however the [PerformMailMerge] output is returning some type of Javascript after couple of minutes (see below) instead of a byte array.
Note: I am using the Archer API Template to perform this
window.top.location='/RSAarcher/Default.aspx';
window['adrum-start-time'] = new Date().getTime();
(function(config){
config.appKey = 'EUM-AAB-AWG';
config.adrumExtUrlHttp = 'https://cdn.appdynamics.com';
config.adrumExtUrlHttps = 'https://cdn.appdynamics.com';
config.beaconUrlHttp = 'https://euem.apm.bcbssc.com:443';
config.beaconUrlHttps = 'https://euem.apm.bcbssc.com:443';
config.xd = {enable : true};
})(window['adrum-config'] || (window['adrum-config'] = {}));
When I check the status of the process using [CheckAsyncMailMergeProgress] it always returns 0.
The steps that I am taking are:
Is this an error or am I not performing the action correctly?
Edit:
Apparently I did something correctly because I eventually received an email with a link to the document. But I still have a couple of clarifying questions.
I think what confused me was the output of the [PerformMailMerge]. It lead me to believe that it didn't process successfully.
Any additional information would be helpful.