Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Lewis 36 posts 116 karma points
    Nov 11, 2013 @ 17:55
    Lewis
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft