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

search results

for fields

(...) ernal Server Error with: System.NullReferenceException: Object reference not set to an instance of an object Stack trace points to payment method mapping: WebCon.KSEF.Core.Logic.Tools.Invoice.XMLfields Getter.GetChoiceFirstOfType[T](Array items) FormaPlatnosciGetter(...) What’s strange is that whenever the payment method (Forma płatności) is filled in, the ksefData endpoint returns 406. If the p (...)

(...) Hello, it would be great if there was an option that shows where WEBCON user groups are used similar to what we have for form fields and business/for rules. Also, an option to add description similar to office 365 groups. Thank you

(...) Add support for shorthand date entry in date fields . For example, allow users to type 030626 and have the system automatically interpret it as 03/06/2026 (or the appropriate date format based on locale settings).

(...) I need to call a REST API from a WEBCON form and write the returned values back into form fields . The REST API performs several validations on the incoming JSON payload (e.g. date from valid, date to valid, amount valid, etc.). In case of a validation error, the API returns something like: { "state": "error", "error_msg": "Date to must be greater than date from" } Approach 1 – Automation (...)

(...) Hi, it's currently not possible to define translations for the selected columns. While the default translations are used for process fields , there's no way to define a translation for a calculated or a system column. It would be great to define those on BPS Internal view level, so that there's only one source. Best regards, Daniel

(...) Hi all, I have several questions regarding WEBCON BPS capabilities and best practices: Is it possible to create printouts (printable documents / reports) that use values from form fields (e.g., Date from, Date to, Choice fields , Text fields ) and generate a printable confirmation for the user? Does WEBCON BPS have a built-in task scheduler / job scheduler (harmonogram zadań)? What are plugin (...)

(...) d value for the executing user. logger.Log($"Adding sql field'{sqlField.DisplayName}' as placeholder"); This is causing us some troubles. We have a generic SDK which allows us to access all the fields of the workflow instances as placeholders. For example Description: |Description| The alternative would have been using the GUID, which may be fine in the above case but not here: we allow |00 (...)

(...) Hi, we can configure multi line fields to allow pasting images in rich text mode. While I don't like it from a technical perspective the users like it. My issue with the current solution is, that the users can copy images from websites and the browsers copy the HTML instead of the image. This is great from a disk space perspective, it's bad from an audit trail perspective. If the source get's removed (...)

(...) UPDATE: It has to do with items list row to edit set to 0 Why is it allowed to be set to 0 if it causes such a ruckus We debugged our way through it in the office. but it breaks quite some form fields and html code as a result !

(...) reports and datagrids had been changed. "Standardized functionality of Calculated column of the Link type. From now on, formatting that encompasses "on click" will function solely for Report form fields . For instance: link:www.google.com;displayname:GOOGLE;onclick:javascript:action This type of formatting does not function for Data table form fields and instead "JavaScript" formatting should be util (...)

(...) g., a specific cost center, OU, or status) - Context values (e.g., current user, workflow field, or system variable) This would allow a single Data Source to be reused dynamically across multiple fields , Item Lists, and Business Rules, drastically reducing redundancy and improving maintainability. Example Use Case: Consider a recursive SQL query on a dictionary representing the organizational mo (...)

(...) there another documentation other than the official docs? The docs dont tell me that much about such details for example Following example We have an id and that id can be referenced in 3 other fields ! Those ids are saved in a db. The field should already exist in the db or is the same a new id that save. So far so good break with condition and background change on value-change works too! But (...)

(...) orm. Now I expected to get all columns shown under "Columns collection" in the "Values" tab. But there is no entry for it. After searching a while I found the entry of this item list A under "Form fields " as the only item list. Why don't you just keep the same logic as it is for the collection types "any collection" and "data source" where the "Colums collection" gets displayed? This would be more (...)

(...) Hi, in the field matrix it’s sufficient to set a form field group as readonly to set also all of its child fields as readonly - respective disabled. Unfortunately the disable/enable function in the form field editor doesn’t accept form field groups. It would be much more convenient if a whole group could also be disabled (readonly) and enabled instead of having to handle all child form fields . K (...)

(...) Hi there. I'm struggling with the behaviour of choice fields (especially if I start a workflow element via SQL) if the value put into the field is not in the data source or not distinkt. I remember that in earlier Versions it would have started the new element, highlighted the value with red underlining and refused to go on, unless a valid value was entered, but the element has been created and the (...)

(...) omponent in the authentication chain Requirement / Feature Request: Add native support for OAuth 2.0 password grant in REST integrations, including: Ability to configure grant_type=password fields for username and password in token request Support for Basic Auth (client_id / client_secret) Standard handling of access_token and refresh_token Optional support for refresh_token flow Additio (...)

(...) standard Employee ID attribute (employeeId in Entra ID) can be imported/synchronized? In Entra ID this value is visible in the user profile as "Employee ID", but in the WEBCON synchronization source fields I cannot find any corresponding attribute like this. Wawrzyniec

(...) The ability to disable adding rows in an Item List somewhat covers this, but having the ability to use an Autocomplete within a Group would let users have the same search experience regardless of if fields are in an Item List or a Group. Thus allowing both form factors to function the same way from a user perspective.