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.
Mieke Dryepondt [SLC] [DevOps Advocate] Selected answer as best 29th November 2023
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
Mieke Dryepondt [SLC] [DevOps Advocate] Selected answer as best 29th November 2023
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?
Mieke Dryepondt [SLC] [DevOps Advocate] Answered question 29th November 2023