Hi @_Manoj_Kumar_ , Thanks for your reply, I am using a user defined SQL Function(xtk:funclist), that creates a string > 255 characters. I am still getting the String truncate error. Regards,DG
Hi Team, I am using a query in a workflow that group records and concats field. The result of this concat field sometimes extend beyond 255, which triggers an error in the Query workflow activity, is there a way to accommodate characters > 255, in a temporary worktable. The idea is to use that conca...
Hi @_Manoj_Kumar_ , Since we are using the rcpId in the where clause, would it restrict to just one recipient at a time. Cany we have a set of recipients in choiceList Regards,DG
Hi All, I have a requirement where I need1. Multiple recipients to subscribe to more than one service I am trying to use the RecipientSubscribe to do the same, but unable to create the XML recipient parameter. Can somebody please help me on the same The set of recipients are coming as part ...
Hi @_Manoj_Kumar_ , I am using FormData to store the uploaded file and then using fetch to upload. await fetch('/nl/jsp/uploadFile.jsp', {
method: "POST",
body: formData,
headers:myHeaders
});
Hi team, I am using v8, and trying to upload a file to ACC using /nl/jsp/uploadFile.jsp.When we use the v5 compatibility fileInput file gets uploaded to the server, while if I use the normal HTML and AJAX to upload the file, it gives an error. ( 403 - Forbidden ) If I use postman / nodejs script to...