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