(...) 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 exeCU ted 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: ExeCU ting the JavaScript 3: Selecting the pat (...)
(...) wondering, if someone of you already managed to rename the attachments with a kind of numbering within webcon. Continous number or just the ATT_ID would be fine. I am using one process for picture doCU mentation and beside 6 picturefields there is the possibility to attach as many pictures as the user wants to the attachment section. After renaming them with the "update attachment action" while goin (...)
(...) Hi everyone, I'm CU rrently facing the following situation: A workflow has a 'wait for sub-workflows' step. A new request came in, to assign a task during this step, so that the workflow still get's listed in the tasks overview. So far so good, I used the 'Create a task' action to manually add a task. Unfortunately, this task isn't completed when the workflow moves to the next step. As a result ther (...)
(...) examples to construct a validation form rule in order to have information on that column. I was using a SQL query because: - Column cannot be required (there are cases that the user is sending doCU ments so the item list will be empty) - Form rules using Condition By Row cannot be used inside the form validation which expects True/False results (only Business Rule but conditions for Item List a (...)
(...) error) at WebCon.WorkFlow.Studio.Logic.Authentication.PortalRequestHandler.CreateException(HttpResponseMessage response) at WebCon.WorkFlow.Studio.Logic.Authentication.PortalRequestHandler.ExeCU teGetRequest(String path) at WebCon.WorkFlow.Studio.Logic.PortalService.PortalService.GetUserByBpsId(String id) at WebCon.WorkFlow.Studio.Logic.Managers.PermissionsManager.ConvertLoginIntoPerm (...)
(...) plugins. Afterwards I tried the unmaintained RazorEngine, which fails, because the plugins assemblies are loaded dynamically and not from disk. Which in turn causes an error in RazorEngine which I'm CU rrently trying to work around. I will have a look at this tomorrow, but maybe someone else can either confirm that it works or doesn't. :) If everything fails, I will deploy the assembly to the GAC (...)
(...) Hello Community, Does anyone established the connection between Sales Force and Webcon? I have all the doCU mentation on the Webcon side for the REST API but I'm finding some diffiCU lties on the Sales Force side as I'm not sure on where and how to configure the necessary steps to get the connection between the 2 systems. Thank you all for the attention!
(...) used 'new' HTML / CSS features which haven't been supported or even been available by the provided version of the 'Winnovative HTML to PDF Converter' engine. WEBCON BPS utilizes version 7, while the CU rrent version is 15. As far as I could find out version 7 dates back to 18 Feb 2012. https://winnovative-html-to-pdf-converter-applic.software.informer.com/versions/ Version 15 has been released on (...)
(...) 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 CU t out everything about the app to be deleted directly from DB? For sure, it could be a way faster than manual procedure.
(...) now this might be a controversial one when it comes to performance, but sometimes it could be quite useful to be able to bring that value in reports. Some of that sometimes could also be done with calCU lated columns in reports, but it could be easier I suppose.
(...) Hello, Is there a way to send "High priority(importance)" emails using default WebCon actions? If not, can I use something else? Thanks, Dan PopesCU
(...) Dear Community, We have standalone version of BPS. When the user is loggedin via google account, they cannot edit attached word doCU ment due to attached error (attached pictures). Do you know any solution to this error? BR, Innflow Team
(...) The preview generation functionality should be somehow improved. CU rrently it is bound to how big the designer studio window is and implicitly how big the resolution of your monitor is. We have some very big workflows that won't fit on any screen and the preview would always be blurry and unusable.
(...) Hello all, Does anyone configured a calCU lated column in the reports to calCU late the difference between CU rrent date and a date field from the form? I was trying days (getdate() - form field) but it's not accepting the days formula. Thank you!
(...) 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 exeCU ted on registered account only. Valid PortalAppPoolIdentity username from database is empty. Source=WebCon.WorkFlow.Service StackTrace= at WebCon.WorkFlow.Service.WCFService.WCFService.ValidatePorta (...)
(...) Ok, now that my PS script is running, in this partiCU lar instance I need to grab a variable result and assign that value to a form field. Simply assigning the Form Field = $psvar isn't working. Is this possible?
(...) Hi, We have encountered a 2nd CU stomer asking us for the following functionality: When a user is opening an instance from a report, a list with all the users who viewed the data should be available. I am not sure how that could be handled when users preview a report, as the reports could contain all the data from the instances. That functionality should probably be added on the reports somehow, b (...)
(...) to export containing data to Excel using its default configuration, the sole problem is it can only export top 1000 rows, when its quite common to display bigger chunks of data in that form field. DoCU mentation that redirects to below website doesn't mention anything about such limit: https://howto.webcon.com/exporting-a-data-table-form-field-to-an-excel-file/ I am aware of alternatives such (...)
(...) 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 exeCU ted. window.ccls = window.ccls || {}; ccls.changePanelWidth = {}; ccls.changePanelWidth.exeCU te = function (timeoutCounter,timeoutMax){ var items = doCU ment.getElementById("RightPanelOuter"); (...)
(...) idea whether it's possible to retrieve the users to whom a task will be assigned in the next step? What I've tested so far: - Verified that the variable 'System fields\Assigned persons' contains the CU rrent persons during path transition, exit and entry. - Created an SQL statement which returned the latest row from WFElementTasks, and exeCU ted this in an action during path transition, exit and ent (...)