hi i have the below result
{"values":{"GROUP(accountingTransaction.accountingbook)":[{"value":"1","text":"Local, Company Currency"}]}}
I want to take the text "Local, Company Currency" how can i take this? I tried but it says "Cannot call method "GROUP" of undefined" error is showing. ¨Please anyone help me
c
CD
04/19/2023, 11:23 AM
This is just a javascript question. You have to use the
["string.with_daft_characters"]
notation to access the element
v
vennila ramasamy
04/19/2023, 11:29 AM
sorry i dont get it how to use this on my script. could you please help me
c
CD
04/19/2023, 11:32 AM
You should really work it out for yourself as a learning exercise.