WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Top rated

top rated

I found a problem on WEBCON with regular expression. In the attributes, in the "Style and behavior" tab, in the Regular expression for validation field. In my case, I set a limit to 11 digits (11 characters long, as in the Polish PESEL number) - "\ d {11}" to be precise. This regular expression works and detects the shorter string as bad. She recognizes even 11 digits as correct, that's good. More characters (e.g. 12 and not recognized as an error and allows you to proceed further on the form. (...)

Dear Community, Is there any possibility to improve quality of handwritten signature in WEBCON? Currently it is very pixelized and added to document (Word / PDF) doesn't look well. I didn't find any options or parameters to improve quality. Link to KB about this feature: https://community.webcon.com/posts/post/the-handwritten-signature-form-field/153 Thanks for your comments here :)

Based on Daniel post https://daniels-notes.de/posts/2021/retrieve-ps-variable-value I figure, it is posible to retrive output value from SQL Procedure? How force "Run sql procedure" action to log ouptut to [dbo].[WFLogs] table? Write-Output in PowerShell is logged to LOG_Description column. How log ouput from sql procedure?

Dear Community, I have a question regarding attachments database. Size of the database is quite large and I'm trying to find optimizations here. Table / index compression is not a solution - compression ratio is barely reaches 0,5% level. I have found a lot of records in this database where attachments are deleted (column ATF_IsDeleted = 1). Is it safe to remove such records from database or it will make inconsistency of the data? Do you have any experience in it? Looking forward for any (...)

Hi All I need to ask for your help :) This time I need to update permissions for tasks on separate processes/applications, not linked together. Let's say I want to give permission to read a document for some domain user or user group. The problem is that I can't modify these processes. I cannot modify data from the database side because the manufacturer forbids it :/ My idea is to create a new process and use it to update permissions on other processes/tasks, but I don't know if it is (...)

MVP

Hey! I'm wondering if it's possible to disable the attachments on the form. I don't want to hide them, I just don't want the users to add new or delete existing ones. Any ideas how to implement it? Thanks, Martin

Hi all! We have a tricky problem, so it seems. We want to redirect to edit form of another workflow (ID is known). This should be triggered with button click on current form. Button is implemented as Html field and invokes a global menu action which has the correct hyperlink action and also returnUrl to current element. After save of the other workflow element, user should be redirected to current form element. Before redirect to the other workflow, current item should be saved. (...)

We have to now comply with SOX and part of the requirements is to list all WebCon apps and permissions/priveleges for each level and the groups/people in them. Is there an easy way to dump all permissions/priveleges for all apps to a text file, pdf or other? If not I'll have to go through and take screenshots of each in designer!

Hi, I have such a problem. At some step in the process, there is required approval for costs. The task is signed to first person, but he is on sick leave, thus the task is assigned to a substituter, but a substituter is also on sick leave, so the task should be assigned to substituter of substituter, but isn't. BPS version 2021.1.4.118

I have a requirement to create dictionary to enter form name, Step name, no.of business days. Form name and step name combination need to be unique and a validation error message should show if the user tries to post a entry with the same form and step combination that already exists in the dictionary. I have 3 different forms with different steps in a flow. I entered 1st entry as form1, Step1 and 1 day, saved it second record as form1, step2 and 2 days, saved it. 3rd record as (...)

MVP

Does anyone know how WEBCON did this on their support portal? Lots of custommers asked us to add form fileds in the task cards, but I thought it is not possible.

Hi community! We have 2 Webcon farms (DEV/TEST/PROD) with the same application (6 servers in total). Our deployment chain is from Farm1 (DEV), which is the application source to all other servers. We have defined a global constant for Portal Url, which is used in whole application (for redirects and so on). This scenario works fine on one farm. Is it possible to find out within a businessrule (or maybe SDK rule), which BaseUrl current system has? I do not find anything in c (...)

MVP

Does anyone know the official answer to that? I don't seem to find any descriptions anywere on the site.

MVP

We are using a Hot-Mailbox to process incoming e-mails with a pdf attachment. The attachment is added to the instance corresponding to the barcode applied on the pdf. This works fine so far. There is now the need, that the users has to send at least one other attachment which does not have a barcode and these should be added to the instance as well. Thought this would be possible by configure the "Additional attachments" sections, up to now i was not successful. Is there anything i mi (...)

Hi, has anyone encountered problems with Invoke Sopar service action after upgrading to version 2022.1..1.53? We forgot to test the functionality immediately after the upgrade (due to some issues with the license) so rollback is not an option…. We are gathering data from the national registry of companies when registering a new partner into our system with the action. In 2022 we just receive the following error »Object reference not set to an instance of an object.« I can not find anything in (...)

Hi! I have a process which generates subprocess (list is from sql query). The subprocesses generates correctly but there is one thing that I need to change - the author of the subprocess document should be change for the employee from field. I tried to change the login by update the WFD_CreatedBy column in WFElements table but it's not possible. I've received an error: "One or more errors occurred. Operacja została wycofana Concurrency Error Concurrency Error" In attachement you can (...)

Hi, We have updated our webcon to the latest 2022 version "2022.1.1.53 Standalone", but after update the "Generate RS Report" action is returning error while execution as below: Error in Menu button action Generate Initial Detail Report. The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM'. The remote server returned an error: (401) Unauthorized. we didnt change anything in the configuration and I (...)

Hi, I am creating a plugin for webcon in C#. I need to start a new task from the code level. Is there any dedicated function for this? Best regards

Hello Team Mayby someone has a solution ? Simple process / screen 1 / On step "Confirmationa" , group of users have to accept. I used functionality: Operation executed on parallel tasks: Wait for required tasks to be completed. Above functionality works fine. Problem is to now , who not accepted. How do it ? Thank you in advance Jerzy

I try to use the following functionality: "Security based on organization structure. This functionality allows you to view and edit your subordinates’ instances and tasks (in the same manner that those subordinates would be able to), and also lets you delegate subordinates' tasks to yourself (or another person), in order to take over and complete them. " I can view and edit my subordinates' documents but I can't "delegate to another person". Version is 2021.1.3.188