Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi allI have hooked into the RecordService.RecordSubmitted event handler and I am trying to update the value of one of the record fields using the following lines of code:record.RecordFields[id].Values[0] = value;recordStorage.UpdateRecord(record, form);However this does not seem to affect the entry when I view it in Contour.Is it too late in the RecordSubmitted event to make changes to the record values?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Programmatically updating a record field value
Hi all
I have hooked into the RecordService.RecordSubmitted event handler and I am trying to update the value of one of the record fields using the following lines of code:
record.RecordFields[id].Values[0] = value;
recordStorage.UpdateRecord(record, form);
However this does not seem to affect the entry when I view it in Contour.
Is it too late in the RecordSubmitted event to make changes to the record values?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.