A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Left image is at the site level, 'WFM Number' is missing. Right is the view from Sharepoint Admin at the tenant level, 'WFM Number' is there and visibly from the parent type 'Engineering Document' .
I can also see in both views, the API to retrieve the columns is roughly the same, it is 'there' , but something is stopping it being displayed,
{
"@odata.etag": "\"1\"",
"allowDeletion": true,
"canBeDisplayedInEditForm": true,
"columnGroup": "Tutis Columns",
"columnValidation": {
},
"customFormatter": "",
"description": "",
"displayName": "WFM Number",
"enforceUniqueValues": false,
"eTag": "\"1\"",
"filterable": true,
"hidden": false,
"id": "e207699f-76ab-41a1-a342-9dd922dbc4be",
"indexed": false,
"isDerivedType": false,
"name": "WFM_x0020_Number",
"number": {
"decimalPlaces": "automatic",
"displayAs": "number",
"maximum": 1.7976931348623157e+308,
"minimum": 0
},
"pushDownChanges": false,
"readOnly": false,
"reorderable": true,
"required": false,
"sealed": false,
"shouldShowInDisplayForm": true,
"shouldShowInEditForm": true,
"shouldShowInNewForm": true,
"shouldShowInVersionHistory": true,
"showInFilterPane": "auto",
"sortable": true,
"type": "number",
"typeDisplayName": "Number",
"typeName": "Number",
"valueType": "Double"
}
Thanks