(...) e that these kind of things are documented. What would be the benefit of having an application: When something is automated, it can be tested, and therefore there's lest to document. Depending on the setup you may have the same processes in multiple databases but these have different configuration. Business entities, connections, global costants etc.. We have a version history for t (...)
(...) GET ATTACHMENTS function), or entered manually as one of the function arguments. You can optionally specify the maximum number of words in the summary, thus customizing its length. Depending on the length of the source text, the execution time of the rule with the AI TEXT SUMMARY function may increase. AI SENTIMENT ANALYSIS The AI SENTIMENT ANALYSIS function allows you to (...)
(...) of operation. We can decide whether the API should enable the triggering of automation, retrieve data from an existing data source or perhaps return information about a specific workflow instance. Depending on the selected mode, the rest of the configuration will be slightly different. In the case of automation, we create a sequence of actions on the appropriate tab that will be executed when the API (...)
(...) , the instance is routed to the final step. Otherwise, the item will return to the Awaiting for signatures step. The system can return different statuses: PROCESSING – decisions are still pending from some participants, COMPLETED – all participants have signed the document, REJECTED – at least one participant refused to sign. In the Awaiting for signatures step, configure (...)
(...) lements (widgets) on a dashboard. In WEBCON BPS 2025 R2, the design grid consists of 12 columns that define the width of individual widgets, and a variable number of rows that are dynamically added depending on the number and size of embedded elements. This allows the dashboard’s length to automatically adjust to its content. Thanks to the design grid, it’s possible to precisely (...)
(...) sts HTTP requests can be divided into two categories: those defined by users in the Invoke REST web service action and the system-generated requests, which are not configurable and are triggered depending on the functionalities being used. The execution of the Invoke REST web service action is forcibly terminated after 100 seconds. Operations that time out in this way return the error message: &quo (...)
(...) be better if the available space is used. I already added a style overwrite for this. 3. If single row editing is used it would be better to display the icon on the left instead of the right side. Depending on the width of the item list the user needs to scroll and if you are unlucky the displayed info panel may hide the icon. Of course, I can't replicate the later case any more. Off topic It's nice t (...)
(...) ll for common users. In order to give users a more simple look of what happened so far in the workflow, I created a datasource that should work for all workflows and translations. Values are shown depending on the users browser language. It simply shows which step was left with which path, by which user, at what time. I present this in an SQL-grid in the forms where I think it will be helpful to the (...)
(...) Hi. I'm looking for a solution to hide rows of a list element depending on the value of a list element column. I.e. for a task list I would like to have the row visible for everyone, until the checkbox "done" ist set "true". I tried with the "Acceptance" function (see Acceptance.png), but the issue is that I can make the column visible for a (single) defined user, but not for multiple users. Any ideas (...)
(...) Hello all, my first post here. :) I have an issue with creating parralel tasks that should all be required. The user has 3 checkboxes on the form. Depending on which of them are checked, there should be created a specific task for each in a single step. The tasks are being created in the action of "Approve" path of the previous step. It's all fine for now. (ex. if (checkbox1) -> create Task1 etc.) T (...)
(...) is a bug or feature... I have a form field named "Dział" ("Department") and it is the type of "Choice tree". When I try to create a report with forms containing this field, the field is accessible depending on report source type... when the report source type is "SQL Source" - the field is accessible when I choose "SearchIndex source" - it disappears from the list of accessible fields... Did anyone fac (...)
(...) Hello Everyone, How Can I change sub-workflows status depending on some condidions? I want to close rest of sub-workflows(automatically) when for instance: 2 users accepted. Example below: I have 10 sub-workflows: 3 are possitive and the rest should be closed by system(automatically). Could you help me?
(...) your form rules “Main form -> Behavior-> forms rule to be executed on page load” are being executed AFTER the page has been rendered. I use the following js function for hiding the delete button, depending on a value in the row: function hideDelete(listId, nachtragAttribute) { if (SubelementHasRows(listId) > 0) { for (i = 1; i
(...) Hi, Do you know how to make rows in a 'Data table' field colorful? I get some data from subworkflows by the table field and I want to color some rows depending on their status: open - blue, closed-green ... Is there such posibility?
(...) Hi folks, for some reason for the past few days the attachment preview no longer seems to work. Depending on the browser used we get a different message saying that the server seems to have refused to embedd the site in an IFrame. Opening the attachment in another tab and downloading does work fine. What could be the culprit there? Best regards Fabian
(...) d values list'. So there is a short list of values for example Car Types: 1. Sedan 2. Hatchback 3. Pickup Let's say you have a single form, where you want to display fields conditionally - depending on the selected Car Type. To make it well documented instead of putting Car Type (ID) = 1 - you have to create 'Constant' CarType Sedan with value 1 and so on. Structure like enum would make th (...)
(...) lationToken) at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pending RequestsCts, CancellationToken originalCancellationToken) --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) (...)
(...) Hi, How to set up multiple sender email addresses? In the configuration of sending emails you can settup only one account and our custommer would like to send emails from different inboxes depending on the application. They use Graph for the email configuration. Graph is capable of sending emails from multiple accounts, but can we settup this somehow in webcon? I find it strange not to be able to as (...)
(...) I've got following problems - we are using AD as an authentication tool, but because of quite complex, matrix organizational scheme I cannot use a supervisor data from AD, because (depending on the project) the same user can have two different managers). So I figured out, that I will be using BPS Groups next to AD: 1. I've got User A, Manager A and Manager B 2. I've got groups Managers, Project A & Pro (...)
(...) Hello Community, I would like to show or hide certain steps in the status panel in the form depending on a business logic. However, in the designer I only found a static (checkbox) option. Background is only the clarity about the process steps to be done. I thought maybe it would be possible to simply show and hide the container using JavaScript. Unfortunately, I have not enough experience in this (...)