Open Sales Order Form In Full View

Does anyone know how to open v7.35 Sales Order form in full view?    Some way to force click event of the [>>>] button?

THANK YOU  :smileywink:

Parents Reply Children
  • in reply to D.Hart

    Tested in v2014, this works :)

    1. Open Enter Sales Orders and Quotes

    2. Click the customizer Icon "Alt + F3"

    3. Click the Script Editor Icon

    4. Select Control Name: Form

    5. Select Event: Activate

    6. In the body type:

        Sub Form_Activate

        Form.Controls("cmdMoreLess").value = True

        End Sub

    7. Click Check Syntax to confirm the syntax is correct

    8. Close out of Script Editor

    9. Save and Exit Customizer