Hi folksWe have XFA based static PDF which is developed in Designer, it has print and clear button which works fine on Adobe Acrobat Reader and Professional but when PDF is opened in chrome or IE then button stops working?Code written is xfa.hosts.resetData() which is called on click event with RunA...
do you have any script handy to handle this usecase. essentially I need to check the header request and extract to our process.I tried creating custom component with method having arguments as Object of HttpServletRequest request type. But I am not sure how to capture it.Appreciate your response her...
thanks, I got solution by not handling exception (routing to SetValue operation and setting custom error response) instead I left process to show real error as text/HTML response with http status code 500.This is a work around as for every error in process we are getting 500 http status code and we ...
Hi Mayank,Since we know event is triggered on Exception, which I assign to SetValue operation in variable as self defined error string with description. But some how I cannot change the http status code.So need pointers on thatManu
Hi,Did anyone try changing HTTP Status COde from 200 to 4XX or 5XX in process in case OOB event for exception is triggered?I have created process in Workbench where we are consuming JSON as body input and passing it through few business specific exceptions and OOB provided Exceptions like FileUtilsE...
Hi,Did anyone try changing HTTP Status COde from 200 to 4XX or 5XX in process in case OOB event for exception is triggered?I have created process in Workbench where we are consuming JSON as body input and passing it through few business specific exceptions and OOB provided Exceptions like FileUtilsE...
Hi,Did anyone try pulling REST API Request headers in process as process variable?I have created process in Workbench where we are consuming JSON as body input and passing few business specific header request params. I want to retrieve those header and log in server.log when process is invoked?Any p...
Hi,Did anyone try pulling REST API Request headers in process as process variable?I have created process in Workbench where we are consuming JSON as body input and passing few business specific header request params. I want to retrieve those header and log in server.log when process is invoked?Any p...
thanks Mayank, this we are already doing.I want more details on specific error thrown from exception like if my PDF generation is failing with generatePDFOutput2 OutputException then is it XML input causing issue or XDP.Or if I am doing XML validation against XSD then I should get which node is caus...