Hi @Shubham_Goyal__ ,
Thanks for the reply.
It look like the nms:delivery -- [targetData/content/sms/source] is store the content before personalization.
Please take a look here.
What I need is to change those parameters to real customer name --> such as "John".
And I'm not sure that XML field can ...
Hi All,
I have a requirement to log a final message that show to customer (final message after completed all personalization fields) into nms:broadlogrcp.
Such as I have the delivery like below and sent to customer name John and Antony.
The final message in the nms:broadlogrcp for each customer s...
Hi Tobias,
I'm trying to do as your said by use HttpClientRequest with header-type as multipart/form-data.
And create a form-data format by following this link
https://stackoverflow.com/questions/47080869/how-to-manually-create-multipart-form-data
Remark: Unfortunately, this link is not verify as ac...
Hi Tobias,
Thanks for the response.
Yes, I'm trying to use ACC to call a remote webservice which required multipart/form-data.
And yes, I can use HttpClientRequest with header-type as multipart/form-data.
However, I'm stuck at attach the upload file.
The webservice require to upload the file as st...
Hello Expert,
I'm developing the javascript to call the Web-service. However, they require the media-type as 'multipart/form-data'.
I've checked this link about ACC API -> https://experienceleague.adobe.com/developer/campaign-api/api/p-8.html
But it's look like, ACC don't have any class that support...
Hi Cedric,Look like it working at workflow level but it not apply for the workflow in the campaign as my test result.Do I need to modify another form if aim to do it for the workflow in the campaign?
I can do this <leave> modification on nms:delivery form -> it working fine. Not sure that is there any limitation on changing the xtk:workflow form or not.
Hi CedricRey,Thanks for the reply.I try to put the <leave> at the end of the form but as I said - look like it not working as expect.Here is my sample code that I have added into the xtk:workflow form. --> Just try to modify the history field in the workflow properties to 31.Not sure what I did wron...
Hi Everyone,I have some work policy to enforce some fields in the workflow properties after someone edit the workflow.I try to use the XML tag <leave> and put it into xtk:workflow input form to check after someone edit the form but it is not working. I'm not quite sure that I'm doing at the correct ...