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

search results

for edit

(...) perfectly, but there is an edge case. When user registers parent form, then children forms and moves parent to further steps - no problems. When user registers parent form, then children forms, and edit s field on parent form which is used to validate children forms - validation rule passes even when it shouldn't. From what I've read here* it seems that 'On path' automations are executed before fo (...)

(...) true. The "change" function (1) has only one parameter and I have no idea how I could triggere the "changeFormField" directly so that I could provide "options". Has someone else run into this? edit : In the mean time I changed the newData so that the checks are successful and I now stumbled about the fact, that the value is not stored in the field. Best regards, Daniel

Hi, if the browser window is small enough, the actions of the item list are collapsed to a context menu. It would be great if this popup would contain information in the DOM about the about the source. For example by adding a data-key attribute to the top element with the value item list and row.

Hi everyone, Jarosław created a threat in which he points out that elements are no longer rendered if they are used in an item list data row column.: https://community.webcon.com/forum/thread/5247 I tested the most common/likely elements and to verify which are supported by using this SQL query: select 'a tag' + ''+ 'button tag' + ''+ 'div tag' + ''+ '' + ''+ 'img tag' + ''+ 'input

(...) Hello, We moved from 2021 to 2023 version of webcon and now we have a problem with initializing item lists in preview mode. When in edit mode everything works fine, but in preview mode item lists do not initilize. Is there a way to achive such a functionality. What was the reason to change it ?

(...) s for access all instances and attachments. If I use the impersonation option, I can see the application, I can access it as well as reports. When I open any instance I can only see all info but no edit option. The purpose is not to manually access instances from this process, but to search for them using the global search. Sadly it does not work. It should be able to search using info from pdf t (...)

(...) ata Studio, and leaving one additional concept what kind of autocompletions i would like to see. Creating it as LSP would also allow using it natively in Designer Studio, and as extensions to text edit ors.

(...) Hi, this may sound strange, but so was the reason, why I'm proposing this. My suggestion is that the expression edit or for a SQL command inserts the instance id variable in a way: Currently it is inserted as: {WFD_ID} My suggestion is that it is inserted within single quotes: '{WFD_ID}' The reason for this is, that it would prevent errors which may only surface in production. This is the (...)

(...) "svalue": "#{WFD_ID}#" } ], "itemLists": [ { "guid": "e182eced-f3b7-4451-a278-255f6700f5c6", "rows": #{RAW:2621}#, // JSON PAYLOAD "formLayout": { "edit ability": "edit able" } } ] } Is it possible to update item list using REST for current instance using a path (button) i press? for example: we have a simple process: START -> FINISH (...)

(...) Hello everyone, each time an instance is edit ed via a path, the attachments are duplicated in the database, even though they may not have been customized. Would it be possible for the attachments to only be duplicated if the current version has actually been edit ed? Best regards Marc

(...) ne, I have a workflow where I generate an attachment. When I create the attachment on my path the next step is that, a OneDrive connection is established in the next step on entry using the "Start edit ing a file using OneDrive" action. In my workflow, about 200 people are authorized to use it. From what I see now, this action grants each person read and write permissions. Essentially, it works, but (...)

(...) It would be great, if this could be standard feature. :) Related user voice: Unique value of the item list column https://community.webcon.com/forum/thread/6212/15 Best regards, Daniel *edit * While implementing the check I figured, that there's no general option to implement this. There are to many conditions. Nevertheless we can create something similar using a global business rule: (...)

(...) OnMouseDown(MouseEventArgs e) w System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) w System.Windows.Forms.Control.WndProc(Message& m) w DevExpress.Xtraedit ors.Container.edit orContainer.WndProc(Message& m) w DevExpress.XtraTreeList.TreeList.WndProc(Message& m) w System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, Int (...)

(...) to change the order of reports, which worked in 2023 version. Is there a way to arrange the order of reports in 2025? OK, sorry, I just found it. Need to do it in the browser by changing the mode to edit in the application dashboard. This used to be available as dashborad in Designer Studio. Now there is a node called "Dashboards" in Designer Studio, but there is nothing there, which is confusing.

(...) that while processing actions WebCon locks down the instance and I couldn’t find a way to make any changes to the process. I use the parameter “forceCheckout=1” – that works fine as long a user is edit ing the form but fails when called from inside a PowerShell action. I see two options there: 1) I could do it with an asynchronous PowerShell process and upload the attachment when WebCon has fin (...)

(...) ouseDown(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at DevExpress.Xtraedit ors.Container.edit orContainer.WndProc(Message& m) at DevExpress.XtraTreeList.TreeList.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, I (...)

(...) in Webcon: ver. 2024.1.1.161 if you have on on step grouping in item list (for example tech column) then adding new row popups window with one row edit ing but ... I have that feature off... ---edit ---- because I have Item list with attachments attribute so .. in popups window I can not pick attachment ... :/ and now I need i popup window put a data (category) and "save" and again edit line (...)

(...) e same form, but I don't know what such a correct query should look like. Currently, my query is only able to retrieve information from the attributes themselves, but not from the list of values. edit : I found the solution.

(...) to the same path. I found information on the log "Number of replaced rows: 0' after start process by REST API. When I use web to start process, action update item list values works fine. When I edit a document created by REST API , action also works fine. Best Regards Tomasz

(...) , the page is dirty. There's already the session storage key "WebconBPS_FormIsDirty" and the functionality to add the required star. It's probably not complicated to combine the functionalities. edit : The star is also added, when a field is modified in one tab and the user switches to another. Best regards, Daniel