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

search results

for form

(...) Hi, Does any of you know how the API key should be entered in the SDK action in the "Integration key" field? On the autenti platform , I generated the ID and key, but entering the same key in the integration key does not work and I get the error: 401 Unauthorized. Best regards, Jakub

(...) p line breaks (CR-LF) in the output of the SQL Command used in a Business Rule? I'm selecting values from 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 email if I output the value of the field with a Business Rule. I can't output the form field dire (...)

(...) Hi community! In some scenarios it is necessary for us to render datatables on form containing some custom links or buttons. For this reason we built following SQL statement for testing purposes: SELECT 'Internal' AS ID, 'Click me' AS HTML UNION SELECT 'Azure' AS ID, 'Link' AS HTML And we used this datasource in a datatable field on form . However, we have some interesting results. (...)

(...) Our scenario: We are sending a prefilled pdf document to an external user with the instruction to complete the form and return it together with a copy of the id/passport. Which could be one or more pdfs or images. We've configured a hot-mail-box to check for e-mail having a pdf with a valid barcode. The pdf with the barcode is attached nicely :). But also want to add the additional attachments. (...)

(...) p to get things working: Having the task to show a picture within a report in WEBCON BPS 2022.1.2.59 I found this article in the knowledge base: https://community.webcon.com/posts/post/the-picture-form -field/32 Establishing the fields and trying to get the image rendered within a report I had to learn: Only the link generated in the way as described in the article is shown. No matter, what type (...)

(...) Hi everyone, does someone has an idea, how I can add a mail address to a local user account? If I want to add one, I get an error, that the existing BPS Id does not match the UPN form at. background inform ation: a customer uses a single server machine for running a test environment for WEBCON BPS. The VM has no access to a domain so the installation has been executed using local user accounts. (...)

(...) Hello, Does anyone have an idea how to hide the "Field name" (label) on the form ? I'm aware there is the Style & behavior tab, but that doesn't produce the desired result. I'd like to completely hide the label and have the input stretch to full width of the form . I can achieve it with a Multiple lines of text field (Field name placement: "Above" and display: none; for the field name). Is there any (...)

(...) Hello, Does anyone have an idea how to hide the "Field name" (label) on the form ? I'm aware there is the Style & behavior tab, but that doesn't produce the desired result. I'd like to completely hide the label and have the input stretch to full width of the form . I can achieve it with a Multiple lines of text field (Field name placement: "Above" and display: none; for the field name). Is there any (...)

(...) Is there a webcon function/action to invoke pop-up window to enter some value or person? Idea: - we want to have a "consult" button - but we don't want to have a permanent consultant field on the form as it's a bit confusing to someone - therefore the best solution would be to have some action in a way that when we click on "consult" path, window will pop-up asking who do You want to consult, it (...)

(...) ystem.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei WebCon.WorkFlow.Studio.form s.ModuleProcess.ProcessController.c__DisplayClass162_0.d.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.Exception (...)

(...) ely this does not work. There seems to be some parsing on Webcon side, which eliminates all elements in the JSON array, apart from the separator, which results in SQL error (JSON text is not properly form atted. Unexpected character ...). The attached query works fine in SQL management studio. Can anybody tell me, what's going wrong here or show some alternatives or workarounds? Thanks a lot & (...)

(...) ! I need to set up an alert if a value in a field is changed during the flow. I have a subworkflow that starts with the first value on that field, if the parent gets changed, I either update the inform ation through Update Related Workflow or show the inform ation as a data row in the child. But I need to alert the responsible on the child flow so they are aware that the field was changed. I'm not (...)

(...) Hi, We are thinking about migrating from BPS on SharePoint to Standalone. We have some concerns. The current environment is Webcon 2021 on SharePoint 2013 Foundation. We are not using modern form s. -Is there any other migration guide/description than this? https://community.webcon.com/posts/post/going-sharepointless-how-to-transform -your-environment-into-standalone/168 -If I understand correctly, (...)

(...) We have the requirement, that text from a rich text enabled multiline field should be displayed in the word document together with its form atting. Does anyone have experiences how this can be achieved?

(...) Hello, Question 1: Is there any possibility to give user access to form but restrict/limit form history (only user have access to current form not for previous versions)? Question 2: I have form field 'Picture' in dictionary form which (that form ) is connected with user by field 'User' - do you have any idea how to present that picture on users dashboard? Do be clear: form 1: Field User (...)

(...) Hi, I have an issue with sending mails in steps that are defined as 'available for Mailapproval'. In the current case I only want to send out a notification email for inform ation, the receipient doesnt have a task in the step. So i defined a template, put fields and grids in, and lokked at the preview. Whatever i try, if I test with an instance that is currently in a step that is avi for MailApprov (...)

(...) 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 contains the download and print button. Anyone knows if it is possible to disable it? Thank you, Martin

(...) hments to our company cloud services. Below is the web api endpoint that accept a file: [HttpPost("createfilewithcontent"), DisableRequestSizeLimit] public async Task CreateFileWithContent([Fromform ] GFileWithContentWrite fileInfo) { var stream = fileInfo.File.OpenReadStream(); var createdFile = await _driveService.CreateFileAsync( new GoogleFileWrite() { Desc (...)

(...) Hi all! We are wondering if there is a good way to add new items to an item list on the client side. We already found a 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 chain, like this pseudo code: p.then(() => { SetValue(form Field, 'Value') }) (...)

(...) Dear All, We have a widely used Incoming Invoice process, which manage validation and approval of digitized invoices. We use valueable feature of Attachment Preview on form to show invoice image during some validation/approval steps. (We use other feature for OCR verification) We register invoices as "Invoice" category attachment, but there can be other connecting documents. On Classis form in Sh (...)