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

top rated

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

Hi, I would like to create an plugin that will open a link in the client side browser. I try using basic .NET method, but the browser starts on the server where Webcon is installing. Would I have to make a separate addon running on the client side? Then how to install such an add-on?

Hello everyone, I have a problem and I hope that you will help me with the solution :) In general, at the star step, I grant read permissions to different domain groups (Add/Remove privileges BPS Action). The problem comes when I have a completely new group and I need them to have access to old documents in end step (Final - positive). Clicking through several thousand documents is not an option. It would be best to use the option to check permissions to open in the browser, but that didn't (...)

I copied businessRule from one process to another and after save I can't open this process anymore. Message=The given key (432) was not found in WFBusinessRuleDefinitions cache for current content database. Source=WebCon.WorkFlow.Data StackTrace= at WebCon.WorkFlow.Data.Caching.Collections.WFBusinessRuleDefinitionCacheEntityCollection.ByID(Int32 id) at WebCon.WorkFlow.Studio.Logic.Managers.BusinessRules.InlineBusinessRulesManager.Load(Int32 id) at WebCon.WorkFlow.Studio.Logic.Mana (...)

Hi Guys, Has Webcon any function or script to extract the [Comments] field in the "human eadible" way? Lets say DATE | AUTHOR | COMMENT TEXT. Selecting from WFD_Description for particular ID gives me output like below. It is becoming more complicated if I have two or more comments, divided by ','. SELECT WFD_ID ,WFD_Description FROM [BPS_Content].[dbo].[WFElements] where wfd_id=xxxxx output: [{"d":"2022-02-21T14:40:40.086895","l":"username@domain.com","a":"Name Surname","c":"Text (...)

There are actions on the form. One of these actions is to perform a function on the base. The result of this function is varchar. I would like to display the content of this result to the user. In the form of a JS alert or any message. Do you know how to do it?