(...) 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 (...)
(...) Currently, “Add privileges ” and “Remove privileges ” actions cannot be used in cyclic actions Adding the ability to use this action could help cyclic action to check item permission s and remove them.
(...) Hi everyone, I’m working on a feature, where single button triggers a set of actions that grants permission s across related parent and child workflows, and delegates active task to other user using REST API. I'm currently facing a frustrating issue with the task delegation API using the endpoint POST /api/data/v6.0/db/{dbId}/elements/{elementId}/admin/tasks/assignment When I use this endpoint via Swagg (...)
(...) Hi, we are considering changing the domain for users in AD in our company, which will consequently result in changing logins in BPS and losing permission s. Are there any scripts available that would allow us to update the tables so that we can preserve the existing permission s and access rights for users? What about licenses? Will they be revoked for the old logins and assigned to the new ones, or is ther (...)
(...) to create a word document. The standard SQL connection uses the bps_user which neither can read data from a separate database nor is the user allowed to read the attachment file table: "The SELECT permission was denied on the object 'WFAttachmentFiles', database 'BPS_1f6af8fb_Content', schema 'dbo'.." In "normal" environments we work around this by creating a dedicated SQL user. In this case it's a mu (...)