• Rafael Santos 34
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 0
    Replies
Hi,
I'm receiving an data of type Object ( Map<Object, Object>) from a param in lightning helper, and I need convert it to a Map<String, Object> in APEX CODE.
Change it in the lightning is not an option.
How I can do that?

Thanks
Hi,

I new in lightning  so I'm lost.

I get the value of a fields and store into a var lineSelected[]
I used the JSON.stringify but I get only the values of the field Without the key field.

Someone have examples of how I built a json in javascript to send to helper and then send to my controller as param?

Thanks
Rafael
 
Hi

I have a iteration element that show data of an object.
I need select the row of an register by clicking on a radioButton and select all the data e send to an controller and then send to a method  that must receive this selected data as param.


I don't know how to get the data of the how using radio button.

can someone help me?

Rafael