Configure Edit Files action to filter nested reference files - HxGN SDx - Update 64 - Administration & Configuration

Administration and Configuration of HxGN SDx

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
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 the master file and copy files referenced by it, along with its nested reference files.

Update EditCurrentDocFiles method

  1. Find the EditCurrentDocFiles method.

  2. Click Actions > Update.

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

Update EditWorkingDocFiles method

  1. Find the EditWorkingDocFiles method.

  2. Click Actions > Update.

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