You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Custom Field values in Workspace Ribbon Add-In

Accepted answer
18
Views
7
Comments
edited Jun 13, 2022 4:10AM in General Technical Discussions 7 comments

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 2014

Code Snippet

                     void record_Context_Saved(object sender, EventArgs e)
        {
            if (dataLoaded)
            {
                if (record_Context.WorkspaceTypeName.Contains("Incident"))
                {
        

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!