Forum Discussion
Krishna
2 years agoValued Contributor
Hi tschilling - I tried something like this in the past
Dim dt As DataTable = JsonConvert.DeserializeObject(Of DataTable)(jArray.ToString)
Me.Logger(si,"Number of rows in DataTable=" & dt.Rows.Count,LogLevel.Debug)
tschilling
2 years agoNew Contributor III
Krishna - I should have been more clear in the original post. I am able to retrieve the # of rows via that method currently, I was hoping to utilize on of the built in BRAPI functions that are already in place in the emailhelper function.
Related Content
- 2 years ago
- 3 years ago
- 7 months ago