(...) be edited, but if the task has come from another process, those fields cannot be changed. In the URL, I'm passing the ID when the user creates a sub-task to a field in order to use it as editability parameter . However, although the field has information on it, I'm not able to make the fields editable. This is only working when I use instance from parent workflow. I cannot use this last option because t (...)
(...) postalcode,postofficebox,primarygroupid,proxyaddress,sAMAccountName,sAMAccountType,securityidentifier,showInAddressBook,sn,st,streetAddress,telephoneNumber,thumbnailPhoto,title,userAccountControl,userparameter s,userPrincipalName,whenChanged,whenCreated,wwwhomepage?sub?(|(objectClass=user)(objectClass=group)) (page size: 500) This part (|(objectClass=user)(objectClass=group)) should look like this ((obje (...)
(...) I have problem ... [2022.1.4.404] maybe not problem but looks like is missing one option as parameter s in creating task .. or I don't know how to in proper way configure path ... Now we have 3 parameter s: 1. Wait for the completion of required tasks, 2. Mark tasks as completed, 3. Mark tasks as canceled. but what if I have flow where element have assigned 4 people in parent flow A,B,C,D. (...)
(...) rt.Mapping.MappingList.GetBySourceId(Int32 id, DbNodeType dbNodeType) at WebCon.WorkFlow.BusinessLogic.ImportExport.Export.ExportManager.RunExportContainingRootNode(MappingList mappingList, Exportparameter exportparameter , IExportLogger exportLogger, DescendantsRowsProvider descendantsRowsProvider) at WebCon.WorkFlow.BusinessLogic.ImportExport.Export.ExportManager.ExportMappingList(Exportparameter (...)
(...) :) ) This was very helpful for me. https://community.webcon.com/forum/thread/469?messageid=469 But I need counting only working days and I am really desperate. In System settings => Global parameter s => Working days calendar I defined non-working days for 2024 and 2025. I have version Webcon Designer 2022 Thank you. Janka
(...) Hi all! We would like to add a datasource from REST API. Datasource method is POST, since we have many parameter s. We need this datasource in different workflows and parameter s are dependent on values entered in current form (different fields in different workflows) and also should be fetched from database from another workflow. As I can see there is no way to use current form field values (in (...)
(...) Is there a parameter somewhere that limits the number of rows that can be imported from xls to the item list ? At the moment it accepts a maximum of 1000 rows, can it be changed/set somewhere?
(...) t replicate the logic attached to the choose fields and similar. Therefore I would think we could improve the user experience in some cases if we would have a JavaScript function which would have parameter s for - field name - parent HTML element - label HTML element. If this is the customer DOM The function would be called like this CreateField("AttChoose1",document.getElementById("myC (...)
(...) mple: I am using the following statement to find out if a check in our invoice approvals is necessary, depending on a template workflow that defines the running order, using an item list to define parameter s to jump into steps or not. Query is: if exists (select 1 from wfelements WF_E , wfelementdetails WF_D where WF_E.WFD_ID = WF_D.DET_WFDID and DET_WFCONID = {WFCON:1614} and {DCNCOL_ID:121} = {ST (...)
(...) NullReferenceException: Object reference not set to an instance of an object. at WebCon.WorkFlow.BusinessLogic.Automations.Engine.AutomationEngine.RunErrorFlowCollectionAsync(AutomationEvaluationparameter s parameter s, AutomationWithparameter s automation, AutomationRuntimeResult currentFlowResult, CancellationToken cancellationToken) at WebCon.WorkFlow.BusinessLogic.Automations.Engine.AutomationEn (...)
(...) Hi, the "new" confirm/alert functions are really great and please don't remove the option to pass HTML as a parameter . :) Yet there's always room for improvement. Could we get additional/optional parameter for the title, yes and no button? Depending on the context the labels "Confirmation", "Yes" and "No" may not be the best. For example this would be the default labels Title: Confirmation Te (...)
(...) Webcon Designer can be started in admin mode: with --admin commandline parameter . How to set password for this admin? The one set by the "WEBCON BPS System Administrators" doesn't work.
(...) instance with the help of a WebCon REST API call. The problem is that while processing actions WebCon locks down the instance and I couldn’t find a way to make any changes to the process. I use the parameter “forceCheckout=1” – that works fine as long a user is editing the form but fails when called from inside a PowerShell action. I see two options there: 1) I could do it with an asynchronous Power (...)
(...) er then it works. The problem is that BPS_SQLUser doesnt have access to linked servers. I tried to give it sysadmin privileges but it didnt work. The only solution that worked was to update Globalparameter s table and put NULL in SQLLowPrivilegeUser. Then Webcon connects to its database with 'dbo' user. This user has access to linked servers. I'd like to ask whether is there any better solution and w (...)
(...) t or apply settings from a predefined configuration file. 2. Integration with MDM Intune – Seamless compatibility with MDM Intune or other mobile device management (MDM) platforms. 3. Configuration parameter s – Settings for server address, authentication preferences, notifications, and other key app behaviors. 4. Bulk Device Support – Apply consistent configurations across numerous mobile devices with m (...)
(...) Hi, it would really be nice to have an option to store the created attachment id in a field /parameter . Right now I have a "change value of single field" action afterwards which retrieves the id of the last created attachment. It should always be the one which was created just before. But it doesn't "feel" right. This option should be available on all attachment actions. Best regards, Daniel
(...) efined. The one with AI competence and others without. As workaround we use now this custom CSS style code. Maybe it is useful for other customers. Just copy & paste it to system settings > global parameter s > appearance into the field global CSS styles #Updated the code at 11:51: Added class and switched from display to visibility attribute to prevent layout changes /* Hide AI assistant in Designer (...)
(...) ll split the text by the line break character and return the first part of the text. If no line break character is present, the input will be returned. SQL Command CASE WHEN CHARINDEX(CHAR(10), {parameter :1}) > 0 THEN LEFT({parameter :1}, CHARINDEX(CHAR(10), {parameter :1}) - 1) ELSE {parameter :1} Number of rows to return: First row (scalar function), all rows (table valued) parameter s: Name: Input (...)
(...) ctors with debt (Id: 5834) evaluation. ---> System.Exception: Error getting data for DataSource name: Windykacja - Fetch debtors ID: 3371 ---> System.ArgumentNullException: Value cannot be null. (parameter 'tokensContainer') It's worth mentioning that the business rule itself works correctly and doesn't return this error when executed independently. I’m attaching a screenshot of the business rul (...)
(...) users completes their task. (v2021) I also tested this in v2025 and it doesn't work in neither step - after one user finishes his task the workflow moves to the next step. Configuration: Path parameter s: Operation executed on parallel tasks is set to Wait for required tasks to be completed, and Number of required completed tasks is set to All. Task Creation: Parallelism is set to Completion - All. (...)