Javascript, jquery issue

Hey guys,

I am unable to get the value from from object.
here is my object in developer tool. i need to get the value of Name and FlagValue


[object Object]
   {
      [functions]: ,
      __proto__: { },
      FlagControlValue: null,
      FlagID: 2,
      FlagValue: false,
      IsFacilityLevel: false,
      IsSearchable: false,
      IsSynced: false,
      Message: null,
      Name: "Debt Run Override",
      PatientID: 0
   }

can anyone help me.

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums