By default a DomInstance has a Created By field.
How can we retrieve this via code?
When we define our fields we know the FieldDescriptor and use the GetFieldValue method to retrieve the data. But what is the field descriptor of default fields?
A code snippet would be appreciated.
Hi Mieke,
For these fields to be accessed, you need to cast the object. You can find more info here: https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_objects.html#itrackbase-properties
Found it by using the following in the search filter of the documentation: dom + "created at"
This filtered it down to the Release notes.
Could this be added to the already (great!) documentation on DOM?