Forum Discussion
Krishna
9 months 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)
- tschilling9 months 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.
- Krishna9 months agoValued Contributor
tschilling Got it. If you are in Version 7 and it is a direct connect. You can use the Open Place Solution Data Import Schedule Manager. It will provide you which step it failed and # of rows. All you need to provide is email address. Hope this helps.
Related Content
- 9 months ago
- 11 months ago
- 2 years ago
- 2 years ago