Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

how to add a related table values in call a script function

how to add related table values in call a script function 

my function parameter is


CONCATENATE("{",

"""" & ID & """" ":" & """" & [ID] & """" ","
"""" & Invoice No & """" ":" & """" & [Invoice No] & """" ","

"""" & Dates & """" ":" & """" &[Date]& """" ","

"""" & Client & """" ":" & """" & [Client] & """" ","

"""" & Items & """" ":" & """" & [Related invoice items] & """" ","

"""" & Total & """" ":" & """" & [Total] & """" ","

"""" & Notes & """" ":" & """" & [Notes] & """" ","

"""" & User & """" ":" & """" & [User] & """" ","

"""" & Timestamp & """" ":" & """" & [Timestamp] & """" ,

"}"

)

 how to I sent the related invoice item details.
that table contain Amount ,qty column 
how to I sent the this values to the function parameter


BHUVANESH_0-1687954737955.png

 





0 1 139
1 REPLY 1
Top Labels in this Space