Page 1 of 1
Related documents not displaying inside folder items
Posted: 28 Jun 2018
by surya-in
Related documents not displaying inside folder items have filter condition
Re: Related documents not displaying inside folder items
Posted: 28 Jun 2018
by Nikita Kurguzov
Dear surya-in,
Sorry, not quite sure what you mean, can you give us more details? Perhaps some screenshots as well?
Re: Related documents not displaying inside folder items
Posted: 29 Jun 2018
by surya-in
HI Nikita Kurguzov,
We are using Related documents its filter condition display attached documents based on the filter condition some of the documents matches condition but his are inside the folder , these documents are not showing up
if we used document set can related items ?
New item cerate its showing all documents ?
Re: Related documents not displaying inside folder items
Posted: 02 Jul 2018
by Nikita Kurguzov
Dear surya-in,
You can retrieve all documents relating to the current item recursively by adding the following attribute to the View element: (below query option should be used at end of the query eg. </where><QueryOptions>....)
Code: Select all
<QueryOptions>
<ViewAttributes Scope="RecursiveAll" />
</QueryOptions>
To add this attribute, please, select the Related items control in Forms Designer and open its View property.
Re: Related documents not displaying inside folder items
Posted: 03 Jul 2018
by surya-in
Hi Nikita,
Thanks, Your Quick help
<View Scope="RecursiveAll">
</View>
Its working for me ...