contacts.contactNumberToContactID
Get the contact ID for a contact number.
contactNumber number
contactID number (< 1 if not found)
local contactID = contacts.contactNumberToContactID(1234)
print(contactID)
Contact numbers are displayed in Stock Tracker and on drop sheets, contact IDs are used behind the scenes.
Generated on the 26 June 2024 at 22:01:27 (UK Time)