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

top rated

Hi! Is possible using REST WEB SERVICE to sent: { "type": 0, "firm": 0, "id": 0, "ord": 0, "description": "string", "lines": [ //Item list { "ord": 0, "value": 0, "type": 0, "percent": 0, "direction": 0, "dimensions": [ { "id": 0, "type": 0 }, { "id": 0, "type": 0 } ] } ] } When I use 'Json grid' I do (...)

Hello, I would like to make a process where users can add rows to an item list on multiple steps, but be unable to edit previously added rows, except maybe certain columns on certain steps (eg. Completion date). I would also like to know if it's possible to make it so on certain steps, users are able to only edit already added rows, but be unable to add new ones. Thank you for your help!

Hello all, Does anyone configured a validation rule and/or control field where you need to check if the lines added in a item list were already added in another instance? I have a process for overtime registration and I want to block the user to add a new instance with dates that were already added for the same person in webcon. I've created a control field but now all the processes are moved to cancel even if the values are different. Can you help? Thank you

How in buisness rule I can implemement function random my buisness rule? I want to set the form field randomly out of 3 choices

In a one week im getting this error https://pcpatchedup.com/mscjsres-dll and I don't know how to fix this error, some buddy please help me to resolve this, Thanks in Advance Selena Root

Hi I have a question, do you know where you can set attachments in the flow to be expanded by default. After updating to a newer version, I have collapsed attachments almost everywhere after entering the workflow, which effectively confuses users. Can you help? Thanks.

Hi community I am currently implementing a process where the form is filled out by "visitors" of our company. (In short, it is a visitor registration at the reception). By law and for company policy reasons, we have to display a "Data Protection Notice" on the form before the visitor can complete the registration. By company policy, we are required to provide this notice in each country in _all_ possible languages. [We have the Data Protection Notice in 8 languages.] What would be the b (...)

Hi there, It's me again I have two questions right away. I'm not sure if this is an intentional behavior of Webcon or a bug or if I didn't understand the setting or the principle of it. Does anyone of you also have the problem that a set path layout in the workflow designer (flowchart) after saving (and switching tabs e.g. to General) completely loses the set layout and falls back to the default layout? [WorkFlow designer before.png; WorkFlow designer after.png] (This results in me hav (...)

Hi there I'm not sure, but I haven't found any information about this anywhere. Is it really the case that BPS groups cannot be nested? Am I the only one who expects this kind of functionality in this context? Webcon can handle nested AD groups, why not Webcon's own groups? Or did I miss a hidden function/button/setting that makes this possible? 😅 I appreciate any help.

After updating to version 2023.1.1.41, errors are occurring on the portal. All processes are working correctly, did any of you have a similar problem? After analyzing the errors in GUID, I got a log as below. url: http://lowcode/api/nav/applications/mostused | action: GetMostUsed ip: 192.168.2.100 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 | h (...)

Hi, I have a form on which I want to have an action that trigers after the fields has change, what kind of action I can add? For instace in workflow I have element called 'start' with form fields : text : dupa Number : 1000 user makes some changes in those field, after that i want to trigger my action. How can I do it?

Hello all, Does anyone configured an action where the value in a specific column for an item list is a value coming from a datasource different than MS sql server? My idea is, I need to get from an oracle table the rate for a specific employee, so I'm using the action with Datasource = my table and in the advanced filter, I just add the person id and the dates for comparison but this is not working. I've added a screenshot. If I use the field manually, I'm able to get that specific lin (...)

Hello, I have a workflow and a final step where i execute "On a timeout" automation. But sometimes, it is not executing because it says it is checked out by the user. WEBCON BPS Timeout ID (TIM_ID): 2 Message: The element has been checked out by user: Is there a way to prevent this thing? So you cannot edit the form on the final step?

Trying to update my current dev env to the latest version that is available on the website. I'm getting the error message below. not sure how to resolve this. Date Message 6/6/2023 9:16:07 AM Invalid column name 'S_LicenceServiceLocation'. It won't get past the error attached in this thread. It's happening on the "Components" section Upgrade- WebCon BPS WorkFlow Service. Current Version is WorkFlow 23.11.41 Portal 22.12.31 Search Server 1.0.29.0 Upgrade ver I'm attempting 20 (...)

At Webcon BPS, on the form's list of items, I have a checkbox field and a second field of dropdown(choose) type. The second filed - dropdown field retrieves data from a data base and allows for adding values outside of the database. The first filed - checkbox field determines whether the value in the second field is from the source or added externally. How can changing the value of the checkbox field affect the behavior mode of the second dropdown(choose) field?

Hi community! We need to add 'active' HTML elements to an item list, e.g. a button containing some Javascript to set a field value or a label with a custom tooltip on mouseover. Is that even possible in an item list, we didn't find any solution for this up to now? Thanks a lot for your input, Best regards, Nik

I'm having some troubles using OPENJSON to parse a nested JSON response from a REST API: Following the solution posted at https://alterpaths.com/json-nested-collection-handling-in-webcon-bps/ but I cannot get the query to work in Webcon. When copying the whole query from the Show window into SQL Studio it works just as expected, but in WebCon Designer studio the following error occurs (see screenshot). Any ideas how to proceeed here?

After upgrading WebCon to version 2022_1_4_204, a problem arose with synchronizing BPS users lists with Azure Active Directory. When synchronizing, the Event Viewer displays the following error. System.Memory Category: Exception Role: UserSynchronization System.IO.FileLoadException: Could not load file or assembly 'System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not matc (...)

I'm having trouble running the SQL subworkflow. The query entered during the configuration works fine in testing. However, when I try to run the subworkflow in the application, I receive an error message that says, "An error occurred while executing the start subworkflow (SQL) action at the path. (Step: Verify application, Path: Submit for review) Incorrect syntax near the keyword 'from'." What could be the cause of the error if the test query displays values correctly?

Hi, I want to use the action - Send a custom email and get email addresses from a Dictionary. I checked "Selecting addresses by SQL/CAML query" and as Data source: i chose my Dictionary When i write a SQL query it doesn't filter. It shows all columns and rows. In my workflow i have a choice field Vendor name (from a Dictionary - it contains Vendor Name, Vendor Email). When i pick that vendor, i want to send an email to that vendor. Can you help? Thanks.