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

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))