Configure locking and unlocking of markup layers - 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

To filter locking and unlocking of markup layers by owning group, you must:

  1. Set the condition on the LockMarkupFile method to IsMarkupUnlockedAndUserInOwningGroup (it is set to IsMarkupLocked by default).

  2. Create and set the following condition on the UnlockMarkupFile method:

    Name - IsMarkupLockedAndUserInOwningGroup

    Description - Markup Locked

    Condition definition - Obj.SPFIsMarkupLocked=True and (Count(Obj->SPFItemOwningGroup_12)=0 or (instr (Env.OwningGroupsForUserInQueryConfig, Obj->SPFItemOwningGroup_12.Name) > 0))