(...) you complete creating change request content, click the “Save” button – the change request goes to the change request list. Change request list This is a place that groups all change requests submitted by the logged-in user, as well as all change requests that were submitted as visible (checked the “Change request visible to all” checkbox). The access to th (...)
(...) rator. If we select many rows, the IDs will be stored as follows: ID1;ID2;ID3; and so on. On the form we can display reports (Item list – fueled by Custom sources) that present two groups of information: Dictionary data Presents data that is connected with a specified ID (loaded from the personal data dictionary). The dictionary itself and filters are configured (...)
(...) w long, and effectively limit this access in case of irregularities. The functionality also affects those system functions where many workflow instances are moved through the path automatically or in groups . However, it should not be considered as a restriction, but as a method of increasing the level of security of the information entered by users into the system.
(...) a number of form fields at their disposal, thanks to which the forms prepared by them can take a variety of forms, and the end users of the system can easily exchange written information. One of the groups of form fields available in the system are Survey fields, including Choice list and Rating scale. With their help it is possible to prepare questionnaires and thus to obtain the opinion of users/resp (...)
(...) Studio In the original version, the process and the application in which it was created are available in English. The person responsible for configuring the process wants to enter translations in groups for each selected language in a separate file. Fig. 1. Main page of the “Webinars” process in Designer Studio To export a file with translations, right-click (...)
(...) sible or inactive for citizen developers with Application administrator privileges. Furthermore, among other things, they have the ability to manage data sources created by other users or create user groups … BPS groups To facilitate the concurrent execution of three projects, the Department Manager organized their subordinates into three groups and assigned each group to a respect (...)
(...) res, e.g. with one-to-many relations, will be a challenging task. So we decided to add a JSON-builder, that generates the structure based on the form fields. It is quite simple, but it also groups fields to its nearest grouping element (group, tab). Also, item lists, data tables, and data rows are supported. For most scenarios, this should be sufficient. In addition, you can still create your (...)
(...) r number of elements makes this hard. Therefore I described my approach to create this checklist using the configuration database table. In the end I considered the following artifacts: BPS groups : Need to be transferred. User profile and favorites: Can be ignored. Registered API applications: Need to be transferred. Devices: Can be ignored Licenses assignments: Need to be transferred (...)
(...) ffers administrators several functionalities that streamline instance management. To use them, click the Admin actions button in the top menu of the form. The Admin actions button groups several useful options in a drop-down menu. Displaying and granting additional privileges By selecting the Privileges option, you can view detailed information about the rights a (...)
(...) t’s not about contacting a person who has a task but starting a chat/call with anyone who is referenced in a workflow. This could be: A single person field. A field which allows only groups . Or even a mutli value mix of person and groups You could even decide, to hide the Teams link for external/guest users. You can read up on it here:
(...) nbsp; Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON BPS Help: Users and groups synchronization | WEBCON BPS Authentication providers | WEBCON BPS Introduction Microsoft Entra ID (formerly Azure Active Directory) enables secure identity management and control (...)
(...) the end user may view any number of form fields that have the authorization mode configured as “Periodically required”. Access authorization can be enabled for form fields, as well as groups and tabs. It is possible for fields to have different levels of access authorization – although a scenario that involves a form having both periodic and always required authorization on the for (...)
(...) phone number specified in the configuration of the profile of the user designated to receive such messages. By default, the number is taken from AD or Microsoft Entra ID when synchronizing users and groups . The phone number can also be manually added or edited directly in the user profile settings, but this operation requires additional authorization. In this case, the authorization co (...)
(...) ading business entity data. After saving, add permissions for the application at the process level so that it can start new instances. It will be available in the search engine, just like access groups or users. Access to metadata will allow you to list the available form fields when configuring Public Forms. Fig. 9. Preview of application level permissions Process-le (...)
(...) irectory (AD) service. Basic functionality of WEBCON BPS includes actions that allow managing AD resources directly from workflows. This article covers actions that enable the management of users and groups . The application created for the purpose of this article consists of several processes that provide comprehensive management of the AD catalog. Manage users The diagram below illus (...)
(...) for all your questions/comments which helped me a lot or inspired me at least. Today, i have my own problem/question and maybe someone of you were struggling with it before. I am working on a "BPS groups Managing Tool" and therefore wanted to use the WEBCON tables BpsUsers & BpsUsersGroupRelations. But actually both tables are returning nothing, when using "SELECT * ...". Does anyone have an idea, (...)
(...) set an expression/field. When the error is displayed on the form the "Set Focus" action is executed and the configured value selected. I assume that the "Set focus" action already toggles collapsed groups /other tabs. Best regards, Daniel
(...) ssions, IEnumerable`1 dashboards, IEnumerable`1 linkedProcesses, IEnumerable`1 starts, IEnumerable`1 reports) at WebCon.WorkFlow.Studio.Logic.Managers.ProcessTreeStructureDownloader.GetApplicationgroups Structure() at WebCon.WorkFlow.Studio.Forms.ModuleProcess.ProcessController.RefreshData() at WebCon.WorkFlow.Studio.Forms.ModuleProcess.ProcessPanel.RaiseDataRefreshRequest() at WebCon.Wor (...)
(...) [WFActions] actions join WFSteps on ACT_STPID = STP_ID join WorkFlows on STP_WFID = WF_ID join WFDefinitions on WF_WFDEFID = DEF_ID join WFApplications on DEF_APPID = APP_ID join WFApplicationsgroups on APP_AGRID = AGR_ID where ACT_LogExecution = 0 and ACT_IsDeleted = 0 order by AGR_Name, APP_Name, DEF_Name, WF_Name, STP_Name Even so it's tempting, you shouldn't use an SQL statement to change th (...)
(...) Hello together, I execute a PowerShell script directly on a path in my Webcon workflow. Beacuse I'am searched through some groups I got an timeout after one minute. I get an error with the message: "Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding". But where can I increase this timeout value to higher then a minute? Thanks for your help Max (...)