(...) n item list. I have a list of items (emplayee, year, number of days available). The list is being initialized at the registraton step with all the employee names (70 rows). I've also created seperate Attribute fields for year and number of days and would like to type let's say "2022" in the year field (the separate one outside the list) and clone it to all the items on the list. The "update item list actio (...)
(...) When trying to define a tile for a process that has many Attribute s, an error appears as in the attachment. It is not possible to define a tile. Only when some Attribute s are unlinked from the form, the tile is added. Unfortunately, this is not a solution that can be used in a production environment.
(...) Data table Attribute gives opportunity to export containing data to Excel using its default configuration, the sole problem is it can only export top 1000 rows, when its quite common to display bigger chunks of data in that form field. Documentation that redirects to below website doesn't mention anything about such limit: https://howto.webcon.com/exporting-a-data-table-form-field-to-an-excel-file/ I (...)
(...) merable`1 collection) w System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) w WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.FormFields.Choose.ChooseValuesLoader.Load(DataTable Attribute DataTable, PickerEntityValue originalValue) w WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.FormFields.Choose.ChooseFormField.FillAvailableChooseValues() w WebCon.WorkFlow.Base.Business (...)
(...) y I use a js-function like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hintText) { let errorLines = $("#" + columnName + " .Attribute ErrorsPanel li"); if (errorLines.length === 0) { $("#" + columnName + " .Attribute ErrorsPanel").css("height", "auto") $("#" + columnName + " .validation-error-panel").addClass("has (...)
(...) n page load” are being executed AFTER the page has been rendered. I use the following js function for hiding the delete button, depending on a value in the row: function hideDelete(listId, nachtragAttribute ) { if (SubelementHasRows(listId) > 0) { for (i = 1; i
(...) I know that in webcon report there is only possibility to show only one "Item list" Attribute but is there any possibility to create some technical data table or atribute to show more than one list? Or maybe you can give some example of SQL function which select more than one "Item list". Thank you in advance for your help.
(...) I use "Absence process wizard or I can create it as "new standard process"? The second question if I use "New standard process" how can I use "Gant chart"? Third question is how can I create rules an Attribute that validates the date on the item list?
(...) s not give me a rest. It conserns Item Lists. When I use any type of choice field and in the picker tick "Show link to this item" it still does not show the item with the link (as it does in standard Attribute s). It doesn't matter if the field is read-only or writable - always no link. I suppose the solution could be a separate hyperlink column calculated based on the ID in the choice field, but I have 4 s (...)
(...) "Przypisane miejsca postojowe (BPS)" - these are choice fields in read only control mode (technical fields actually). There are rules triggered on change value of each of them to create hyperlinks in Attribute s of the same name (without "(BPS)" suffix). All of it in detail in the attached sketch. Sorry for the polish variable names, but you will have no trouble identifying them in the picture. This wa (...)
(...) editin of an item in the list, but I guess there is no such possibility. Or am I wrong? UPDATE: I managed to get on callback the list of dependant item IDs and the main item IDs both in separate Attribute s. I managed to create actions that I want to perform the desired tasks in a path. But this needs user to click the path button - how to automatically add the new items to the list on closing the edit (...)
(...) there is none, one is created and its' ID is stored. 3. On the path "Add to transaction" there is an action that modifies the transaction by adding the ID of the dictionary item to special technical Attribute and making the transaction process run through a path that identifies this ID and adds a line to the items list based on this ID. 4. All the temporarly needed Attribute s are cleared. This way if (...)
(...) Has anyone experienced Webcon Workflow Service changing values of Attribute s by itself? As you can see in the attached screenshot, the change occured on step "Dekretacja" with no path passage. First at step "Weryfikacja OCR" the values of the OCR verification were corrected by the user and passed to the step "Dekretacja" for further proceding. But at that step Webcon decided to change the two fields (the o (...)
(...) nitionCacheEntityCollection.ByID(Int32 id) at WebCon.WorkFlow.Studio.Logic.Managers.BusinessRules.InlineBusinessRulesManager.Load(Int32 id) at WebCon.WorkFlow.Studio.Logic.Managers.SubelementsAttribute sManager.LoadBusinessRules(SubelementAttribute subAttribute , IInlineBusinessRulesManager rulesLoader) at WebCon.WorkFlow.Studio.Logic.Managers.SubelementsAttribute sManager.GetSubelementsAttribute s (...)
Hi everyone, this is just a short list of actions I had to do, when I switched from a "local" text field, WFD_AttText1, to a global WFD_AttText1Glob: 1. Fixing Start Subworkflow actions Due to the change of the field type the assignment was "lost". Internally the action uses the database name, so it's obvious, that the assignment of field {690} to field WFD_AttText1 is no longer valid. Co
(...) I found a problem on WEBCON with regular expression. In the Attribute s, in the "Style and behavior" tab, in the Regular expression for validation field. In my case, I set a limit to 11 digits (11 characters long, as in the Polish PESEL number) - "\ d {11}" to be precise. This regular expression works and detects the shorter string as bad. She recognizes even 11 digits as correct, that's good. More characte (...)
(...) of our 4 random clients. The query shows where probably we should be thinking about putting index, because of high usage of those columns. Of course we all know that putting index on WFElements with Attribute columns is not a good idea (maybe if you have secondary BPS_Content for only 1 process could be fine), but there are some examples on every environment that are in top 10 most highly recommended for (...)
(...) Hello, I would like to ask if it is possible to automatically collapse attachments in a given group? I wish this would work in the same way as the collapsed Attribute group. Alternatively, is it possible to write a rule that would control this? Thank you for your help.
(...) to do, the first 3 images are what is currently possible with out-of-the-box functionality. If that is already possible I'd be happy to know how without having to target precise css classes, data Attribute s etc.
(...) Hi everyone, did someone use this Attribute and has an sample how to set this up? I've probably used a wrong type for the property. Like it happens when one copy & pastes and changes the Attribute name to Bool but the property is still string. :) Meanwhile I will search for the log table in which this GUID exists. :) Type: WebCon.WorkFlow.Studio.Logic.Exceptions.PortalWebserviceException - (...)