keeper-sdk-dotnet icon indicating copy to clipboard operation
keeper-sdk-dotnet copied to clipboard

Issue with verifying Custom Datasets fields

Open MMerzenich opened this issue 1 year ago • 1 comments

During the development and with the code, there were some major issues with our own Formulars which we tried to connect and send data. Until I noticed on RecordCommands.cs | Line 216 " recordFields[f.FieldName] = f;"

It created only entries in the array with only the type of field instead of the Name of the field. Which makes it harder to distuingish the mulitple custom text fields.

I suggest to fix this issue only to change line 216 to recordFields[f.FieldLabel], which solved my issue on working with it.

MMerzenich avatar Nov 04 '24 13:11 MMerzenich

Sorry for the late answer. Yes, you are right this code may not work with the custom record types. It will be fixed in the next release v1.0.7

sk-keeper avatar Dec 07 '24 21:12 sk-keeper