(...) Hi all, I'm implementing an application for User management taking the guide done by Webcon: https://community.webcon.com/posts/post/checking-User -and-group-privileges/258/3 So far, I'm able to check Applications and Processes privileges but when it comes to the Business Rules, I get an error for the column they use as User s (User s . BRD_User s) : select User s . BRD_ID , isnull ( DEF_Name, (...)
(...) 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 (...)
(...) Hello all, Hope you're doing great! Does anyone know how to configure a query which will return where a specific User was set in any action? I'm using this article https://community.webcon.com/posts/post/checking-User -and-group-privileges/258/3 but I want to also check where for example the User is hard coded for the Task Assignment for example. Hope you got ideas! Thank you
(...) Hi everyone, i installed WEBCON WITHOUT integrated authentication. Unfortunately, i skipped the step, where you have the option to setup a Windows User (see pic 1) - the manual said, it is not required (even though recommended). Now i cannot log into the Webcon BPS Designer Studio. Do you have an idea, how to setup the Windows authentication Connection to the Database afterwards - without integrat (...)
(...) Hi everyone, In version 2021 of BPS Designer does not allow to run designer on the server on two different User s (on two different connections to server). I get a resource usage error (in picture). Do you have an idea how to deal with it? Alternatively: I tried to start BPS Designer locally but I get a message saying no connection with the license. I need to open some port in server or something? (...)
(...) Is there a way to check the active Marketing portal User s?
(...) Hi, we have created a data dictionary with people picker field. This people picker field has few team member names. I need to setup a process to check the dictionary everyday if there inactive User s. If inactive User s found, send email notification to Admins. Please suggest the best way. Thank you
(...) Hi everyone I would like to ask you how to remove studio User s license. Removing workflow User s license is obvious (click on "Release license"), but studio User s license is probably more complicated. I would be greatful for any help Regards
(...) Hi, because of the lately very, very poor performance of SQL-Reports I have changed some reports to Searchindex. The SQL-Reports always only show the workflows that the User has access to, after I changed it to SearchIndex every User sees everything in the report, but of course then can't open the instances they dont have permission to. The predefined Filter is set to all. Is there anything I can (...)
(...) Hi everyone, did anyone came across the use case where an iPad should be shared among multiple User s? Each User has his own (Azure AD) account which he should use for logging in. The problem is that it seems to be impossible to really sign out from the app (website). The same User s will be logged in regardless which "log out" action I use. I also deleted the website data from within Safari, but (...)
(...) There are actions on the form. One of these actions is to perform a function on the base. The result of this function is varchar. I would like to display the content of this result to the User . In the form of a JS alert or any message. Do you know how to do it?
(...) Hi, I am having a problem when sychronizing Azure AD User s to BPS, is there any possible way to not synchronize all User s from the directory but instead just User s assigned to an OU or Security Group. The reason i am trying to do this is because of data privacy concerns of a customer who has User s of multiple subsidiaries split into different OU's and to declutter my people fields. I know i could (...)
(...) Hi folks, I need to grant task assignments to a specific User , for already existing specific instances. And a select other person, which is already assigned, should be unassigned. Except for the "Add/Remove Privileges" Action (which is not what we want), I have found no way to switch task assignments. Is there a way to do it, preferrably via a MenuButton? Kind regards
(...) eive an "invalid scope" exception. Seems that the rest api is only working with registered apps. Would be super cool having the possibility to grant permissions for using the rest api also for User s and not only applications. Btw: I reused the code for the weblogin from my powershell and extendend https://github.com/WEBCON-BPS/RestApi-DataImporter, but....
(...) Hello, just struggeling with setting up the REST API to create new elements from external app. It works fine in application context but I do not find a suitable guide on how to do this in User context. Do I have to enter the User name and User e-mail-address in the mask as I assume? What is the "Authorized Redirect URIs" good for and where do I get this from? And: What is the main purpose (...)
(...) Hi, I have some problem with privilages. I have the choice field which is sourcing by BPS Internal view. One of User don't see the data in this field (she see field but data source is empty for her). I checked already if there is some space sign or any other which limited the search result. She has privilages to application, form, on choice field there is no limit. I've seen everything beca (...)
(...) Hello folks, How can I let a User group delete all attachments, not just their own? Currently it seems as if a non admin User s can only delete the ones they uploaded themselves. But we have to let a group of User s delete any attachment. Is there a way to maybe toggle is somehow? Or is javascript neccesary? Kind regards Fabian
(...) Hi everyone, does someone has an idea, how I can add a mail address to a local User account? If I want to add one, I get an error, that the existing BPS Id does not match the UPN format. background information: a customer uses a single server machine for running a test environment for WEBCON BPS. The VM has no access to a domain so the installation has been executed using local User accounts. (...)
Hey everyone, When an attachment is opened on the form, it shows the download button. Can we disable it? Also, when previewing the attachments there is always the top bar that contains the download and print button. Anyone knows if it is possible to disable it? Thank you, Martin
(...) Hi, Adding new rest api User context in adminpanle , we can choose permissions to applications. When can chooses ReadWrite, but still it's giving possibility to overwrite element after creations. I think that good idea will be give new to of access like CreateOnly. To start only new element in Webcon, but not possible to overwrite by api.