Skip to end of metadata
Go to start of metadata

Splitting of Greeting into Gender+Greeting

With our next release we're going to split Greeting into Gender+Greeting. The structure of the JSON will remain the same, hence no changes need to be done.
Anyway, the new field 'sex' will be included, but does not have to be used. It can be excluded from the JSON, which means Gender (sex) will be set from Greeting (gender).

DirectionFieldLogic
From Facesgendershows the value stored in field 'Greeting'
 sexshows the value stored in field 'Gender'
To Facesgenderupdates the field 'Greeting', if no sex is included also sets 'Gender'
 sex(optional) updates the field 'Gender'

Additional value 'X' for gender

With our next release we're going to add the value 'X' for the additionally available gender 'Unspecified/Others'.

 

Additional value 'MISS' in greeting for gender

With our next release we're going to add the value 'MISS' for the additionally available greeting 'Miss'.

 

New standard field 'nameSuffix' on traveller

With our next release the new field 'nameSuffix' will appear on all traveller profiles. It is a free-text input field, and mostly used to store additional information to the surname, such as I, II, III, Jr., Sr., etc.

 

New standard field 'state' on company

With our next release the new field 'state' will appear on all company profiles. If on a company profile the country field is filled with either 'United States', 'Canada', or 'Mexico', an additional standard field will be available to select the 'state'. The 'state' field includes all relevant states of the respective country in a drop-down list. The value of 'state' in the JSON is always a two-letter code.

 

 

  • No labels