(...) Hello again, Is there a possibility to add an HTML Button to a dashboard, which leads to another dashboard? I Implemented an simple button, but when I add an href with the URL from dev system and import this version on prod, it doesn't work anymore, because the URL doesn't match anymore. Greets Georg
(...) re Longitude and Latitude (e.g. in 2 extra fields of the process/workflow) along with Street, Zip and City (which is already happening). I hope you know, what I mean. Is this even possible without dev eloping some custom action? Thanks in advance & best regards, Nik
(...) document to try to get it working but my Start BPS column is not displayed. The json code that is in the post needs to be formatted and my final version (for my case) is: { "$schema": "https://dev eloper.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "a", "txtContent": "=if ([$Status] == '' 'Start WEBCON BPS!', if ([$Status] == 'In progress', '', ''))", "at (...)
(...) When creating an SDK action there is an option to use the Logger Class to create logs (https://dev eloper.webcon.com/2021/resources/online-documentation-sdk/html/2c254e06-3ac3-3a82-7c44-dae3d829d1e4.htm) Does anyone know where these logs are located (log file on file system or a specific database table)?
(...) received a non successful HTTP code Completed with response Body: "error":"invalid_grant","error_description":"no_valid_keys_or_signatures"}" I'm guessing that i am missing something in my Docusign dev eloper Account but i'm not certain what it is and the Docusign Documentation isn't realy helping me here either. Has anybody tried this an maybe got an idea what the problem could be? Thank's in adv (...)
(...) Hello, I tried use action "Invoke SOAP Web Services", but I get this error "dll was not found" I tested using another platform for Api dev elopment and it works. Thanks regards, Raluca Lupu
(...) Hi, we recently upgraded our dev -Environment to latest 2021.1.2.136. Today i was evaluating the new version with our existing processes, and stumbled upon something that didn't occur to me in the past. I have a crucial picker field in an item list, that has target fields from some of the columns in that same item list. It works in our current PROD version (2020.1.3.411). In 2021 it throws: " (...)
(...) Hi everyone! I was just evaluating the latest version (2021.1.3.163) on our dev system, and wanted to prepare new functions for my processes. I had issues when trying to save a rule that included the new "select values" function to check if a collection of values from an item list is not empty. In the testing window the rule works as expected, it just wont let me save it because of invalid rule co (...)
(...) cument template to PROD and everything was fine. After that we added one new field to the datarow (SQL query was modified) as a new requirement and added the new field also to document template. On dev system everything looks fine, we deployed the solution to PROD and suddenly this new field is missing in Word Add-In (in the selection of datarow). The new field is also missing in the datarows adva (...)
(...) ficial parameters' which but they are not necessarily implemented by every authentication provider: - 'Official': https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest - Google: https://dev elopers.google.com/identity/protocols/oauth2/web-server#creatingclient - Microsoft: https://docs.microsoft.com/en-us/azure/active-directory/dev elop/v2-oauth2-auth-code-flow 2. Those who are using cust (...)
(...) Good morning, we are using WebCon 2020 on mobile dev ices more frequently. Those mobil dev ices are not allowed to see all start buttons (upper left in the picture / on the upper right the buttons are set to be visible). If i use one dashboard row where only some buttons have visibilty rights, everything is ok. Just the allowed buttons are shown. If the not allowed start-buttons are in a seperate row (...)
(...) Hello, I was wondering if anyone had a case where a barcode scanner (handheld dev ice) had to be implemented. I'm asking to figure out if Webcon could be a solution to a problem I encountered. Thank you.
(...) onal up to 10GB. But the document template process I created does not work (can not save) and I have a license message reading "Entwicklerversion - WorkFlow Fronton-Lizenz fehlt". Translated meaning "dev eloper version - Workflow FrontEnd?-License missing". Does Express not support attachments or is this an error in my part?
(...) duleProcess.ProcessPanel.ModulesPanel_Load(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.UserControl.OnLoad(EventArgs e) at dev Express.XtraEditors.XtraUserControl.OnLoad(EventArgs e) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisib (...)
(...) In WEBCON the dev elopment is so fast and agile that it started to create bottlenecks in the deployment activity. We are using Azure dev Ops and it would be great if some kind of pipeline could be created in order to start and deploy things in an automated manner.
(...) Hi, I use process level constants when I need to generate MS Word attachments. This gives me consistency when transferring processes between dev / TEST / PROD. I don't have to think about replacing the name /DOCTEMP/f8e86bc...e967af9b62 with another guid in appropriate action. The same I wanted to do for generating MS Excel attachments. Unfortunately I get the error: WebCon.WorkFlow.Common.Exception (...)
(...) Hi everyone, this post is for the few how dev elop processes OnPrem and import them to an WEBCON Apps instance. All others can ignore this post. I just encountered a little problem. If you have business rules with multiple parameters you need to verify that the parameters have been imported in the correct order. It may happen that this is not the case, (1) in the screenshot. Otherwise the values may (...)
(...) Hi there, I have observed the problem. During the transfer between dev -TEST-PROD environments there is an uncontrolled change in the order of formal parameters in the form rules. This results wrong assigning the actual parameters when the rule was called after import.
(...) uplicate this data on Webcon. This way the integrations with other systems would be even easier and there would be no need to duplicate data that already exist in some other system. Can you consider dev eloping such functionality?
(...) Hello, I tried to import some templates from dev environment to TEST environment and when I uploaded the .zip archive the following error occured on the .xlsx report: "Value cannot be null. Parameter name: securityProvider" Does anyone know why do we get this error? Thanks!