IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Remove View Permission when an Asset enters a state

  • 1.  Remove View Permission when an Asset enters a state

    Posted Fri October 14, 2011 09:46 AM

    My client wants that when an Asset enters a rejected state, only the Architects group can see it.

    Is there a way to do this other to programatically create a specific policy for it?


    #CentraSite
    #webMethods
    #API-Management


  • 2.  RE: Remove View Permission when an Asset enters a state

    Posted Fri October 14, 2011 11:32 AM

    Hi,

    create a Policy that fires on a postStateChange and include the policy action “Set Instance and Profile Level Permissions”. In the config of the policy action assign permissions to the architects group and check the tickbox “remove existing permissions”.

    Daniel


    #API-Management
    #webMethods
    #CentraSite


  • 3.  RE: Remove View Permission when an Asset enters a state

    Posted Fri October 14, 2011 12:06 PM

    Thanks Daniel.
    Missed that action when was trying to solve this.


    #CentraSite
    #webMethods
    #API-Management