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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...