I've been looking for a solution to attribute validation in a smart view workflow (Multiple date fields that require 1st date to be less than any other date field) when the workflow step is processed (Start button pressed).
I have this working with form template/ custom views with embedded JavaScript in classic views, but smart view do not seem to trigger the JavaScript.
I would prefer to have the attribute validation process without a form template or follow on web report actions and just done in the workflow step currently processing.
This KB article (KB0567773 - Content Server - Validating Workflow Attribute values when entered by a user) describes the preferred solution for additional logic within the attribute processing, but does not seems to be available.
We also have tried GCI Powertools using XSL templates with the embedded JavaScript in a webreport, but requires regenerating the entire workflow step, which is something we do not with to do.
Any ideas are appreciated.