WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > General

General

Hi, Because an employee left our company, I need to remove his information from Created By fields. How can I do this? Can I transfer workflows he created to another employee or generic account? Can I anonymize his data some other way? I tried with GDPR actions but "Author" is a system field and I didn't find a way to do it. Is there a built in action that could do this? Do I need to resort to SQL and would that even be wise? Thanks in advance

Hi all! I noticed that OData support has been added to REST API 2022.1.4.xx. I only found one document, which is located here: https://community.webcon.com/posts/post/odata-format-in-webcon-bps/346 This document is related to the usage of OData in PowerBI. What we really need is the ability to filter views with OData and REST API. Is that one already implemented and if so, where can I find a documentation of that? <PseudoCode> /api/data/v4.0/db/{dbid}/applications/{appid}/reports (...)

Hello, I have archived one WF element, removing it completely from the database. However, I have a report based on SearchIndex, and I can still see the element header in this report (of course when I click on the link it gives me message of: Workflow instance does not exist What should I do to remove the instance from SOLR?

Hi all! We have an application which offers a portal for different customers. Each customer has different persons with individual logins (BPSId). This list of persons can change from time to time, so we need to adjust rights on certain workflow elements (in different processes) to this specific list of persons. I am wondering if it is possible (with Webcon Standard actions) to replace privileges on certain workflow elements in different processes. Selection of workflow elements in di (...)

Hi community! We have a customer who wants to deny access to the landing page in Webcon (/). Users should be redirected to their application (there is only one), also navigation tree on the left should be hidden. Is that even possible or maybe planned for a future release? Looking forward to your inputs. Thanks in advance & best regards, Nik

I would like to run an SQL procedure (something like the article Run an SQL procedure https://community.webcon.com/posts/post/the-run-an-sql-procedure-action/230). But, I would like the procedure to generate a .txt file with the results (e.g. JSON), and the file to be downloaded using the WEBCON platform (maybe a new process with starting the procedure and preparing a .txt file for download, such as an attachment). Is it possible, if so how?

Dear all, I love webcon and I start using it for the company I work in :) I came across the menu tree on the left side of the webcon portal. Is there a chance to customize the menu entries? I would really like to kick some stuff out. I know that I can embed webcon parts into plain html via ifram, however I want the portal to be smooth and clean for us. In particular I dont like the "my tasks", "for me" and the lower menu search entries. Second, is there a chance to remove the standard (...)

Hello all, Does anyone have the Overdue tasks defined? I see that it has to do with the time in step defined in the tab Analysis but is there any possibility that instead of giving a timeframe it's possible to use a date field for that? Like: task should be overdue after the date X Thank you!

Error 401 in the Exchange server connection test. Version: 2020.1.3.442 Please assist in resolving this matter as soon as possible.

Hi all! I am wondering if there is a way to filter a view with Webcon REST API. So instead of getting all view rows on my client and filtering the result with C# and LINQ, there should be a better option than that. ODATA does not seem to be implemented yet. Maybe I overlooked something or is it planned to add ODATA or some other filtering options to REST API? Thanks a lot in advance & best regards, Nik

Hello, is there possible to choose attachment version in add attachment action? I added action and this is working but always choose the newest version of attachment

Hello, i would like to disable attachment edition(add, delete etc.) on specific step and specific user group. Do you have any idea how i can do it?

Hi everybody, sorry to bother you with this: One of our customers switched the authentication for his MS Exchange Online to MS Graph and since then receives the error shown in the screenshot attached. He does not run any kind of proxy server on his firewall, so that we are confused by the error message. Any hint is welcome to get his productive system up and running again. Cheers, Ingo

MVP

Hi, I need to use the the Printout a barcode label. I found the article about ZebraDesigner to design the label and get the EPL format text to insert into the action. My problem is I don't have a Zebra printer. If I try to install the ZebraDesigner it won't allow me to design a label because the software is not connected to a Zebra printer. In my case the client has a SeagullScientific printer which provides some kind of designer (BarTender) but it is limited - the trial version doesn't allow (...)

After creating a hidden formfield i used it in an automation. After deleting the automation i cannot delete the formfield. The problem is, that this field causes an error in the website. When trying to delete this field in designerstudio the message 'Cannot delete. Field in use in ...' although the Automation is already deleted. How can i solve this? Thanks in advance Bert Solved this by deleting the whole workflow step.

Hello, I have a question. I'm a Webcon admin. I am trying to test API and I get this error response from Webcon API: { "type": "InsufficientAccountPermissions", "description": "Global admin permissions required", "errorGuid": "54d9ccb7-183e-484f-ba73-7f1d0d8ec794" } my endpoint in request via POSTMAN /api/data/beta/admin/db/1/businessentities my Webcon verion is: 2021.1.5.307 when I do this request :/api/data/ I got this response, so it should work in my version (...)

Hi all, I had recently an upgrade on the Webcon BPS POrtal but it looks like the studio was not upgraded for the same version. I was trying to open the studio to work and I get the message on the screenshot. I'm afraid to click on the yes as I don't know if I will revert the upgrade on the portal or damage anything on the app. Does anyone had a similar situation? Thank you!

MVP

Hi everyone, this is not you typically community thread. It’s not about a problem or question but an idea for which I would need your help. I’ve come across a page which listed 101 things you could do with product/platform xyz. This got me thinking whether we could do something similar for WEBCON BPS. For this though I need your help. --- The idea --- Everyone has implemented a number of applications. These are unique for each company, but they share something in common by which they can (...)

Is it possible to restrict the integer/float to 100 mln?

Hi, In the logs, we are seeing the following error: "Dynamic operations can only be performed in homogenous AppDomain" Since the error started appearing, some form fields that get data from SQL query stopped working. What could be the issue and solution? Thanks in advance Mark