I have a piece of code and trying to bring back records for this form. There are currently no records against this form but this code keeps brining back a number of records and I dont know where from?
Version 1.1.9
Any help would be appreciated. I have looked at the different statuses but not joy
GetAllRecords Bringing back extra records
Guid form_guid = Guid.Parse("9e2d0a5b-949d-4602-ba30-0cb366b0c808");
RecordStorage rs = new RecordStorage();
var records = rs.GetAllRecords(form_guid);
I have a piece of code and trying to bring back records for this form. There are currently no records against this form but this code keeps brining back a number of records and I dont know where from?
Version 1.1.9
Any help would be appreciated. I have looked at the different statuses but not joy
Sorry just fixed after spending hours looking at this.
Oooppsss.
is working on a reply...