Binding Function Results in Kinetic

OK, my turn in the hopper with binding Epicor Function results…

My business problem is passing a search to a CRM (HubSpot) and returning the deals that matches those criteria. That works great.

Now, I’m trying to bind those results (in this case only one match) to a grid below the search so the user can select one of the results and bind that field to the Quote Header. I am stuck at getting the results to display in that grid.

ActionResult seems to have my data (my function returns two parameters: oDealsSet and oResult):

image

But I am at a impasse on how to bind that to, well, anything. I have a CopyDataView to copy it to a different DataView (HSDeals)

But that doesn’t appear to work. I’ve seen others suggest various Response parameter Paths, etc. to no avail.

No Idea Reaction GIF by SomeGoodNews

2 Likes

4 Likes

You Are Wonderful GIF by America's Got Talent

2 Likes