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

search results

for time

(...) siness rules, etc. We can try to do it better via SQL or/and WebCon BPS Application. It is well described here: https://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 Sometime s we need to use groups which are cross Applications, cross company alike Board Members, HR Department. Sometime s we need to use Active Directory groups (not WebCon BPS ones) to give some permission (...)

(...) Hello community, I am building application with one Dictionary process, and one standard process with 2 workflows. I would like to start second workflow many time s as subworkflow of fist workflow and assign it to the several users/users groups (one per subworkflow) selected from Dictionary process. I am trying to use action “start a subworkflow (SQL)”. My understanding is that “start a subwor (...)

(...) ssions to the database. The application pool is the account indicated in the installer as the user to connect to the database. The message itself points to a SID that I don't have in my domain. Every time I reinstall the environment, I get the same message, but with a different SID. I haven't encountered such a problem before. I am installing on the BPS 2022.1.4.207 version. Also from the Designer (...)

(...) Hello, I'm facing a new challenge, maybe someone already had to deal with it and will be able to help :) I've created some time ago process for handling Recruitments, which connects two departments - HR and IT. On starting form, there are yes/no fields for required permissions/equipment for a new person. * Access to system X * Access to system Y * Laptop * Wireless mouse After the proces (...)

(...) em for each row - Compare the old against the new data - Trigger an update if something changed Problem: Executing xxxx REST Requests in a "for each" loop in an item list will probably exceed the time out of path transition. There's no option to filter the item list in the "for each" loop. Using a "any collection" source for the for each would work, but than I can't update the item list row. I c (...)

(...) lowAddingCustomValue": false, "allowMultiValue": false, "autocompleteFirstResultsCount": 5, "autocompleteSearchChars": 3, "enableFieldsOnModeChange": false, "javaScriptOnModeChange": "", "incudetime Zone": false "includetime ": false,

(...) ession and develeoper tools log. Any ideas what is going wrong here? // diagnostics json { "session": { "id": 565, "sessionGuid": "2c8664cd-1862-4978-9355-1d0b7c3c47d5", "usertime ": "2023-08-31T05:51:09.457", "userLogin": "xxx", "userLanguageCode": "en-US", "userBrowserData": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrom (...)

(...) ble to cast object of type 'System.DBNull' to type 'System.String' at WebCon.WorkFlow.BusinessLogic.ElementManagement.Checkouts.ElementCheckoutsRepository.UpdateOrTakeOverParameters.UpdateAfterUpdatetime Best regards, Daniel

(...) Hello, Introduction: 1. right now WebCon BPS allows to configure actions which triggers on path, on exit, on entry (and of course on a few more) 2. sometime s process is configured to assign the task to multiple users, e.g. multi-approval (without subprocesses), e.g. assign tasks to 3 users 3. again sometime s business got the need that after every approval (finalizing single task) they would lik (...)

(...) Hi everyone, I am quite embarrassed to have to ask this question because the answer is probably quite simple. Currently, I am reviewing a Webcon process that I created some time ago. In doing so, I started to implement some things (e.g. sending emails) in a better way. Now I have noticed that I have an "on entry" action in the step actions in some paths (which was previously responsible for s (...)

(...) for which access to the webcon bps portal would be blocked. I think that such a solution would also be advisable for data security reasons, it would make it possible to cut off the user and give him time to make complete changes to the system. On the other hand, it may be worth considering a mechanism that also works the other way round, i.e. access only for defined logins. What I mean here are s (...)

(...) ences: -If I understand correctly, when we want to move the new servers into production, we must first deactivate the license on the existing servers and move it to the new servers? -What about the time between installation and production? How can we see that Webcon is functioning properly on the new servers? How can we migrate applications to new servers and test them? What about the installatio (...)

(...) d. I even prepared some PoC - you can check it out here: https://portal.webconbps.com/db/1/app/479/dashboards/75 Selecting item from the report on left, will update the view on the right. Sometime s it requires double click, and side panel to loads so it doesn't look great. But it represents the idea so for now it's good enough ;) To make the control work, there should be a possibility to c (...)

(...) ting the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 | href: | ex: System.Data.SqlTypes.SqlTypeException: SqlDatetime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM."

(...) .5.292 to 2022.1.4.297. While preparing for the update, I receive a message that there are no components installed: 1. "ASP.NET Core 6 Hosting Bundle" 2. ".NET 6" What versions to install (SDK, Runtime ), where to download them? So that there are no problems with the operation of the platform and that I can update it?

(...) erson nad some dates (deadline and end of task). I;m makieng report, where I want to show all responsible people who have tasks divided on Active task, Active task after deadline, Finished task in time and Finished task after deadline. I've made calculated column: case when WFD_AttDatetime 5 < WFD_AttDatetime 6 then 'YELLOW' when WFD_AttDatetime 5 > WFD_AttDatetime 6 then 'GREY' when WFD_IsFini (...)

(...) Hi all I got a process that uses values from a dictionary process in a field [picker field] (the user can select an element from the dictionary process in the form). Sometime s an element that the user wants to select does not yet exist. I have now given the user the possibility to select with a checkbox that the element does not yet exist. After completing the input (form), i.e. when the use (...)

(...) anned id is to be inserted into ID column of item list table. Based on the ID some additiona data are to displayed in other columns. What I have already done is the form rule that ADDs NEW ROW every time the value of ID item list column is changed. It works ok. The problem is that I need the focus to be moved to the newly added row so the next document can be scanned. Unfortunately the focus stays at (...)

(...) sinessLogic.Automations.Engine.Evaluators.ActionEvaluator.GetActionExecutionType() at WebCon.WorkFlow.BusinessLogic.Automations.Engine.Evaluators.ActionEvaluator.d__23.MoveNext() at System.Runtime .CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine) at WebCon.WorkFlow.BusinessLogic.Automations.Engine.Evaluators.ActionEvaluator.EvaluateAsync() at W (...)

(...) In designer I created an item list with 4 colums that have the same name. When I map the columns in designer I use "Sheet1!TableExcel" and on the right i drag the columns from the item list. Every time i run the action i get : Invalid cell name If i try to map to: Sheet1!A1 I don't get error but also I only get the first value from the item list, so obvious I need a table. I also checked this li (...)