WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for AI

(...) ing matter? We have a workflow that has been working for a year already, and today our users keep getting following message while trying to save a new document: One or more errors occurred. FAI lure on execution of procedure pCreateSignature with parameters: HOME_OFF/2022/05/01899, 20225#1#22, 1899 Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or (...)

(...) . ------------------------------------------------------- Message: WebCon.WorkFlow.SDK.ConfigAttributes.ConfigEditableTranslation ------------------------------------------------------- Error detAI ls in logs, Guid: 18c4c6c0-194b-4000-a544-2254a55ec11e .. at WebCon.WorkFlow.Studio.Logic.PortalService.PortalService.GetPluginConfigurationMetadata(Int32 pluginId) Best regards, Daniel

(...) Hey! I've never worked with the OCR and AI Framework so I'm asking the following question: Is it possible to read the data as seen in the attached picture and save it to an Item List? If yes, what are the components that I would need? There is already a text layer in the pdf so there is no need to do the OCR. Any help would be much appreciated. Thank you, Martin

(...) Dear WEBCON Team, just noticed that filename for Standalone version (Server 1) contAI ns "2022.1.3.59" instead of "2022.1.2.59" (3 instead of 2). It can be confusing :) Attached screenshot with marked areas to understand it clearly :) Best, Adam Hatak

(...) Hi folks, My goal is to send an emAI l when a comment has been entered in a instance. Sadly I have found no way to find out if there has been a new comment to trigger an emAI l action on path traversal. I hope someone can help out. Best regards Fabia

(...) Hi everyone, did someone came across an option to verify, whether the save has been triggered by the save button or by a path transition in a form field extension logic class? I did check to no avAI l: - Public properties - Non-public properties - Passing {CURRENT_PATH} inside the configuration. Unfortunately it was empty too :( Does someone has another idea? Best regards, Daniel

(...) s/post/new-way-to-use-a-digital-signature/253). So far everything works as described until I want to save the signed attachment. Doing so I get an error message "document can't be saved. Generic FAI lure" ("Das Dokument kann nicht gespeichert werden. Allgemeiner Fehler"). What am I doing wrong? Has it to do with using Edge instead of Chrome? Has it to do with security settings? (I learned t (...)

(...) Hi, I have a mAI n workflow where I have 5 text fields. Some of these fields are displayed on the sub workflow form(Sub Workflows start on a specific mAI n workflow step) Sometimes I have to change one of the filed value on the mAI n workflow( on step " WAI t for sub-workflows) which is displayed on the subworkflows form. When I change field value on the mAI n flow, the same field is not updated (...)

(...) DET_LongText1 which has line breaks. I'm attaching 3 images to show what I mean. 1. Webcon Form: What I see on the frontend. 2. Notepad++: What I see in Notepad++. 3. Output: What I see in the emAI l if I output the value of the field with a Business Rule. I can't output the form field directly because it is coming from an Item List. Do you have any ideas what could I do to have line break (...)

(...) o an item list due to customer requirement. This should be triggered on button click, that means on the client-side. Unfortunately I didn't find a way, to insert new row(s) to an item list in avAI lable JS functions. Does anyone know how to do that or could you provide some code samples? Thanks in advance & best regards, Nik

(...) Hi, Is there any way to remove saved comments from an element? I would like to use the native comment field, but I need to delete the old comments in a certAI n step. Is this possible, or should I use the AttLong attribute instead of the native comment field? Best regards, Bartek

(...) Hello to everybody, today I encountered an issue within WEBCON BPS V. 2022.1.2.59 that was reproducable and maybe this hint may help someone having a similar issue: I rAI sed a SOAP web service action template some weeks ago in the version mentioned and today was forced to change it as new parameters had been added to the listener that I needed to add to the configuration. I was able to enter (...)

(...) Hi All, We are implementing a workflow for payment list. We are using picker to add unpAI d invoices to a list, but default behavior is that I can add the same values over and over. Is it possible to limit/filter picker results to items that were not yet added?

(...) py and thought it would make connecting to Dynamics BC (Saas / Cloud Version) a breeze. However, so far, it was / is not. setting up the OAuth2 app authentication in Azure and webcon is pretty strAI ghtforward. - it works like a charm in Postman ( I get my bearer token back) but I have no real way to test it in webcon, so I have to assume it´s working. then you still have to set up the REST (...)

(...) Hello, I have a form that has a 5 steps. On each step I have a form field that has 4 options('statuses') : open,closed, opened-agAI n, in-progess. I want to have the value open in first 3 steps, than on step 4 i want to have a status 'closed'. How do I make the step depend on the field?

(...) Hey everyone, When an attachment is opened on the form, it shows the download button. Can we disable it? Also, when previewing the attachments there is always the top bar that contAI ns the download and print button. Anyone knows if it is possible to disable it? Thank you, Martin

(...) reat! I need some help here! I want to change a selection of fields with empty value on path transition. The idea is that I have a cyclical process and I need to clean some fields in order to be avAI lable on the next step. I'm trying to use the Multiple Change Values to make them as empty, but I'm being unsuccessful here! Does anyone have any ideas? Thank you all!

(...) Hi all! We are currently biting our nAI ls with the following problem: We need to delay execution of workflow for 1 minute, after 1 minute it should go to a path. Every attempt to achieve that fAI led up to now. The attached setting should trigger after 1 minute (as far as I understand that), but it seems to start immediately. What are we doing wrong here? Many thanks & best regards, (...)

(...) way to add new item (which can be triggered by a form rule) and set some form fields before, which then act as default values for the new row. Since it all is asynchronous it has to be a promise chAI n, like this pseudo code: p.then(() => { SetValue(formField, 'Value') }).then(() => { InvokeRule('#{BRUX:1526:ID}#') }) This is working fine but unfortunately this seems to be incredibly slow, (...)

(...) n lists from REST data sources ? I got the working requests in POstman, but I cannot get them to work at all in webcon. and its kinda hard to debug since error messages or logs are seemingly not avAI lable... thanks for your help in advance.