(...) Hi, While testing version 2025.1.1.105, I noticed a bug that when the data source is disconnected from the application, it cannot be delated. Only after refreshing the entire designer does it allow the application to be deleted.
(...) Hi In order to improve and standardize the appearance of data entered in the description field, I propose adding the option of formatting HTML text in the description of groups and tabs. Similarly to what is possible in the description fields on attributes. Regards
(...) Hi Guys, Is there any way to configure paging for the item list? Got one with > 280 rows, initiated from the SQL query. I cannot use data table to display the data only, as users need to add comment for each row in one of the columns.
(...) it? My business case is that I need to update a field which is based on some dictionary. Simply task - replace one value with another. It is needed to comply with some other needs and keep the data clean. My version is 2025.1.1.23
(...) 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 A (...)
(...) 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 me (...)
(...) cesses available via Copilot agents and to use the knowledge in WEBCON through the MS Graph to use it in Copilot and other Azure Services. It would be great having a WEBCON on-prem graph connector data source for the MS search & intelligence service and Teams apps/agents e.g. like those offered from Atlassian for Confluence and Jira. One use case would be to passthrough a teams chat message to an a (...)
(...) ssageW(MSG& msg) w System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopdata ) w System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) w System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, A (...)
(...) ence validity checks) with the need to force an image upload with a photo just shot through the camera. An upload from the photo gallery shall not be allowed because the photo must be recent and EXIF data could be manipulated easily in the photos option. The image form field would need an option to force camera usage when a user uploads a photo without the default options of photo or document libra (...)
(...) verything we have run into a "License expired" error. This was raised by the "Start /Stop performance indicator" action. I didn't want to waste any more time and deactivated these action on the data base level. While this is an option, I think it would be better, if the action wouldn't be executed then throwing an error. This is probably a partner only problem as it's unlikely that end cust (...)
(...) Hi, I have a process that use API to send data to another system. I have a patch in WebCon to check status, based on the feedback, process moves to the next step or waits another hour on the timer. I want to change this. I found this option in WebCon API: Path that will be used by element PATH /api/data /v6.0/db/{dbId}/elements/{id} But my second system don't have a PATH method. Do you ha (...)
(...) "description": "Invalid scopes", "guid": "48078ebb-424f-4a0f-9a27-7e67e408e148" } The guid cannot be found in designer studio, there is also no automation log. Remark: The endpoint with a data source works fine. Did I miss something or this is a bug? Thanks a lot in advance, Nik
(...) e could also create global form groups in system settings and not only single global fields. A use case would be address fields street, number, city, zip, country, ... with advanced configurations to data sources, reg exp and so on. In each app where this information is needed one could directly use this global form group. Kind Regards Sébastien
(...) Hi, i have a question in regards to saving data and obtaining it later. So, i have an item list where each user has an id, if i change any of these attribute fields, changes need also to take effect in the dictionary. There is a specific field that will trigger this action. I already created a query that will map correct attributes with update command. I'm interested in the logic that would need to ta (...)
(...) (fixed) horizontally when scrolling the table to the right. [Benefits of This Feature] - Freezing key columns (like item names or identifiers) ensures users can always see the context of the data they’re viewing or editing, even in wide tables. - Mimics the behavior users are familiar with from tools like Excel, where freezing panes is a standard feature in working with large data sets. - K (...)
(...) f one could have in system settings an area to configure global credentials that can be shared to apps like connections and so on to get available in configuration of a PowerShell action and even in "data sources" administration for connections (e.g. SOAP HttpBasic). Kind Regards Sébastien
(...) Hi, while we can create business rules which act similar to table valued / scalar functions, we can't pass the columns/data to them. The inner business rules are executed before the outer SQL command is executed. This comes in really handy in a lot of cases but also has it's limitation and will require creating repetitive code. I would suggest the following: Create a new "type" "SQL function (...)
(...) Hi. we've implemented some global form rules e.g. a developer on screen mode that displays meta data of fields (instead of turning on dev tools) - a knowledge base article will follow later. Small work in progress preview teaser in the attached screenshot. ;) Right now it is necessary to add this global form rule to all main form behavior sections manually to get this loaded. It would be grea (...)
(...) Hello. Is it possible to somehow remove the entries that are in the recent activities section under each application from the data base? In what specific table are they located? I would like to remove entries older than 30 days. Thank you for your answer. Maciej
(...) Hi guys, I'm trying to cyclically start new elements in BPS based on data retrieved from another system. I already have an endpoint that returns the required data . To achieve this, I planned to use a global action (cyclical). First, I created a business rule that fetches the data using a REST API. Then, I wrote an SQL query that utilized this business rule to retrieve the data . However, when (...)