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

forum

Hello, I have a process (start - finish) that creates an instance and remains in the "Finish" state. Here, I have the following form fields: "Quantity TOTAL" (Floating-point number) and "Quantity" (Data table). In that data table, I have other instances from a different process, and in one column (Quantity Requested), I calculate the sum. How could I save that sum in Quantity TOTAL and have it consistently updated? (i mean - transferring the Aggregation type Sum value in my form field). (...)

Hello Community, I've got a problem. I've got two workflows, a parent and one subworkflow. I'm trying to transfer data from the parent workflow (single line of text attributes - 'email' and 'phone') to a table in the subworkflow with the item list update action. The table has columns ('value' - single line of text and 'contact type'(selection list: 1#Mail, 2#Phone)). How to write an SQL query to put different WFD_AttText attributes into one DET_Att column and different Att_Choose values into (...)

I've noticed after installing 2023.1.3.29 that vacation charts stopped working and investigated what is the problem. After some tests it seems that the values of used and avalilable days that were previously automatically calculated based on the items already in the workflow are the problem and probably an error occurs when the engine tries to calculate them. When I turn off the visibility of both fields and leave only the "from previous year" and "from current year" ones visible, tha chart work (...)

He all, I was searching, but can't find information anywhere. Is there a possibility to run some javascript or form rules on load of the main website page of local webcon instance? I'm preparing a process where users manually confirm their being at work. It would be very appeciated, that when tey load any page of local webcon instance, there would be some code testing if they already confirmed their being at work. If they didn't, they would be redirected to the appropriate element. If they di (...)

Hi everyone, For a couple of days I've been trying to resolve this issue with no luck, so maybe you will come up with some solution. The case: I 've created an application and a process with the use of absence process wizard (the one in the main menu of designer studio). However it is not to be used for absences only, but in a similar way - for presence confirmation. The idea is simple - there is one workflow in this new application in which users confirm they worked in a given date - eith (...)

Hello everyone, I have a problem with the global email template. I receive the message attached. I once had an identical problem and I solved it by changing the portal address to a different one and returning to the original one, but unfortunately it didn't help. Can I ask for some advice?

Hi Everyone! When I try to update BPS from version 2022.1.4.377 -> 2023.1.1.89, in the step: "Database verification" the following error message appears: "There is no update path between versions."and the installation process stops. Where could I check which update paths are valid? Best regards!

Hello Community, We have problems with the different runtime environments of the WBCON Workflow Service (under .NET Framework) and the WEBCON BPS Portal (under .NET Core) and System.Data.ODBC. I have developed an SDK plugin that integrates the NuGet package System.Data.ODBC to access ODBC data sources. The target runtime environment of the plugin package is .NET Standard 2.0, so that the plugins can be executed both in the service and portal. Without the integration of System.Data.ODBC (...)

Hi all, I need to do an upgrade and was wondering if there are any changes that could break things. What versions would you recommend to avoid and which ones are kinda required in between? For example, I see that there is an issue with SearchIndex from version 2022.1.4.174 to 2022.1.4.274, and in all published versions of 2023 R1. I suppose I will not use them. I will continue to go through all the changes, but if there is anything that you can point out it would help a lot. Thanks, (...)

Hi, I am currently exploring options for viewing documents within Webcon. Specifically, I am interested in understanding whether there is a possibility to visualize a document by providing a link that points to a document stored either on SharePoint or within a SQL Server database. My goal is to enable the automatic display of the associated document in preview mode when a user selects a record in the application. Has anyone had experience or insights into achieving this integration? If (...)

Hi there, I have following idea and search for a solution: I have an items list; now in case a certain field is changed, I want to write the "old" value before the change into a different column of this itemlist row. Any ideas? Kind regards, Klaus

Hi all! I want to hide / show / mark as required some form fields based on field Guid. Is there a way to do this easily? When I look at the signature of e.g. Hide function it just seems to take some shrinked DB name (e.g. AttText35) or field id (integer), which is different between environments. Appreciate any hint into right direction. Thanks in advance & best regards, Nik

Hello, I have an application that creates a folder within a document library on SharePoint and needs to upload files to the newly created folder. I am encountering difficulties in uploading the file to SharePoint using the REST action with the Graph API. I get this error: "Invoke REST Web service test (2) - Request Url: https://login.microsoftonline.com/f656719a-4d1c-482b-be59-564f8c2af72d/oauth2/v2.0/token Response Code: Exceptions: Cannot add value because header 'Authorizat (...)

Hello, The workflow I am designing requires an email to be sent after a certain time spent in a step. Is this possible using the Date Diff function?

Hello. I have a "Invoke REST Web Service" GET action. I would like to save a part from response to a field, more specifically an ID. I have tried multiples methods, but i did not success... This is my response. How can i save the "value/listItem/id" to a field? (id=318) { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites('test')/drives('XNOnVydrSL6yetalE8-T')/root/children(listItem())", "value": [ { "createdDateTime": "2024-01-15T16:28 (...)

Hi all, Is there any way to export data from Webcon to Excel WITHOUT column headings? Can't see such an option neither in export from data table attribute nor from the report. Can this be done in any way?

Hi Team, Is there a way to disable (eg. on value change if cell 1=1 then disable(cell 2)) particular cell in a row in Item List? I do not want to disable whole row nor column.

I would like to switch webcon designer studio license from one user to another but "I want to use license for user xxxx" is grayed out How to fix it ?

Hello Who can show me where in the DEMO-Helpdesk application there is a rule that is intended to hide the "Internal notes field" from authors (just like the documentation says)? Currently, this field is always displayed by default (including in email notifications) Similarly, limiting the display of this field in reports depending on the user?

It is possible to make descriptions required by default in Designer Studio for Applications, Workflows and Steps?