Is it possible to let a user change a field ONLY in a screen flow for a custom object? So the user should only have the possibility to change the field in the flow... he should not be able to do that in the object itself (validation rule). Is it possible to bypass the validation rule in a flow? If yes, would there be problems if the custom object has multiple validation rules?
7 件の回答
Andrew Russo (BACA Systems) Forum Ambassador
have the assignment set it to true. rather than checking if it is changed check if it is true. then have a second update records to go back and update all of them to false after the initial update is complete.