Configure Edit Files action to filter nested reference files - SmartPlant Foundation - IM Update 46 - Help - Hexagon

SmartPlant Foundation Web Client Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10

You can configure the Edit Files action to prevent the users from copying nested reference files automatically. To do this, you must configure the EditCurrentDocFiles and EditWorkingDocFiles methods in the EditFiles client API. By default, the behavior of the Edit Files action is to download master file and copy files referenced by it, along with its nested reference files.

Update EditCurrentDocFiles method

  1. In the Desktop Client, find the EditCurrentDocFiles method.

  2. Right-click the method, and click Update.

  3. To copy only the files referenced by the master file located at Level 1 in the relationship hierarchy, set the parameter Copy nested references to False. The default value for this parameter is True.

Update EditWorkingDocFiles method

  1. In the Desktop Client, find the EditWorkingDocFiles method.

  2. Right-click the method, and click Update.

  3. Set the parameter Copy nested references to False. The default value for this parameter is True. This will only copy the files referenced by the master file located at Level 1 in the relationship hierarchy.