Custom Field values in Workspace Ribbon Add-In
Content
Hi,
I have created a Custom field as Menu and I am trying to read it through Workspace Ribbon Add-In. Since its a menu I am only able to fetch ID of values. But I need names present in Menu field. Should I send explicit query to fetch names of Custom menu field?
Version
Nov 2014Code Snippet
void record_Context_Saved(object sender, EventArgs e) { if (dataLoaded) { if (record_Context.WorkspaceTypeName.Contains("Incident")) {
Tagged:
0