RegoXchange
  • The Timesheets by Resource portlet gives the ability to highlight the time periods where resources are working overtime or working less than 25 hours a week. The filter requires timesheet Start Date and End Date to be provided. Additionally, the information can be filtered by Resource, Resource ID, OBS Unit, Employment Type, Resource Manager, Open for Time, and Active status. This portlet displays Resource, Resource ID, Active (yes/no), Employment Type, Primary Role, Resource Manager, and Timesheet Hours Flag. The flags are set with the logic
    • Yellow = timesheets not posted / zero hour timesheets
    • Green = where number of hours posted is > 25 and less than 45
    • Red = where number of hours posted is < 25 or > 45
    The thresholds can, of course, be modified.
  • This allows users without admin access to see the timeslice settings and also allows the data to be exported to excel easily.  Many organizations like to document their timeslice settings which is a manual process as you cannot export the timeslice page to excel.  This allows them to periodically export the portlet results to excel to meet their documentation requirements.
  • The Rego: Transfer Primary Skill process updates the primary skill on the team object by running the process with the execute process job. The process takes the primary skill that is on the resource object and moves it to all of that resource's team records where the primary skill on the team record is null.  Utilizing these fields and process provide a quick way to determine what skill each resource is bringing to the project. This process makes the transition seamless from resource primary skill to team primary skill.
  • The Turn off Notifications process disables all Email, SMS and Alerts notifications for all users. This process is helpful if users would not like to receive emails from the system regarding actions items, timesheet submissions, etc. The script may be modified to include all users or all users that have been created within the last day.
  • The Unlock Projects workflow process can be run through the "Execute a Process" job.  The workflow will execute a query that will automatically unlock projects that have been exported / checked out for over 2 days.  This prevents any projects from remaining in the “locked” state for a long period of time, preventing time from posting to these projects.
  • The Update Email Ids workflow sets all users’ email addresses to non-working by appending a “ZZZZ” to the end of the email address. This process is used for when there are refreshes to your Development or Testing environments and do not want emails going to users. When complete, the log will display the total amount of email addresses updated. A second process is included in this workflow that will revert the email addresses to remove the “ZZZZ” added in the first workflow. In some instances, the process may be run in error, or you may want to send emails from a Development or Testing environment; using this second process you will be able to enable all emails again.
  • This process updates the team, assignment and timesheet roles with the primary role where they do not match. This way, the PM can push all roles to team and assignment for that project before they do a cost plan.
  • The User Activity portlet is in essence an expansion of the out of the box User List by License Type portlet, which only display the Last Logged In date of resources.  This portlet offers several additional fields to help admins dig deeper into user activity within the tool. The table below describes the available filter fields for the portlet.
    Column Label Description
    OBS OBS the resource(s) belong to
    Resource Full Name Resource’s First and Last Name
    Resource ID Resource’s ID
    First Name Resource’s First Name
    Last Name Resource’s Last Name
    Date Last Logged In Date the Resource last logged in
    Date Last Time Investment Updated Date the Resource last made an Investment update
    Resource Active The Resource’s active status
    Employment Type Resource’s Employment Type
    Financial Location Resource’s Financial Location
    Email Resource’s Email Address
    Date Last Time Financial Plans Edited Date the Resource last made a Financial Plan edit
    Date of last entry on a Timesheet Date the Resource last made an entry on a timesheet
    Created Date Date the resource was added to the system
    Date of Hire Resource’s Date of Hire
    Date of Termination Resource’s Date of Termination
    Financial Department Resource’s Financial Department
    Home Page Resource’s Home Page
    Language Default Language of the Resource
    Primary role Resource’s Primary Role
    Resource manager Resource’s Manager
    Track Mode Resource’s Track Mode
    User Name Resource’s Username
  • The Users Logged In portlet displays all users logged into the system. This portlet is helpful to determine the capacity during peak times, users still working before downtime, and the ability to view users logged in during the day. The portlet will display the resource, ID, OBS unit, OBS path, and when the user’s session was last updated.
  • The Customized Object/Portlet Views portlet displays all user edited object/portlet views and the resource(s) that have edited them.  This can assist in identifying users who need to be notified prior to publishing view changes. The table below describes the available columns on the object.
    Column Label Description
    Resource Name Name of the resource
    Resource ID ID of the resource
    Type Object or Portlet
    Portlet Code ID of the portlet
    Portlet Name Name of the portlet
    Object Associated Object
    Object View ID of the modified view on the object
    Object Code Internal code used by the query
    pkid Internal code used by the query
    portlet_dbid Database id of the portlet
    res_dbid Database id of the resource
  • When a team member is added to the Team tab of the project, this process will add Project -  View Management and Resource – Hard Book instance access right to the team member’s profile. This allows the team member to add their own allocations. NOTE: The process is NOT auto-start, and hence, needs to be run manually from Home > Organizer > Processes > Available
  • View Rate Matrix is a grid portlet that provides users a single place to view all the rates defined across multiple rate matrix without going to administration tab. Each Matrix may be defined with different columns (ex: Charge Code, Client, Department, Entity, Input type Code etc). This portlet dynamically brings only the columns associated with that rate matrix and provides the detailed information. User can view information related to one matrix at a time.
Go to Top