Stream: implementers
Topic: Datatype ContactPoint: business mobile number?
Alexander Henket (Jul 02 2019 at 11:35):
Suppose I have a business mobile phone number for someone: how would ContactPoint support that? I've found some reference to this discussion in GF#12684 but that tracker item requested sms as system and so the discussion on business mobile was not quite pursued.
The logical model tells me I need to be able to distinguish business/private mobile numbers. Do I need to extend ContactPoint for a second .use code?
Lloyd McKenzie (Jul 02 2019 at 14:14):
How would you use a 'business mobile' in a distinct manner from any other business number? The purpose of 'use' is to help you decide which number to call. The business number is the number you'd expect to reach someone during business hours. The mobile is the one you'd expect to be able to reach at any time.
Last updated: Apr 12 2022 at 19:14 UTC