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

most commented

Hello, I have create a form rule JS that would color the cell in an itemList. But when i move between tab panels, JS is not working anymore. On page loading/Refresh, it is fine. Do you have any tips? Thank you. let itemList = #{BRP:151}#; setTimeout(() => { var itemListElement = document.getElementById(itemList.fld + "_" + itemList.id); if (itemListElement) { const provenientaElement = itemListElement.querySelector('th[data-key="#{SFLD:512}#_#{DCN:512}#"]'); if (pro (...)

Hello, I notice 2 weird situations: 1. I have a ForEach and inside I have a simple "Start subworkflow" action and i try to drag from the collection columns in order to start the workflow with some data completed. When I drag the columns, one is showing a bit weird. It will show ok once you double click it. (picture 1) 2. I have another ForEach and inside I made a business rule that uses, again, info from column collection and it is working, but when I go to all business rules and open it i (...)

Hello, I am trying to update some form fields and columns in an item list after some actions. On my path i have configured a FOR EACH on my item list which is creating/composing JSON payload for my REST. (rows) However, I am encountering an InternalServerError (500) when attempting to save this data using REST service on path for my current instance. PATCH: api/data/v5.0/db/#{DBID}#/elements/#{WFD_ID}# { "workflow": { "id": "#{WF:123}#" }, "formType": { "guid": "96 (...)

Hi Everyone, after upgrading Webcon environment to v 2023.1.3.269 (working previously on 2022) I've noticed a behavior change in following situation. There is an item list which has enabled following options - Allow adding, - Allow deleting, - Show actions column, - Show "Remove all" It is filled with many rows which in most cases exceeds the display range so the user has to scroll down/up between entries. End user wants to delete entries one by one with the deleting bin in the action (...)

I have form on start step where: 1. from drop down list you pick signature of other flow 2. to the dropdown list I have connected invoke menu buttton to fill the tech item list with persons ... if element is not saved - I can not invoke menu - action is "invisible" (do nothing) if element is saved - went by "save path" then when you pick something from dropdown list then invoke menu button and I have filled Technical itemlist. the technical item list i use if you go from start step by "ru (...)

Hello, I'm trying to create a more complex delete of line function. To explain this briefly, I have a list, where I can't use the normal delete button. So instead, I'm adding one using a dataRow form field, where I call the JS function like this: deteteFunction(list ordinal number); In this list there is a column called IsOld, and it's values can be OLD or NEW. * If the line I want to delete has the value NEW in the IsOld column, then I want to just simply delete that line using the ba (...)

How to Set order of Attachments Category? I Have category list:: ID=1 Name starts from "P" ID=2 Name starts from "U" ID=3 Name starts from "A" I would like to sort category by "ID of Category" not by Category Name Letter / number .. work around will be probably ad 1. 2. 3. to order names ... but ... there is other way ?

Hi, I have three fields: Name - text lastname - text domain - choice field And one technical field to which an action is assigned: concat[name][.][lastname][@][domain] The action works correctly but takes Polish characters into account. Is it possible, and how, to remove Polish characters in the technical field, i.e., replace "ą" with "a," and so on?

hello, I'am importing process form test to production environment, but after i import process page can load beacuse i got error: action: Get ip: 10.200.97.3 | 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/127.0.0.0 Safari/537.36 Edg/127.0.0.0 | href: | ex: System.ArgumentException: Field with id=0 doesn't exist during import i got information that: 8/21/2024 10:19:45 (...)

I have problem ... [2022.1.4.404] maybe not problem but looks like is missing one option as Parameters in creating task .. or I don't know how to in proper way configure path ... Now we have 3 parameters: 1. Wait for the completion of required tasks, 2. Mark tasks as completed, 3. Mark tasks as canceled. but what if I have flow where element have assigned 4 people in parent flow A,B,C,D. A is finished B is waiting C is finishing D is waiting now I do move parent flow by (...)

Hello, I have element in archive database, when I click admin I show error "Cannot read properties of undefined (reading 'showTitle')". How it fix?

Hello everyone I have a question. In the case of parallel tasks for several users, how do I display the status on the form, i.e. who has already finished and who still has to do it? Is it possible to do this? Thanks in advance

Hi, Does anyone have practical experience using Webcon in a container environment? Any pros and cons of using a container compared to using a full-blown Windows setup? There are a couple of articles using Docker Desktop, but I would like to hear from someone who is really using it in a Docker environment. Thank you

Hi, If I have a polish language, the data starts from monday, however if i change the lanague to ENG, I can see that the week starts from Sunday, How can i chagne this?

Czy jest mozliwosc integracji Webcona ze Slackiem? Dodatkowo, czy planujecie wdrozyc powiadomienia push na przegladarkach? Dziekuje :)

Today I was asked if is posible to set Webcon to: - if you are in "My tasks" where you have got: New / My / CC https://docs.webcon.com/docs/2024R1/Portal/MyTasks/ to set webcon to not be in edit mode just in read ? I remember i was read about that - but this setup is for whole process (form) https://community.webcon.com/forum/thread/2975 OK: - for step - for whole process Question is - it is possible to set that behave to particular group of users (webcon group)? if some one is (...)

Hello, I have noticed that some attachments for some apps are stored in [BPS_Content].[dbo].[WFAttachmentFiles] and some in [BPS_Content_Att].[dbo].[WFAttachmentFiles]. I am not sure what the cause might be, but I have observed that the attachments in [BPS_Content].[dbo].[WFAttachmentFiles] belong to older applications. Is it okay for it to be like this? Thanks.

Hello! is there a best practice how to transfer data from an external data source (eg. sql server) into a dictionary in webcon (and webcon in general)? I heard something about a technical path?

MVP

Hello everyone, I need your assistance with something. I am currently working on a Business Rule that should return a value using SQL. The Business Rule needs to be as universal as possible, and I want to pass two parameters to the SQL query. So far, so good. The issue is that I want to pass the same form field as a parameter twice: once as a value and once as a "column name" (essentially as an object value that I can transform in SQL with single quotes to something like WFD_AttText4). Thi (...)

Hello all, Do you know if the Search everywhere only allows to search for instances that were opened in the current year? Thank you