WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for CUT

(...) inistrator oder system administrator it would be great, that we can simulate a user. Within the simulation mode, we would be able to see what "user A" does. Of course we should not be allowed to exeCUT e any action on behalf of this user.

(...) WEBCON BPS reporting offers great functionality for sorting, filtering. It would great having the option to implement and configure a SDK extension for reports, which would allow to exeCUT e an action based on the current selection. In my case the SDK extension would receive the selected rows with all fields and generate an advanced Pdf report. Like configuring the mass action, there should be an op (...)

(...) ime there's a candidate for an offer, the user creates a row. To start my subworkflow I'm using as conditions having the candidate name as not null and a flag set to true and i'm using this as an exeCUT ion condition with the following SQL: if exists ( select 1 from WFElementDetails where DET_WFDID={WFD_ID} and DET_WFCONID={WFCON:1726} and isnull({DCNCOL:119}, '') '' and {DCNCOL:118} = 'Yes' (...)

(...) On reports we have the great possibility to exeCUT e mass actions by passing in some parameters. It would be a great having a similar kind of dialog menu action, where we can configure some informational text (e.g. as header/footer) and of course one or more fields as parameter. The configured parameters we then can use to exeCUT e an action. The dialog could contain a cancel and a okay

(...) to check if that user is a User Cal (has a Webcon licence) and if not send me an email so I can give the user the access required. I've created a Send custom email and I'm trying to define the exeCUT ion rule that will be checking the previous statement. My query is the following: SELECT UCL_BpsID FROM WFElements JOIN CacheOrganizationStructure as G ON {WFCONCOL:1858} = G.COS_BpsID JOIN Us (...)

(...) Hello everyone, before you install/upgrade BPS check the default schema of the database user under which the installation/upgrade will be exeCUT ed. Make sure that the default schema is dbo. If this is a different schema new objects may be created using this schema. This may lead to unexpected errors later on which will be hard to debug. Here's a little script to change it. SELECT name AS [Name], (...)

(...) he type of acces needed to the user in order to install the Outlook Plug-In from the browser platform. Is there a way to install the plug-in manually? I saw that for the Word Plug-In there is an exeCUT able file, but i couldn't find such a file for the Outlook Plug-in. Is only found a .vsto file. Thank you in advance! George

(...) t customer data from several CRM systems. For one of them, we have the customer's data materialized in the dictionary database. We query this data about 9 - 30 thousand times a day, on average one exeCUT ion takes 3 seconds. After changing the polling method from like to exact match (mediated by the SDK add-on), it turned out that the previous elapsed max of 95,000 seconds dropped to 10 seconds. Th (...)

(...) current user. It would be great if we could have a new configuration option "Focus field" where you can set an expression/field. When the error is displayed on the form the "Set Focus" action is exeCUT ed and the configured value selected. I assume that the "Set focus" action already toggles collapsed groups/other tabs. Best regards, Daniel

(...) Hello, I've recently got an email about error about action exeCUT ion on timeout. Is it new functionality? Because I've never seen that. Is it also available on old sharepoint forms?

(...) Hello, I have a problem while adding a barcode. The instance is moving to the next step but the action is not exeCUT ing, does not show any error and is not even logged in the history and is not adding a barcode. Does anyone had this problem on the latest version( 2021.1.3.163 ) , some thoughts ?

(...) ule than returns only these recipients who are using the language. If fallback is set to true, than the recipients are returned who haven't configured a language yet. This rule is also used as an exeCUT ion condition. This could work, but this is kind a ugly. I would hate it to have multiple actions for the same thing. It's only a matter of time until the other's aren't updated/errors are fixed in t (...)

(...) useful information. Nevertheless, I prefer searching this site using a major search engine. Since I don't like to do repetitive tasks I put together some JavaScript which speeds this up and can be exeCUT ed on any (public) site by clicking on a bookmark. Unfortunately gifs aren't allowed so I attached a screenshot: 1: Search results from the community 2: ExeCUT ing the JavaScript 3: Selecting the path (...)

(...) error) at WebCon.WorkFlow.Studio.Logic.Authentication.PortalRequestHandler.CreateException(HttpResponseMessage response) at WebCon.WorkFlow.Studio.Logic.Authentication.PortalRequestHandler.ExeCUT eGetRequest(String path) at WebCon.WorkFlow.Studio.Logic.PortalService.PortalService.GetUserByBpsId(String id) at WebCon.WorkFlow.Studio.Logic.Managers.PermissionsManager.ConvertLoginIntoPermi (...)

(...) uming and tricky to find out which element should I remove first, etc. Is there any other way of unconditional removing the whole application with all its elements? MS P.S. Maybe there is a way to CUT out everything about the app to be deleted directly from DB? For sure, it could be a way faster than manual procedure.

(...) ssions. I have verified by running powershell on the webcon server with the account and testing the script. I see the following error in event viewer. PowerShell Error Message=WCF Service can be exeCUT ed on registered account only. Valid PortalAppPoolIdentity username from database is empty. Source=WebCon.WorkFlow.Service StackTrace= at WebCon.WorkFlow.Service.WCFService.WCFService.ValidatePortal (...)

(...) other guid in appropriate action. The same I wanted to do for generating MS Excel attachments. Unfortunately I get the error: WebCon.WorkFlow.Common.Exceptions.WorkFlowException: An (name) action exeCUT ion error on a menu button occurred. ---> System.Net.WebException: Cannot get document template for id: / DOCTEMP / {EPV: 6} It appears in Webcon 2020 and 2021 (Starter Edition). Additionally I tried (...)

(...) the left and right panel from 50% for each to 75% for the right and 25% for the left. The JavaScript can be copy&pasted into a JS Form Rule (1) which gets added to Behavior tab (2) so it get's exeCUT ed. window.ccls = window.ccls || {}; ccls.changePanelWidth = {}; ccls.changePanelWidth.exeCUT e = function (timeoutCounter,timeoutMax){ var items = document.getElementById("RightPanelOuter"); (...)

(...) he variable 'System fields\Assigned persons' contains the current persons during path transition, exit and entry. - Created an SQL statement which returned the latest row from WFElementTasks, and exeCUT ed this in an action during path transition, exit and entry. They all returned the old row. - SDK object RunCustomActionParams.TransitionInfo.TasksToAdd is empty. I wanted to use this as an general o (...)

(...) Hi everyone, I just stumbled about an action which exeCUT ions hasn't been logged. The reason is simple, the according checkbox wasn't ticked. If you want to verify that all you actions are logged you can run this SQL statement. It displays all actions which aren't logged. Maybe for a reason or due to some misconfiguration: SELECT AGR_Name, APP_Name, DEF_Name, WF_Name, STP_Name, ACT_Name FRO (...)