Skip to main content
Nintex Community Menu Bar
Question

SKUID model doesn't trigger standard validations if no changes on model fields

  • July 9, 2024
  • 1 reply
  • 9 views

Forum|alt.badge.img+6

I want to throw an standard salesforce validation error in the SKUID page when the user click on a SKUID button (not standard save button).

My problem is, if I haven’t change the value of a field on the field Editor area, the validation message won’t fire

If I change a field value to ‘Yes’ and then reset it to “-None-” (in this case all fields are picklists)
it throws the validation error message.

any solution for this?

Thanks in advance. 

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+13

Hi Hasantha,

You can trigger required field validation from a Skuid button using the approaches described here: Trigger required field check without saving.

Triggering any other kind of Salesforce validations would require actually performing a save.