Function to Create _vlookupID

Home Forums vLooup for SharePoint Function to Create _vlookupID

Tagged: 

Viewing 1 reply thread
  • Author
    Posts
    • #9054
      Jayant Mathely
      Participant

        Hi Alexander,
        We have just upgraded to the latest version of vlookup. The new version generates a unique number for vlookup. e.g. 41:1445943600068
        I am saving the item programmatically, this causes the vlookup to be blank. Is there a JavaScript function that I can call to generate the unique number for the vlookupID.

      • #9058
        Alexander Bautz
        Keymaster

          This is what I use in the vLookup solution:

          var theUniqueID = _spPageContextInfo.userId+":"+new Date().valueOf();

          Alexander

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.