• Bad Input Validation formula on Business Area<BusinessApprover1

    By Jaime Bisgrove 2 decades ago

    The Business Area validation fails when you submit with no required business approvals. The fix is to flip the InputValidation formula on the field BusinessApprover1 to:

    @If(BusinessApprovalsYN = "Yes" & BusinessApprover1 != ""; @Failure("If publishing approvals are required, you must choose atleast one approver"); @Success).



    Good stuff otherwise



    Cheers

    • By mike mcpoyle 2 decades ago

      Thanks! I like it when I get bugs reported that have the fixes included:) I'll get this into the next release.