Hello I have a question has anyone tried to set up a local printer in Registretion point? Is it possible? I want to print a barcode using the barcode print action, and I want to try to set the local printer as the primary printer in the settings.
What a cool message! Webcon has it at the final step when handling a helpdesk request. @webcon How did you do it? I love it Msg in Eng: How do you rate the handling of the request? Field: Comment Path: Close and Send
Hi everyone, I got the below error, when mails should be send via Graph: "Content type text/html does not have a factory registered to be parsed" As it turned it, the cause have been invalid/corrupted credentials. Updating the credentials resolved the issue. Best regards, Daniel
Hi, I'm using version 2025.1.1.44 and came across a strange behaviour. We have a leave of absence process. On the first day of leave, it is visible in the absence chart. On the second day and until the end it stops being visible! After the leave ends it becomes visible once again. This is very strange, but I guess it is not a problem of the process, but only concerning the display of the absence chart. Has anyone experienced such a behaviour? Has it been a bug and is now fixed in the curren (...)
Hi, I would like to ask if anyone has encountered such an error when trying to use a global business rule with parameters. The error occurred on version 2025.1.1.152. Message:Due to the current state of the object, the operation is invalid. ------------------------------------------------------- Call path ------------------------------------------------------- w WebCon.WorkFlow.BusinessLogic.BusinessRules.Nodes.RuleNode.AddParameter(IBusinessRuleNode node, Int32 brpId) w WebCon.Wo (...)
Anyone suggest me a best method to recover corrupt SQL database.
Hello community, We updated to the version 2025 and we miss in Reports configuration – Columns – Default sorting (See picture attached). In the v. 2025 documentation is written: Additionally, you can define up to 3 levels of Default sorting by system or process columns. These settings will be visible as soon as the report is loaded. But we cannot see it.
Hi, I need to send data as "multipart/form-data" I am trying to configure the Request Body tab of the "Invoke REST Web Service" action. I set the Body Type as "multipart" and the JSON part header as "Content-Type: multipart/form-data" How should the value for the JSON part field be formatted? Should it be in JSON? (I have tried but without success.)
I have the following problem. I'd like to have a kind of popup field on the dashboard where I can display a field from my Dictionary. The field should be stored in a dictionary so that it's easy to maintain. I would then like to display these value in my popup. How can I access the value from my dictionary within my embedded HTML? Or is that even possible, and if not, is there a workaround to achieve this? Thank you in advance for your help.
Hello, I have a case on the portal. An employee was on leave for about 3 years, and during that time, their account in AD was blocked. When they returned, the account was unblocked. They now have almost 5,000 active notifications, which makes working on the portal very difficult because everything runs very slowly. Interestingly, the issue disappeared for a few days but then came back again. Does anyone have any ideas?
Hi, https://community.webcon.com/feed/knowledge-base returns: “Page doesn’t exist.” Kind Regards Sébastien Anselment
Hi, we wanted to use the MS Teams Workflow to push new RSS feed entries to our internal WEBCON Teams channel. Unfortunately the Power Automate flow throws this error using https://community.webcon.com/feed/user-voice: { "status": 400, "message": "Failed to read requested Feed information. Details: '\b', hexadecimal value 0x08, is an invalid character. Line 13573, position 9.\r\nclientRequestId: dc221308-f5c5-445b-86a2-0b750c2ce180", "error": { "message": "Failed to read request (...)
Hi, I'm having a dilemma about comparing two date objects. My thinking is when I do sql queries to retrieve data from objects it will give you already stored db results, but with webcon functions you actually get value before it is actually stored. It does not work this way, so i'm looking for a way to do it. In conclusion, it should compare date before change and after change (this is triggered on menu action SAVE).
Hi, I am wondering if i can use an HTML field to be displayed in Reports (interface). My html field contains some info that is visible in some Steps based on a business rule. And now i might need this info to be visible in reports (for filtering) and export to excel. Or do i have to create another field (single line of text)? thanks
Hello, just starting with our production environment. One question/issue showed up: Our User/Group sync is connected to Entra ID. Sync is working and ok. We have a group in Entra ID named "All_internal_users" (example). Each user is in this group (checked also via myaccount.microsoft.com). If I use this group in "Access to the application" and "Start Workflow" it does not work => User does not see the application and cannot start a workflow If I add the users direct, all is working. An (...)
I'm creating an email that is supposed to have a link to the workflow element in the message content ? i cannot seem to find a variable related to it ?
Hello, we have a production- and a dev-environment. The production environment was installed in 10/2024 (R 2024 version.. and updated to the latest R2025), the dev-environment was installed a few days ago (R 2025). For each stage we have 2 system accounts: Prod: service_webcon service_webcon_iis Dev: service_webcon_dev service_webcon_iis_dev In the production environment the user service_webcon_iis has NO SQL rights and is configured as user for the application pool. service_we (...)
To copy meta tags from a SharePoint site, you'll need to access the HTML code of the page. First, open the page you want to work with on the SharePoint site. Right-click on the page and select "View Page Source" (or use the browser's developer tools). Look for the <meta> tags in the code, which contain information like page description, author, or other details. You can then copy the content of these meta tags, such as the <meta name="description" content="..."> or <meta name="keywords" content= (...)
Hi, after creating/registering an API application, a user is automatically created. For instance, if the API app is named "something", the created user is named "something - Registered App". This user needs access rigts for the app/process it need access, and that's clear. But, api actions are also performed by that user, and this name is visible (for example - if we start the workflow over API, workflow instance is started by "something - Registered App"). So, how can I change the user (...)
Hello, we are using the API to create workflow instances by another system. We are also checking if this workflow has already been created. Now to the problem: Unfortunately we are not able to access the archived instances with api-call and check for existing workflows: api/data/v5.0/db/{{dbid}}/applications/{{applicationid}}/search?search=xxxx:xxxx if the workflow instance is not yet archived we are able to access it. Is there a way to access archived workflows via API? Thanks (...)