I am trying to display (but not edit) the editor tracking fields of a layer in a feature service. If editor tracking is disabled in the database, they show up fine.
However if i enable editor tracking in the database, the fields disappear in the attribute inspector. They exist in the data, and in the json response, they are just not shown.
Is there any way to display them? i have them set as isEditable = false; in the code.