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

FieldData Test Fail #10

Open
netmonster01 opened this issue May 2, 2014 · 0 comments
Open

FieldData Test Fail #10

netmonster01 opened this issue May 2, 2014 · 0 comments

Comments

@netmonster01
Copy link

So I have a form #249 it has 1000's of entries, when I run the test case it come back with two FormData objects with null field values. But if I overload using the search string FormId=249 I get back the objects with values.

Fail:
var data = _client.Data.FormData.Get(249);
Assert.Greater(data.fieldValues.Count, 0);

Pass:
var data = _client.Data.FormData.Get(249,"FormId=249", 1,100);
Assert.Greater(data.elements[0].fieldValues.Count, 0);

Is this by design?

Thanks,
KC

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