Hi everyone,
I'm working on a project where a generic document is sent to multiple people but not everyone. The document is so generic, it doesn't even contain a custom salutation.
However, the metadata is different for each person it's sent to. My first thought was to create a documents with a multiple multi-value field groups, containing potentially 4 to 1100 groups per document.
UI clutter issues aside, how well does LF handle this kind of scenario? Is there a better solution? Given the low cost of storage, I could also just create the document 4 to 1100 times but would rather not.
-Ben