(...) I would like to conduct tests in the context of a specific user, using their permission s as an example. How do you do this?
(...) Hi, Having admin privileges on a given element, it would be very convenient to have access to at least 2 options such as: permission check and task completion. Now you need to perform 3 operations 1. enter admin mode 2. expand admin actions 3. select the action in question Regards
(...) Hi all. When searching/changing permission s in Webcon, there are tabs to choose from. If there are more than can fit in the window width, scrolling through them is dramatically slow. I would suggest changing this to a drop-down list. With a search option it would be great. [I added the same topic six months ago, but I'm doing it again because of the lack of response to the previous one].
(...) Configuration.informationNecessary.GropuName.Split('#')[1]); new DocumentAttachmentsManager(args.Context).AddAttachmentAsync( new AddAttachmentParams() { Attachment = newAttachmentData, Skippermission sCheck = true, DocumentId = Convert.ToInt32(Configuration.informationNecessary.InstanceID) } ); Thanks, Raluca
(...) d are listed in the CacheOrganizationStructure table with COS_Login in UPN format. Now the problem: When a user logs in to the portal, the system sees him in the domain\user format and none of the permission s granted to him work. By the way - when we "manually" change COS_Login to the domain\user format - everything works fine. However, after some time, WEBCON updates the entries in the CacheOrganizac (...)
(...) e know if the application supports the SCIM protocol for "synchronizing the BPS user list with Azure"? I'm asking because I want to introduce SSO login, but in the Azure organization I can't enter permission s: Microsoft Graph Application Group.Read.All Microsoft Graph Application User.Export.All Microsoft Graph Application Directory.Read.All I understand that NOT granting such permission s will re (...)
(...) ext step on entry using the "Start editing a file using OneDrive" action. In my workflow, about 200 people are authorized to use it. From what I see now, this action grants each person read and write permission s. Essentially, it works, but I’m experiencing extremely long loading times of up to 30 seconds. Is there any way to configure this differently or improve the setup? Does anyone have any ideas on how (...)
(...) ntitlement that remains after a task is assigned. Such an option could be checked on the task assignment action and in the task configuration on the path. Operation similar to the option on the add permission action where the permission expires after the path. Regards.
(...) increase security will be also available for attachments. Usually sensitive data included on the form is also in attachments. Apart from this functionality, it would be useful to be able to define permission s for individual attachments separate from document permission s, with the possibility of inheriting them from document permission s (as is currently).
(...) es it mean - is it always on or off? Is the SOLR always indexing this attribute regardless of what visibility is set? https://docs.webcon.com/docs/2024R1/Studio/Process/Attribute/General/Attribute_permission s 2. I wonder if there is a possibility to disable Solr indexing on a specific process/workflow?
(...) Hi, I am looking for a solution to download a file from attachments by ID for users who have disabled the attachment panel (they can't see all attachments) or for those who do not have permission to access attachments. However, I need to allow them to download a specific attachment from a document. I know I can use this URL(for those who have only disabled attachments panel) /api/nav/db/1/attachments//dow (...)
(...) Hi, I think it would make sense to add to the global permission s the level “access to applications” Currently, if we give a global level of, for example, “permission to read all items” it can be problematic to give permission s to the application per each application. This needs to be maintained and remembered. If there is a global level per item, it should also be global for the application. Regards.
(...) - "guid":"...", "svalue": "115#ElementName", "value": [{"id": "115"}] - "guid":"...", "svalue": "115#ElementName", "value": [{"id": "115", "name": "ElementName"}] Can it be caused by "scope / permission " issues? I do not have any trouble GETting elements with given IDs in API: > Public API GET /api/data/v6.0/hightrust/db/1/elements/80 → 200 OK > Public API GET /api/data/v6.0/hightrust/db/1/element (...)
(...) edit: Aspose.Words.UnsupportedFileFormatException: Unknown file format Is there a plan for a solution that will decrypt files before attaching them to the system if the webcon service user has permission to access the files?
(...) able valued) Parameters: Name: Input Description: The complete text with the line break character. When this is saved a function scalar/table valued is created and the bps_user gains execution permission s. CREATE FUNCTION dbo.GetTextPartEN(@input NVARCHAR(MAX)) RETURNS NVARCHAR(MAX) AS BEGIN RETURN CASE WHEN CHARINDEX(CHAR(10), @input) > 0 THEN LEFT(@input, CHARINDEX (...)