Hi All,
I am noticing a weird difference in behaviour in Apex 22.1 between a Button->Submit, and a Button->DA->Submit.
Example: I have 2 text items:
Not-required item, but there is a validation (without any condition) to check if the value is null
Required Item, no validation created for this.
When I click the Button that Submits the Page, I only see 1 error, for the required item.
When I click the Button that fires a Dyn-Action which only Submits the page, then I see both validations.
Can someone explain why?
Thanks, Alejandro