Clarity : Resource EnterTime Instance Right is not getting while creating the resource via XOG
search cancel

Clarity : Resource EnterTime Instance Right is not getting while creating the resource via XOG

book

Article ID: 187770

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

Resource Enter Time Instance Right is not getting while creating the resource via XOG

Environment

Release : 15.x

Component : CA PPM SAAS STUDIO

Cause

Information Knowledge document on XOG

Resolution

  1. When you create an user from Clarity --> Administration --> Resources by default few rights gets added 
    1. Resource - Enter Time
    2. Resource - Self (Auto)
    3. User Favorites Menu - Edit
  2. However when you create an user via XOG by default it doesn't and you need to explicitly add the Instance Right tag in your input.xml file 
<InstanceRights>
    <Right id="ResourceEnterTime">
     <InstanceObject id="Test_User" name="Test, User" type="SRM_RESOURCES"/>
    </Right>
   </InstanceRights> 

Additional Information

Note: If you add open for time entry  to true and track mode was set to PPM in the xog input file then you dont need to add the instance right explicitly mentioned above