(...) I 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.
(...) ue to the fact that sometimes I assign a task to one person, and sometimes to two people per company. 5. In the data tab, I indicate the collection columns on the basis of which I complete some form fields . 6. The technical paths that I indicate in the subworkflow activation action have validation disabled. 7. On each path that I use in the subworkflow action, I have an automation pattern responsible (...)
(...) Via public api we can query reports and views. However, they lack of the possibility to apply filters, 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 filters and search for elements. This works perfectly so far, but it wo (...)
(...) from REST API. Datasource method is POST, since we have many parameters. We need this datasource in different workflows and parameters are dependent on values entered in current form (different fields in different workflows) and also should be fetched from database from another workflow. As I can see there is no way to use current form field values (in JSON mode, not JSON grid) in request body (...)
(...) ompare which translations we have and which we do not. I do not want to do it by going through each application than dowload the excel but I would like to generate a report with app,worfklow and form fields where there is no tranlsation. Can anyone help me with this issue?
(...) prevented. Otherwise we will be able to save invalid data, which in turn can lead to issues, if the data is used in other workflows. In our case the field can be used as the display name of choose fields and we wanted to prevent the use of the special characters ; and #. The attached image has been taken from 2024.1.1.88. Best regards, Daniel
(...) The current version of the API allows updates for the following fields : { "name": "string", "email": "string", "phoneNumber": "string", "managerBpsId": "string", "jobTitle": "string" } It would be useful to expand the user API to include fields such as: - Department - isActive - COS_ExtensionAttribute1-20 The isActive field would be helpful for deactivation in case of WEBCO (...)
(...) lay only the one at the top of the page. 1.2. The ability to fully customize 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, whi (...)
(...) I am trying to create Webcon SDK Plugin that will update multiple instances( update fields of different instances ) but I have not figured out how to get instance by a number. I have list of instance ids. RunCustomActionParams args, args.Context.CurrentDocument contains GetFieldValue method but does not contain any method GetInstanceById
(...) Hey I have two choice fields Product Group and Product Category (groups are within the categories) so I have created filter that when somebody selects certain category they can only see in choice field product group, groups that are within the specified product category based on dictionary. However now is coming the problem that sometimes business would like to select two or more categories and when (...)
(...) to trigger refresh button in "data table" . OK I can click arrow .. but I would like to refresh to have no data ... So I have form rule when some field value is changed (deleted) then is clearing fields but not reloading whole form ... so because data is not saved or the full form is not reloaded ... the data table stays with "old data" - i can click refresh and then will be empty or pick other v (...)
(...) provide additional options to guide the users through a large form. I also tried and failed creating an "advanced validation dialog". I wanted to display a dialog in which the user had to set some fields . I mainly failed because I couldn't replicate the logic attached to the choose fields and similar. Therefore I would think we could improve the user experience in some cases if we would have a Jav (...)
(...) We have a translation on the dev environment. How do we move all the translation say for 'application1' - all the formfields , workflows , emails, safely, with the possbile backup and without exporting all the pacagaes for production?
(...) n workflow steps could help optimize the available screen space. Allowing users to set their preferred density could influence multiple elements of the interface, such as: • Spacing between form fields . • The layout of the left and top menus. • The arrangement within the details panel (info panel). Additionally, this setting might also adjust font sizes in specific areas, like field group he (...)
(...) Hi i have a task to extract formfields from all the applications that has like this makred. Can anybody help? would be much appreciated
(...) umerable.WhereSelectEnumerableIterator`2.MoveNext() w WebCon.WorkFlow.Studio.Logic.Base.BusinessListBase`2.AddRange(IEnumerable`1 range) w WebCon.WorkFlow.Studio.Logic.Managers.SubelementsFormfields Manager.GetSubelementFormfields (StepForm stepForm, ICacheStore cacheStore) w WebCon.WorkFlow.Studio.Logic.Managers.Formfields Manager.GetFormfields (StepForm stepForm, AttributesCollection attribute (...)
(...) As the title states, there are some autocomplete fields (with values in them that cannot be found) i have that prevent me from moving to the next step(in one case i would maybe like to "cancel" the subworkflow/return with negative). I tried to deactivate the form field validation on the paths, however the error still occurs.
(...) erable.WhereSelectEnumerableIterator`2.MoveNext() at WebCon.WorkFlow.Studio.Logic.Base.BusinessListBase`2.AddRange(IEnumerable`1 range) at WebCon.WorkFlow.Studio.Logic.Managers.SubelementsFormfields Manager.GetSubelementFormfields (StepForm stepForm, ICacheStore cacheStore) at WebCon.WorkFlow.Studio.Logic.Managers.Formfields Manager.GetFormfields (StepForm stepForm, AttributesCollection attribut (...)
(...) ways filled with SCAN of QR Code or just BARCODE scanner. The user will never try to fill that attribute with keyboard on the tablet. So I would like to have virtual keyboard always hidden for those fields . How to achive this? I do not have option type "none" in the Studio. I am currently using BPS 2023.
(...) Alternatively, • JavaScript, HTML, CSS stopwatch with buttons (Start, Reset are enough). Are these requirements feasible to be done in WEBCON? I know, in WEBCON: • There are an HTML form fields , even supporting some JavaScript functions. • There are a Form Rules with JavaScript mode But, where to put what (JS, HTML, CSS) and how to combine/address/relate parts to functional stopwatches?