UUID of Document

Hi Experts

I want to fetch UUID of document,

Is there any function or way to extract UUID of document.

Please provide solution, if any

Thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply
  •   , I created PM for each table where I'm fetching the data in a batch of 500 and soring them in cloud DB,

    For documents, first it's table data migrated (as mentioned above), later migration of the documents started.

    Documents stored as a base64 string , So on cloud we decrypt base 64 string and update the document ID of the generated document in Cloud DB.

    I was not aware about any service to fully migrate on-prem to cloud without loosing anything, but please tell me the process and steps how to achieve this

    And I think you get the solution or safe side I proposed above.

    Thank you in advance

Children