aclements
(Andrew Clements)
April 16, 2025, 3:08pm
1
Hi,
I am calling a function from an Epicor function, that returns the following data as a system.DataSet parameter.
{
"outDS":{
"Table1":[
{
"distributor":"ACME",
"mpn":"ATECC608",
"package_quantity":"2000/reel"
},
{
"distributor":"BAC1",
"mpn":"ATECC608",
"package_quantity":"2000/reel"
}
]
}
}
I have set up the view in Application Studio as follows:
I then call the function using the erp-function widget and populate the response parameters as follows:
When I look at the response in Chrome developer tools, the data is being returned, but the dataview is not populating. The console is reporting the following errors.
I’ve seen a few posts on here about this, and followed them, but have had no luck.
Can anyone see what I’m doing wrong?
Thanks,
Andrew.
Gabriel
(Vanhulle)
April 16, 2025, 5:53pm
2
Using debug tools or console data dump, is the dataview populated ?
In the Dev Tools’ Network Tab, do you see it call the function?
Make sure it’s getting called in the Name column
Make sure it’s returning data in the Response tab
Then make sure it’s binding to the DataView.
1 Like
aclements
(Andrew Clements)
April 17, 2025, 8:54am
5
Hi,
The response is been sent, just not populating the view
tkoch
(Theodore Koch)
April 17, 2025, 9:25am
6
Try clearing Parameter Name and then changing Parse From to outDS/Table1
2 Likes
aclements
(Andrew Clements)
April 17, 2025, 10:04am
7
Tried
and
still no data in the view.
tkoch
(Theodore Koch)
April 17, 2025, 10:08am
8
In your second screenshot clear parameter name so it’s empty
3 Likes
aclements
(Andrew Clements)
April 17, 2025, 10:23am
9
Thankyou so much - that works.
2 Likes
LoganS
(Logan Sievers)
May 3, 2025, 4:18am
10
Awesome, thank you. Was going crazy haha
klincecum
(Kevin Lincecum)
Split this topic
June 26, 2025, 8:36pm
11
25 posts were split to a new topic: Grid / DataView Assistance