I have added a whole number field (custom_id) to the contact entity and I have a custom activity. I want to put the custom_id of the contact into a lookup field and get it to resolve to the correct contact.
How do I correctly resolve against the number field?
What would be the best approach to ensure that the ID field is unique? These are likely to be 3-4 numbers long and input rather than auto-generated.