You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
FIRST, in the New Customer screen, have Launchpad select "Parts" instead of "Accessories" as a customer interest.
SECOND, as the FIRST part of the "Deposit" function, automatically choose the Customer Interest as Parts.
Hint:
ControlCommand($EvosusWindow, "", "[CLASS:ThunderRT6ComboBox; INSTANCE:25]", "SelectString", "Parts")
The text was updated successfully, but these errors were encountered:
#14 is fixed! Forces new customer interest to "Parts" instead of "Accessories." Changes the order's Customer Interest to "Parts" regardless of its previous selection.
FIRST, in the New Customer screen, have Launchpad select "Parts" instead of "Accessories" as a customer interest.
SECOND, as the FIRST part of the "Deposit" function, automatically choose the Customer Interest as Parts.
Hint:
ControlCommand($EvosusWindow, "", "[CLASS:ThunderRT6ComboBox; INSTANCE:25]", "SelectString", "Parts")
The text was updated successfully, but these errors were encountered: