DocumentStoreReferenceField
A value to add to the ReferenceField
parameter of the GetContent
action that View sends to the document store (DocumentStoreHost) when it attempts to retrieve a document.
You can use this option when your front end application (for example Find) has a reference value that is unique in one field (such as DREREFERENCE
), but might be associated with multiple documents in another field (such as DREROOTPARENTREFERENCE
). The ReferenceField
parameter ensures that the document store searches for matches only in the correct reference field.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | UniversalViewing |
Example: | DocumentStoreReferenceField=DREREFERENCE
|
See Also: |