Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Continue request #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Continue request #25

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 10, 2019

I enabled the ability to pass more options to get/retrieve requests instead of just filters.
If the options are passed directly to SoapClient.retrieve it will correctly pass filters as well as continueRequest which was previously not possible.

Additionally I added some comments and removed unused code in DataExtension and DataExtensionColumn.

@ghost ghost closed this Apr 16, 2019
@ghost ghost reopened this Apr 16, 2019
@DougMidgley
Copy link

DougMidgley commented Jun 17, 2019

@manivinesh @sfdrogojan can you potentially look at this?

@manivinesh
Copy link
Contributor

@manivinesh @sfdrogojan can you potentially look at this?

We will take a look at it.

@ghost
Copy link
Author

ghost commented Jun 17, 2019

Continue Request is needed for SOAP calls if more than 2500 entries are to be retrieved as per this documentation: https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/continuerequest_2500records.htm

@DougMidgley
Copy link

@manivinesh any progress here?

@ghost
Copy link

ghost commented Nov 1, 2019

@RobertZimmermann, @DougMidgley PR is being reviewed

@manivinesh
Copy link
Contributor

Looks like @sfcbetiuc tried to run the tests with the new changes and noticed 17 tests are failing which were not failing in the master branch.

Issue:
Before the PR, the tests were asserting based on the length of object and it was expecting it to be 1 always, now that the new changes make the filters to actually work, the length is now coming as more than 1 and it cause those tests to fail.

To fix this issue:

Pull in the latest code from the master branch and
Fix the length issue in the failing tests.

@sfcbetiuc @DougMidgley @RobertZimmermann

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

Successfully merging this pull request may close these issues.

2 participants