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

search results

for validation

(...) 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 (...)

(...) User registers new form (parent), to that form, he needs to register additional forms (children). It's 2 level tree childrens are leafs, they can't be parents. On those children forms, there are validation rules, which depends on data from the parent form, and a path [Validate] which checks for required fields. To make sure that children forms are filled properly - when I'm moving the parent form to f (...)

(...) ver, there are situations, where we like to only allow certain content types, e.g. pdf's, that are a subset of the globally allowed attachments. Currently, the only way to restrict is the usage of validation rules. For usability reasons, it would be much better, to be able to restrict the allowed document types. With a little bit of javascript it is possible to set the accept attribute of the input (...)

(...) de in 2023.1.2 but in the new version: 1. the change function in the plugin triggers controller.change 2. this calls validateCCValueModel 3. Since the hasCustomModel is undefined 4. The default validation is applied and this validation fails. In the "past" I returned a string and now it seems that an Object is expected with a "comments" array. I see no option to set "hasCustomModel" to true. The (...)

(...) Hi I have a question. I want to return all weekend days in SQL for my form validation . This is my SQL Code that returns these days, but only for the current month: WITH Dates AS ( SELECT CAST(DATEADD(MONTH, DATEDIFF(MONTH, 0, GETDATE()), 0) AS DATE) AS DateValue UNION ALL SELECT DATEADD(DAY, 1, DateValue) FROM Dates WHERE DATEADD(DAY, 1, DateValue) < DATEADD(MONTH, DATEDIFF(M (...)

(...) Hello there :) I have yet another problem, regarding the form validation . I've attached the rules that I've applied. What I want to do is I want to block the occurence of choosing current day while it's after 9.00 A.M. Otherwise If the day is than Today() then the result is TRUE, which means, you are able to go further. Best Regards, Igor