(...) 1.1.2.143 (getting ready for upgrade) I try to invoke a REST API to update form fields, and I get a proper response from the service, however, it doesn't update the fields. I'm using OData Query to filter and expand the data, and load the response definition from the service. The action configuration and action log with response are on my pictures. What can I be doing wrong? The response is compl (...)
(...) dio. Maybe as a BPS internal view. This would allow us to define the system and global fields which are available for every process. For example I really would like to have the option to see/sort/filter the modified date and business entity which is currently not possible. I'm writing this post right now because I just received again a "bug" description without a link or even an instance id. I ha (...)
(...) pplier.OrderByIndentDfs() w WebCon.WorkFlow.Studio.Forms.BusinessRules.BasicDesigner.IntelliSense.AssistPhrases.AssistPhrasesProviderFromCollection.GetAssistPhrasesTo(String text, IAssistPhrasesfilter s filter s) w WebCon.WorkFlow.Studio.Forms.BusinessRules.BasicDesigner.IntelliSense.AssistListBox.d__71.MoveNext() ------------------------------------------------------- How can I solve this (...)
(...) restrict the allowed document types. With a little bit of javascript it is possible to set the accept attribute of the input field. The open file dialogue reflects the accept attribute and would filter the corresponding file types. However, this has no impact when drag'n drop a file. In this case, only the globally allowed types are checked (maybe there is a JavaScript workaround, which I did no (...)
(...) e value of the item list (qualification) in any form within the For Each, as there is never a value in there as can be seen in the 1st image ('Ausbildung'). I've also tried using a Data Source Value filter , but I can't get a result because the designer can't seem to access the text. Does anyone have any tips for me or is this a bug?
(...) rrors on the rendering of the report. I want to show the sum of days in each step of the process (Bar chart) and the average Day(s) in step as a Line chart. This is not working. I don't have any filter s, nor calculated columns. I've tried to create a chart with another field to check if the issue is related with Day(s) in step field, still I get the error. Does anyone configured something like t (...)
(...) would like to propose a change to the Process Import/Configuration grid. It would be great if the names: Data sources, Fields, Constant etc. were in a separate column (if it were possible to sort/filter by this column it would be great :-) ). With many data sources, finding the one I don't want to import is not easy.
(...) Via public api we can query reports and views. However, they lack of the possibility to apply filter s, search in specific fields or apply a full text search. Basically all the things we can do within a report on the portal To achieve this, we currently have to use the undocumented internal api, that reports use when we apply filter s and search for elements. This works perfectly so far, but it wo (...)
(...) Hi there, Is it possible to use one datatable to show different tables from a sql server? Right its possible to filter the sql results based on a value in a certain column. I also want to make it possible to show the content of a different table, however account to the infobox to the right side of the textbox where i write the sql statment, its not possible. So i was wondering if there is an alternativ (...)
(...) stomize which elements are displayed in the search results records (to disable some of them). 1.3. The ability to add selected fields from forms to the search results records. 1.4. The ability to filter search results by selected fields from forms. 2. Visual layer. 2.1. Increased contrast: black text on a white background, white text on a dark background. 2.2. Removal or reduction of light gray (...)
(...) I have got Item list with 2 columns 1. Category (A) 2. Points (B) Column A and B use dictionary process where if is set A then filter B to A value and in column (A) I can pick Value then >> in column (B) points I can pick more than 1 value . so I can have: (A) >> (B) A >> a,b,c,z B >> a,z,dd,x C >> a D >> a,b and now in sub process I would like to split this table to: A >> a A>> (...)
(...) Hi everyone, it would really be nice if we could display /filter the phases /actors in the reports. Best regards, Daniel
(...) [Webcon 2024.1.1.130] (i thin it was working in 2022.1.4.404 - but I need double check] I have action to update item list where source is Parent Item list. The sql query is working but filter s .. works if there is no polish letters :| so: [code='SQL'] SELECT d.DET_WFDID AS 'ID elementu', d.{DCNCOL:1135} AS 'Sygnatura Audytu', d.{DCNCOL:1132} AS 'Tytuł raportu 8D', d.{D (...)
(...) business (global) administrator would have such privileges. From the BPS Portal level, he could use the icon to switch to any user's account (administrative mode). Sometimes data source values are filter ed and there is no way to see what the user actually sees. Regards, D.
(...) Hi everyone, I’ve been working with the Webcon API, but I've found that the standard API functionality is not sufficient for all my needs (mainly for filter ing items and searching). However, I came across the possibility of using the OData standard in Webcon, which seems like a promising alternative. I recently read a post on the community forum about OData support in Webcon, which you can find here: (...)
(...) ows and we have only 10795 workflow instances in the table yet. One improvement for our case could be if we switch to a SOLR based report. We have yet to figure out, whether we can replace the SQL filter with a SOLR filter . Therefore it may or not be an option for us. Best regards, Daniel
Hi, I am unable to figure out how to use the Webcon REST API for starting new element. My issue relates to the "ChoicePicker" / "Autocomplete" fields, where I cannot find the way to submit the value. I think that I have tried all the combinations, but I always end up with the same error. Public Api POST /api/data/v6.0/db/1/elements - "formFields"[] - "guid":"...", "value": [{"id": "115"}]
(...) TML field to be displayed in Reports (interface). My html field contains some info that is visible in some Steps based on a business rule. And now i might need this info to be visible in reports (for filter ing) and export to excel. Or do i have to create another field (single line of text)? thanks
(...) ws.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) w System.Windows.Interop.HwndMouseInputProvider.filter Message(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) w System.Windows.Interop.HwndSource.Inputfilter Message(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, (...)
(...) I am using a list item and trying to retrieve the corresponding email from the data source by selecting a name. The filter ed email should be displayed in the field immediately after selection. But it's not working. The email only appears after I delete the name. How can I solve this problem?