(...) 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:
(...) similar to the previous one, except that in this case there is no need to complete the Redirect URI. Now it is time to configure the permissions. To be able to download the list of users and groups , the application must have User.Read.All and Group.Read.All permissions. Permissions should be added in the API permissions tab. By selecting Add a permission, then the Microsoft APIs tab (...)
(...) 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 (...)
(...) Hello, I have a field for "internal comments" and I want three user groups to be able to edit this field on every step of the workflow. On steps where they have the general right to edit, this works, but not on other steps. To clarify, on those other steps, they should NOT have rights to edit the step, ONLY to edit this one multiline text field. And any other group should NOT have the right to edit t (...)
(...) Hi, I have created a report, in which i am only interested in showing the Year-portion of a datetime-field. This works good until i try to group for the shown values in there. The groups are not built by the years in this case, but still on the entire value. It would make more sense to group according to the display option the grouped column is set to. Especially because i dont know how to do calcul (...)
(...) Hi everyone, maybe I have a wrong idea how a multi value picker field is used in filters/groups in reports. Current situation: The picker field will store the selected values in the order they have been chosen. If you use this field as a group, every unique "string" will be used as a group. Example: Workflow instance 1: IT: Research & Development Workflow instance 2: IT: Research & Deve (...)
(...) We have a visibility restriction (hidden for few security groups lev1-lev4) on a form field and visible for few other groups . I have created a new report and added the form field which has visibility restriction to the report but it is not displaying any data due to the visibility restriction. As an admin also I cannot see data. How can I fix this issue?
(...) ions, IEnumerable`1 dashboards, IEnumerable`1 linkedProcesses, IEnumerable`1 starts, IEnumerable`1 reports) at WebCon.WorkFlow.Studio.Logic.Managers.ProcessTreeStructureDownloader.GetApplicationgroups Structure(Boolean withoutProcesses, Func`2 applicationFilter, Int32[] permittedApplicationIds) at WebCon.WorkFlow.Studio.Forms.ModuleProcess.ProcessController.RefreshData() at WebCon.WorkF (...)
(...) 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 (...)
(...) 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!
(...) ge the process to two persons approving each of two approval steps (4 eye principle or 8 eye principle). 2) Task Creation The user assignment to the single approval tasks shall be done through AD groups as the members change frequently. 3) Approach In both steps the task assignment is performed through SQL queries that retrieve the users from the active directory. To support a simple configurati (...)
(...) Hello, Is there a way to check a specific user AD group membership? I want to type a user in a field and then I want to see on which groups this user is(based on AD). It would also be great if the list of groups would be loaded into a list items. I read this: https://alterpaths.com/webcon-admin-process-checking-users-groups / but it didn't work on me. Can you help?