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):
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.