Customer Picker

Поділитися
Вставка
  • Опубліковано 2 січ 2025

КОМЕНТАРІ • 2

  • @wdillard01
    @wdillard01 9 місяців тому

    Can I use this method if I need to select more than one person at once? Maybe a checkbox set up?

    • @JohnMarkOsborne
      @JohnMarkOsborne  9 місяців тому

      I wouldn't use a checkbox. Instead I'd create a script that tracks each customer you click by placing the ID into a global field or global variable. Another script would take all the values clicked and add them to wherever you want them to be stored. This is a very basic overview but should get you started.