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

search results

for validation

(...) and least-used level; useful for debugging complex scenarios. Debug – detailed information helpful in troubleshooting in test environments. Information – general system events (e.g., validation s, execution flow). Warning – unexpected events that do not interrupt operations; the default MinimumLevel in appsettings.json. Error – errors that interrupt the current operation but (...)

(...) I hope you can help with this! I need to guarantee that a file in the attachments is checked-in (so the version will be different than 1) before moving the workflow to the next step. In the validation form, I don't have the attachments system so that I can construct a query to verify this. Does anyone have an idea? Thank you!

(...) f "validate form" actions. For example: - Date one must be after date two - Date must be in the future - Integer value must be positive These are implemented as "validate form" action since I prefer validation on the server rather than on the client only. The draw back is, that it's a poor usability. So I "recreate" the same validation s as form rules with alerts, which are called when the field value is c (...)

(...) Hi all, I'm having a problem in Studio with a Form validation rule using SQL. I have an item list that is populated with lines if the user select a Sales Order in another field or manually filled if there is no information on the SO. There is a column that is mandatory to be filled whenever the item list has any rows and I tried many examples to construct a validation form rule in order to have inf (...)

(...) Hello, I personally like immediate validation – right after the user checks/selects/enters something on the form - much better than validation on an action. So usually I validate fields “on value change” and set the field error if necessary. Currently I use a js-function like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hintText) { (...)

(...) I found a problem on WEBCON with regular expression. In the attributes, 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 character (...)

(...) Dear All, We have a widely used Incoming Invoice process, which manage validation and approval of digitized invoices. We use valueable feature of Attachment Preview on form to show invoice image during some validation /approval steps. (We use other feature for OCR verification) We register invoices as "Invoice" category attachment, but there can be other connecting documents. On Classis form in Sharepoi (...)

(...) ed the diagnostic mode I noticed that after getting the picker results (1) the chosen value is validated again before the target field is set. In the attached image, to which the numbers refer, this validation took 5 seconds even so 'Validate the typed values in the data source' is ticked of (3) and not less than three further request (2) have been send to the external system. Also it's a popup search from (...)

(...) Hi everyone, the start new element API has the mode parameter with the following description: mode String($int32) (query) Optional mode parameter that specifies validation behavior. When empty or standard, all fields will be validated. When set ignoreReadonly, readonly fields won't be set but no error will be returned. Admin value allows to edit readonly fields, but requires admin permissions. Av (...)

(...) Hi, I would like to programmatically get the ID of the form field that triggered a function. How can I do this? The end goal is to set the form field back to its default value in case javascript validation fails. Thanks! Mark

(...) Hi, How can I use JavaScript to get the ID of a field that triggered a function? The goal is - if JavaScript validation fails on field value change, I would like to revert the value of the changed field back to the default value )or previous value). I was researching the uxContext input parameter, but I was unable to find a function or value in the uxContext structure that would contain information a (...)

(...) h and the error windows pops up, the comment can be entered directly in the popup window and the path transition can be done from there? When trying to set the comment using JS the path transition validation won't recognize it and still trigger the error. Has anyone of you an idea of how to solve this or maybe already solved it? Thanks Pasquale

(...) does anyone has an idea, why a data source dictionary would not return all data, also "access data in the context of system account" is checked? I was banking my head on the wall, why the form validation stopped working until I noticed that the lastest workflow instances are not returned by the data source. The screenshot shows the data from the "data sources" navigation pane, it's not a field whi (...)

(...) How can I initialize attachments on the item list in the subworkflow? The initializing query retrieves text fields, but does not retrieve attachments. I receive an error message: validation Error, SubElems (ID: 9031) Attachment not found. SubElems (ID: 9031) Attachment not found.

(...) n permissions" How to add requires admin permissions?. Below are excerpts from the RestAPI documentation mode -Enum: "standard" "ignoreReadonly" "admin" Optional mode parameter that specifies validation behavior. When empty or standard, all fields will be validated. When set ignoreReadonly, readonly fields won't be set but no error will be returned. Admin value allows to edit readonly fields, but re (...)

(...) 9913 (3) to 508477 (5) Best regards, Daniel "indicator": false, "percent": false "autocompleteMoreResultsCount": 100, "hasRequirednessDependencies": false, "isDisabled": false, "regexvalidation ": null, "isTechnical": false, "controlStyle": "", "labelStyle": "", "plugin": null, "htmlInputAttributes": null, "htmlInputPlaceholder": "", "showQrButton": false "description": {"original": (...)

(...) fields i.e From and To , i want to check in current db table (WFElements), if datetime exist or not between two dates validating on form submit path using sql query. Issue: all the time showing validation error message , My validation Sample below: select case when ( SELECT count(*) FROM [BPS_Content_Prod].[dbo].[WFElements] where wfd_attchoose1='{1189}' and (('{L:1191}' between WFD_ (...)

(...) "accept" or "decline" a step. The "accept" path works fine with mailapproval. The "decline" path actually has the comment set to required and therefore the path transition operation failed with an "validation error". What can i do to set the comment not required in case of mailapproval or even better to add a comment in the mail which is then used for the decline-Path. Hope it is understandable what (...)

(...) ot a SQL database this can take some time. Setting the first field takes about 1 second, (1) in the attachment. Getting picker search results 540ms Validate picker control 460ms The setting and validation of the target field (2) takes again 1700ms and another 390 ms for executing a form rule. Setting target form field first choose field 1160ms Validate picker control 611ms Setting own target fields (...)

(...) In the System Settings, I've configured a HotMailbox using Microsoft Graph, specifying a user mailbox, and the connection is OK. The issue I'm encountering is that 90% of emails are returning a validation error and the workflow is not starting and e-mails are not moved to the ERROR folder either. For other emails, it has moved them to the Error folder and i dont understand why. And just for 10% it w (...)