Overview:
When comparing the HTML of a document in Vault to the HTML that has been synced to CRM, the HTML in CRM has a higher character count.
Root Cause:
This is working as designed. Relative URL paths in Vault are translated to public URLs in CRM, so that content can be viewed when an Approved Email is sent.
For example, all of the
tags in Vault use relative URLs like "images/logo.png".
Relative URLs like this are changed in CRM to a full URL, such as "https://mycompany.veevavault.com/api/public/3B79B70254C43068B00008AC12F5A106/145/13/20/assetFiles/images/logo.png".
Related Documentation:
N/A