Copied to clipboard

Flag this post as spam?

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


  • Simon Dingley 1474 posts 3451 karma points c-trib
    Aug 21, 2012 @ 09:12
    Simon Dingley
    0

    Get the Id of the current record

    Is it possible to get the Id of the current contour record?

    I have another control on the same page as a Contour form and need to grab a reference to the record Id of the form the user is completing - is this possible?

    Thanks, Simon

  • Comment author was deleted

    Aug 21, 2012 @ 09:44

    Hey Simon,

    Is it a single page form or a multi page form? On initial page load there won't be a record id available since the record is created on the first submit (so first next click on multipage).

    For multipage forms the record id will be stored in a cookie , you can get the key of the cookie with 

    RecordService.GetCookieReference(form);
    
  • 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.

Please Sign in or register to post replies