cancel
Showing results for 
Search instead for 
Did you mean: 

Change Data Using Javascript

Former Member
0 Kudos

Hi Guys,

I'm wondering can I change a data in the data view without binding it to a UI using javascript?

Thanks,

Mao

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Select the data node and assign the value using this.rawValue = <your value>.

Regards,

Vidya Chowdhary A.

Former Member
0 Kudos

Hi Vidya,

What do you mean by "select the data node"? Can you make it clear?

Thanks,

Mao

Former Member
0 Kudos

Hi,

I mean in the hierarchy node select the field to which you want to populate the value. And in the script editor write this.rawValue = <your value>.

Regards,

Vidya Chowdhary A.

Answers (0)