https://netsuiteprofessionals.com logo
Title
d

D17339

05/19/2020, 5:09 PM
I am pushing the result Object to the XML using renderer, the result object has appliedToTransaction.internalid:[{value:1234,text:"1234}] [10:38 PM] in free maker I have used result.appliedToTransaction.inernalid which gives me a blank value [10:38 PM] Can i know how to access this
m

michoel

05/19/2020, 5:12 PM
Did you try
result.appliedToTransaction.internalid.value
?
s

SMNCP

05/19/2020, 5:26 PM
@michoel Yes, we tried. It didn't work. Also tried "result.appliedToTransaction.internalid[0].value". Neither way works.