Question:
- I am trying to figure out a way to keep the metadata for a document consistent throughout the documents whole process even when changing templates. Primarily where the other template does not have the same fields.
Simple Example:
Let's say I have a document that has the following characteristics...
Template Name:
- Template "A"
Fields:
- First Name: value = John
- Last Name: value = Smith
Let's say I send the document to another department and the template then changes to Template "B" and Template "B" only has the following fields:
- Address: value = 100 Main Street
After a user types in that address they send the document back to the original location and the template changes back to template "A".
Issue:
- The issue I am experiencing is the document now only shows empty fields for First Name and Last Name when the template is template "A".
Consideration:
- Take into consideration this is a basic example...simplified from my current layout or else I would just add the fields to both templates.
Any suggestions or recommendations would be appreciated.
Thanks,
Addison