Hello -
How can I display the ID assigned to the current DataObject in the admin. I've tried adding fields and making them readonly, but the fields never show up; something like:
$fields->addFieldToTab("Root.Content.Main", new TextField("ID", "Doctor ID"));
the field doesn't show up. Is there a way I can display that info in the admin?
Thanks!
-Aaron