The Officer List API returns a Name e.g “SMITH, John”. Please can it return two separate fields.
FYI - the list of persons with significant control already does this
The Officer List API returns a Name e.g “SMITH, John”. Please can it return two separate fields.
FYI - the list of persons with significant control already does this
For now, you should be able to use a split statement in your application code. As in convert to string then split the string into two parts and store each in your code.