How to get the menu label of a standard field
Content
This is probably really simple...
I am trying to get the menu label of the product field on an incident.
I can get the ID like this:
incidentProduct = this.incident.ProductID.GetValueOrDefault();
but how do I return the menu item this ID is equal to?
Thanks
0