Clarity

  • 1.  Remove instance level access rights using XOG

    Posted Jun 19, 2013 02:24 AM
    Hi Friends,

    Is there a way i can remove instance level access rights of a resource, through XOG method?

    Thanks,
    Georgy


  • 2.  RE: Remove instance level access rights using XOG
    Best Answer

    Posted Jun 19, 2013 02:42 AM
    Have you read this ?
    97592887

    Suppose you have xml for instance right to a user -
    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_user.xsd">
    <Header action="write" externalSource="NIKU" objectType="user" version="12.0.2.5101"/>
    <Users>
    <User externalId=""
    userName="aaaaa">
    <PersonalInformation emailAddress="aaaa@bbb.com" firstName="xyz" lastName="cde"/>
    <Resource resourceId="aaaaa" />
    <InstanceRights>
    <Right id="yyyyyyyyyyy" >
    <InstanceObject id="A.xxxxx" type="SRM_PROJECTS" />
    </Right>
    </InstanceRights>
    </User>
    </Users>
    </NikuDataBus>

    So you just include the "tag" in the instance rights section -
    <InstanceRights complete="true">

    Including the above removes all the instances rights of the mentioned user(s) in the xml.

    NJ


  • 3.  RE: Remove instance level access rights using XOG

    Posted Jun 19, 2013 03:09 AM
    See also
    100525194

    Martti K

    (Is this an XOG board question?)


  • 4.  Moving to XOG/WSDL/GEL Board

     
    Posted Jun 24, 2013 11:20 AM
    Moving to XOG/WSDL/GEL Board