Well, I've been woring on it too with no success. Today I finally managed to figure out why invocation of SOAP action trying to log into the GUSREGON API fails. It seems even though the requests to REGON API needs "charset=utf-8" (so the manual sais) the error shows up, saying that "text/xml; charse
Thanks guys, I got the logs and now I know why the action is not working... it's an outside of webcon issue.
Searching all the mentioned tables and there is either no error message or the message is the same (not saying what the problem is). Even after turning on the debug mode in Designer Studio, no error explanation showed in the appropriate table. Maybe someone has configured connection to Polish GUS t
Hi everyone, I've been trying to establish a connection to a SOAP API, action seems to be configured the right way (it only tries to connect and log in). When I run path with the action, the error is displayed in Polish "Wystąpił wewnętrzny problem wywołania webserwisu. Szczegóły błędu zostały zapi
Thanks Daniel, that's what I was looking for. I must have missed it when browsing through changelog...
Hi all, Is there a way to edit MS Word attachments online and save the result as updated version of the attachment?
Thanks Daniel, Even though your solution will not work for me (it would require some changes in the form), your reply guided me in the right direction. I now use the sql based action and the key to success is to have the query return one substitutor per row. Works well. My query is: SELECT '[
Hi, In my "Leave of absence" process I allow users to select more than one person who will be the substitute during the leave. Action "Add substitution" (not sure it's name is exactly like this, I have Polish version) in current version, provided with the form field containing more than one person,
Well, I have 4 machines on Windows 10 with new Outlook from Microsoft 365 (x64) apps installed - the same happens. Even though the workaround made the addin appear as working, webcon-specific elements did not appear in the Outlook windows.
Hi, In several machines in my enviroment I get an error - Outlook turns of the webcon addin, because is slows down loading of the app. Is this normal, do you encounter the same problem? Even though Microsoft shows how to override the Outlook decision, I don't have this option in the addins dialog.
I think it would be appreciated by many developers, if you would add "activate"/"deactivate" on every element in the business rule / form rule / other similar places. It would make debugging much easier in many cases. Just as it is in the actions now.
Hello Daniel, I've got quite a lot of experience with Javascript, so if I used the extended editor I would know what to do. However ,whenever it is possible, I prefere the standard low-code mode. I thought of something similar to actions - when you click RMB, you can either activate or deactivate i
Well, finally, after a lot of investigating without results, I did what I should have done in the first place - removed the actions dealing with OCR and text layer, publishing the process without them and adding these actions from scratch. All seems to work as desired now. However, there must be som
May be a sily question, but... is there a way to turn off parts of a form rule? It would be nice to stop some elements (formulas) from working for debugging reasons. Now to do that I have to delete these parts. Am I missing something, is there w way to do that?
I've updraded to 2022.1.4.84 last night and today I noticed that the OCR Verfication step looks now just like other forms - there is no pdf display on the right. In 2022.1.2.59 just yesterday everything worked. Am I missing some change in the machanics? UPDATE: It seems that documents that passe
Martin, you are a genius. Now it works as I desire (clicking the button in the report does not change the view, and the object runs in the path in the background). Thank you very much!
Hello everyone, I've got such a case: A CRM with several sales objects displayed in a report. I would like to be able to run the sales objects thru a path from the report itself (look at the screen), so that our salesmen can browse and filter through the report of sales objects and easily add the
Do you know if there is a way to check if such timeout is planned or not? Database only?
Hi everyone! I have a process that creates a timeout that will be triggered at the given date. Is there a way to remove this timeout for the specific instance manualy (somewhere in the Studio?)? As I think of it now, one thing comes to my mind, please correct me if I'm wrong. If I will take t
UPDATE: After turning back on basic auth in all allowed protocols the functionality works again.