contacts.getContactStatusID
Get the status ID of a contact.
contactID number
statusID number (0 if contact not found)
print("Status ID: " .. contacts.getContactStatusID(1000))
The returned statusID will match a ContactStatusId from the ContactStatus database table.
If the contactID does not exist this function returns 0.
Generated on the 26 June 2024 at 22:01:27 (UK Time)