SYMPTOMS
Custom name value is not maintained and displayed for selection after being entered. Below is an example of what should happen.
Instead, Custom name value has to be re-entered, if desired, for every document subsequent to entering name in the original document.
CAUSE
Configuration of Tag in the Legal Review Template is not configured correctly to maintain the Custom name value.
RESOLUTION
To correct in the Legal Review template for all new Matters:
Add the following to the <InteractionSettings> section of the PSMultiSelectTag Tag in the Legal Review template:
<KeyValuePairDto>
<Key>prepopulate_items_count</Key>
<Value>-1</Value>
</KeyValuePairDto>
To correct in an existing Matter:
Edit the definition file (m_####.xml) for the Matter, located in the '\ProgramData\Zylab\LegalReview\Definitions' folder by default, then add the following to the <InteractionsSettings> section of the PSMultiSelectTag type Tag:
<d4p1:KeyValuePairDto>
<d4p1:Key>prepopulate_items_count</d4p1:Key>
<d4p1:UserIdentity i:nil="true" />
<d4p1:Value>-1</d4p1:Value>
</d4p1:KeyValuePairDto>
APPLIES TO
3.9, 3.11, 3.12
Comments
0 comments
Please sign in to leave a comment.