Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Batch Information on CloseBatch #38

Open
madskunker opened this issue Apr 26, 2021 · 1 comment
Open

Missing Batch Information on CloseBatch #38

madskunker opened this issue Apr 26, 2021 · 1 comment

Comments

@madskunker
Copy link

closeBatch has a few issues

  1. The Portico Mapper is not returning the batchId, batchSeqNbr, etc...
  2. The Batch Summary is not coded up correctly to use this information if / when it is returned from the PorticoMapper
  3. Even if you fix those issues to return the BatchId the ReportingService in this version of the API does not Support getting the Activity for a batchId, which is available in Portico and was supported in previous versions of the API.

Thanks

@madskunker
Copy link
Author

madskunker commented Jul 15, 2021

Need to update PorticoConnector.ts with the following code prior to the "return" line 989 in current master

if (root.find(".//BatchId")) { result.batchId = root.findtext(".//BatchId"); result.batchSeqNbr = root.findtext(".//BatchSeqNbr"); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant