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
  • 0
    Certified Lead Developer
    in reply to harshw0876

    I'd suggest also you could use the Document MD5 via the "cryptographic hash functions" plug-in.  The MD5 would always be the same for a given document even cross-environment (and persisting across different exports/imports or even downloads / re-uploads) - the only way 2 documents would have the same md5 is if they're identical.  I used this functinality in the "offload documents to FTP" tool I built last year for my organization, and it went very well.

Children
No Data