- Roadmap Details
- Resource Investment Demand
- Roadmap Financials
- Roadmap Investment Gantt
- Roadmap Item Gantt
- Roadmap Overview – Default Scenarios
- Roadmap Overview – Single Roadmap Selection
- Scenario Comparison
-
Plan your future work by comparing different scenarios, including in-flight work, and determine the best course of action for your organization. Report Views include: -
Converts one Investment type to another investment type. Functionality • One investment type instance converted to another investment type • Investment object level attributes are copied over by default • Investment sub-objects can be chosen to be copied • The attributes and sub-objects to be copied to must be api enabled • Can convert from non api enabled object like other work to api enabled Custom CIT • Attribute mapping does not support multivalued lookups yet • If auto-numbering is not enabled for target investment type of the sub-objects, an ID will be auto-generated. • Associated risks and issues will not be copied over • Target investment status will be "Unapproved" • If there are Mandatory target investment type attributes either o use a template to convert where having a value in the attribute is not mandatory or Have a default value in the mandatory field defined on the object • If effort task creation is enabled, the effort task will also be brought over. o The effort task will appear with custom code if a investment template is used for conversion • The allocations will extend to the finish of the new investment if investment template is used which has tasks • Almost 500 instances of sub-objects are supported at this point. • The values in lookups need to be active or the process will error out • All required attributes must be api enabled -
This training document is a Rego Consulting Quick Reference Guide to assist with creation of agreements in Clarity’s Modern User Experience. Agreements can be created between Project, Ideas and Custom Investments. The Agreement can convey things needed for predecessors and successors while defining appropriate dates to meet the agreement. Blueprints can be leveraged to customize the agreements as required. -
Gain an overview of program-level performance, track program milestones, and assess overall program health. Report Views include: • Change Requests • Program Costs Trend • Program Costs • Program Drill Thru • Program Effort • Program Gantt • Program Issues • Program Milestones • Program Risks • Program Staff • Program Status Reports • Program Summary • Program Tasks Demo Video - https://www.youtube.com/watch?v=6VceDIFjp-g&list=PLXJ5ktuWV0jiS9CvBpHvBIwpKPmA9uvwK&index=5 The main .rpt file will access data through the Data Warehouse. For clients on Rego’s AWS hosting, we have versions that work with Oracle and Postgres DB and access the live database, if the Rego Odata connector is being used. -
Have you looked in the regoXchange or reviewed Rego’s innovation offerings? This class will show you the power of Rego’s pre-built content library, integrations, and other assets. See example after example of portlets, processes, and materials you can use to add value to your instance of Clarity. Learn how you can introduce email-based approvals with Rego's action item responder. Get a peek at Rego's new MSP integration that avoids the issues faced with the OOTB integration. Finally, understand Rego's pre-built connectors and how they can benefit your instance. Including blueprint migrator. Include free tools like GEL builder, query, XOGbridge. -
This training document is a Rego Consulting Quick Reference Guide to assist with the management of Custom Investment Types in Clarity’s Modern User Experience. This doc references version 16.3 views. Document provides detail on how to create a Custom Investment Type and how to create Custom Investment records from the Grid View and the Board View. -
This training document is a Rego Consulting Quick Reference Guide to assist with General Navigation in Clarity’s Modern User Experience. This doc references version 16.3 views. Doc reviews the Menu Bar and User Tool Bar. Document provides instructions on how to access blueprints, create a new blueprint and edit the fields available on the blueprint. Detail is also provided on how to update the modules, rules and actions associated with a blueprint. Instructions are listed to show the user how to modify the create from template page, how to add a new channel and how to set a default blueprint. Tips on the user of the API Attribute ID are also provided. -
Do you want to add interfaces to your CA PPM instance? This class will review the pros and cons of various integration methods and provide best practice on how to handle various interfaces. We’ll walk you through specific interface examples and showcase Rego’s pre-built interface sets you can leverage to reduce the time and cost of implementation. -
The Communications Object allows a user to send an html-based email to all users on a project, in a security group, or to individual users directly from Clarity. An email can be sent by creating a new entry on the Communication List page, upon saving a new entry the email process with trigger and send the email. Auto Start Solution: An email can be sent by creating a new entry on the Communication List page, upon saving a new entry the email process with trigger. On Demand Solution: All emails could be sent together as a broadcast communication by running the process manually from the Organizer. This process could also be scheduled to run on a specific time using Jobs The table below describes the available columns on the object.
Either of the on-demand process or auto start process should be active at a time. The package provides two Processes: 1. Send Notification (ID:rego_send_notification) This is an auto start process. The notification is sent immediately when a new entry is created on the Communication object. Only one email notification will be sent for one entry. Any updates to the same entry will not trigger any new notifications. 2. Email Communication (ID:rego_email_comm) This is an on-demand process that could be run from the Organizer. This send notification to all the entries on the Communication objects for which a communication was not already sent. This process does not have a Primary object. The processes are designed to work both in Oracle and Postgres environment. If the DB vendor information from Properties.xml is Postgres the SQL query for Postgres will be called. If not, the default SQL is Oracle. Important Note: Either of the processes should be active for an Implementation. If both the processes are active the on-demand process has no effect and will never send any communication. All object entries have a sent flag which will be marked whenever a notification is sent. Both the processes set the same flag on the object instance. Only with admin DB rights this flag could be overwritten. Object Name:Communication Object ID: rego_communication Flag Attribute Name: Sent (Id: rego_sent)Column Label Description From Who the email is coming from Sent To Individual users the message should send to Send to Group Security groups the message should send to (users within the security groups) Message Project Team Should this message be sent to a project team Associated Investment If Message Project Team is checked, which project should the team list be pulled from Message Subject Subject line of the email Message Content Body of the email (html) Message date Internal code used by the query -
The Communications Object allows a user to send an html-based email to all users on a project, in a security group, or to individual users directly from Clarity. An email can be sent by creating a new entry on the Communication List page, upon saving a new entry the email process with trigger and send the email. Auto Start Solution: An email can be sent by creating a new entry on the Communication List page, upon saving a new entry the email process with trigger. On Demand Solution: All emails could be sent together as a broadcast communication by running the process manually from the Organizer. This process could also be scheduled to run on a specific time using Jobs The table below describes the available columns on the object.
Either of the on-demand process or auto start process should be active at a time. The package provides two Processes: 1. Send Notification (ID:rego_send_notification) This is an auto start process. The notification is sent immediately when a new entry is created on the Communication object. Only one email notification will be sent for one entry. Any updates to the same entry will not trigger any new notifications. 2. Email Communication (ID:rego_email_comm) This is an on-demand process that could be run from the Organizer. This send notification to all the entries on the Communication objects for which a communication was not already sent. This process does not have a Primary object. The processes are designed to work both in Oracle and Postgres environment. If the DB vendor information from Properties.xml is Postgres the SQL query for Postgres will be called. If not, the default SQL is Oracle. Important Note: Either of the processes should be active for an Implementation. If both the processes are active the on-demand process has no effect and will never send any communication. All object entries have a sent flag which will be marked whenever a notification is sent. Both the processes set the same flag on the object instance. Only with admin DB rights this flag could be overwritten. Object Name:Communication Object ID: rego_communication Flag Attribute Name: Sent (Id: rego_sent)Column Label Description From Who the email is coming from Sent To Individual users the message should send to Send to Group Security groups the message should send to (users within the security groups) Message Project Team Should this message be sent to a project team Associated Investment If Message Project Team is checked, which project should the team list be pulled from Message Subject Subject line of the email Message Content Body of the email (html) Message date Internal code used by the query -
Course Description: For clients that have both ServiceNow and Clarity PPM, passing information between the systems becomes vital for the enterprise with ITSM, demand, and PPM toolsets. One of the biggest areas of interaction is around demand management. Come and see Rego's integration solution, which flexibly allows for ServiceNow records (incident, problem, idea, enhancement, and demands) to generate Clarity PPM ideas or projects. -
This training document is a Rego Consulting Quick Reference Guide to assist with the management of Custom Investments in Clarity’s Modern User Experience. This doc references version 16.3 views. Document provides detail on how to navigate to custom investments and provides detail on the modules that are available within a custom investment. -
This training document is a Rego Consulting Quick Reference Guide to assist with General Navigation in Clarity’s Modern User Experience. This doc references version 16.1.2 views. Doc reviews the Menu Bar and User Tool Bar. Document provides instructions on how to access blueprints, create a new blueprint and edit the fields available on the blueprint. Detail is also provided on how to update the modules, rules and actions associated with a blueprint. Instructions are listed to show the user how to modify the create from template page, how to add a new channel and how to set a default blueprint. Tips on the user of the API Attribute ID are also provided. -
Clarity’s new reporting capabilities deliver interactive insights directly within the platform—no data exports required. In this session, you’ll learn how to harness the latest reporting features to empower decision-makers, visualize portfolio performance, and tell compelling stories with your data. -
This training document is a Rego Consulting Quick Reference Guide to assist with the management of Custom Investment Types in Clarity’s Modern User Experience. This doc references version 16.2.1 views. Document provides detail on how to create a Custom Investment Type and how to create Custom Investment records from the Grid View and the Board View. -
This training document is a Rego Consulting Quick Reference Guide to assist with General Navigation in Clarity’s Modern User Experience. This doc references version 16.2.1 views. Doc reviews the Menu Bar and User Tool Bar. Document provides instructions on how to access blueprints, create a new blueprint and edit the fields available on the blueprint. Detail is also provided on how to update the modules, rules and actions associated with a blueprint. Instructions are listed to show the user how to modify the create from template page, how to add a new channel and how to set a default blueprint. Tips on the user of the API Attribute ID are also provided. -
This training document is a Rego Consulting Quick Reference Guide to assist with the management of Custom Investment Types in Clarity’s Modern User Experience. This doc references version 16.1.2 views. Document provides detail on how to create a Custom Investment Type and how to create Custom Investment records from the Grid View and the Board View. -
This portlet pulls back the Availability and Allocation totals by Role between a user-specified Start and Finish Date, then the user can drilldown to look at the information for Applications. The Time Period filter allows for comparing these values across different timeframes (monthly, weekly, quarterly, annual) as desired. Other filters allow for looking at Active or Inactive Roles (or both) and including Active or Inactive Projects (or both) in the totals. -
The Populate Timesheets process converts task level ETC into time entered on the timesheet. The process relies on the resource “opting in” to the process by checking a new attribute called “Auto Populate Timesheet?”, as well as the project manager “opting in” at the project level via a new attribute called “Auto Populate Timesheet?” Once the resource opts in and the PM opts in, the process will create a timesheet for the resource, pulling in the ETCs for the tasks that week and moving them to the actual hours. Once the process runs, an email will be sent to the resource letting them know the hours have been applied. -
Have you looked in the regoXchange or reviewed Rego’s innovation offerings? This class will show you the power of Rego’s pre-built content library, integrations, and other assets. See example after example of portlets, processes, and materials you can use to add value to your instance of Clarity. Learn how you can introduce email-based approvals with Rego's action item responder. Get a peek at Rego's new MSP integration that avoids the issues faced with the OOTB integration. Finally, understand Rego's pre-built connectors and how they can benefit your instance. Including blueprint migrator. Include free tools like GEL builder, query, XOGbridge. -
The All Issues portlet displays all Issues related to active projects that the logged in user has view rights to. The portlet provides the project manager a single place to view issues across multiple projects without having to go into each project individually, and allows for more efficient management and reporting across projects. The filter then allows the user to narrow their search by Issue ID, Issue Name, Project ID, Project Name, the individual to whom the issue is assigned, and Issue Status. You may also narrow the view to display issues with a target resolution date within a certain date range, or Issues associated with a particular Category or OBS unit. Note: Only the projects that the user has viewer rights to will show up in the list. -
This training document is a Rego Consulting Quick Reference Guide to assist with the management of Custom Investments in Clarity’s Modern User Experience. This doc references version 16.2.1 views. Document provides detail on how to navigate to custom investments and provides detail on the modules that are available within a custom investment. -
This training document is a Rego Consulting Quick Reference Guide to assist with the management of Custom Investments in Clarity’s Modern User Experience. This doc references version 16.1.2 views. Document provides detail on how to navigate to custom investments and provides detail on the modules that are available within a custom investment. -
Course Description: “For clients that have both ServiceNow and CA PPM, passing information between the systems becomes vital for the enterprise with both ITSM and PPM toolsets. One of the biggest areas of interaction is around Demand Management. Come and see Rego's Integration solution which flexibly allows for ServiceNow records (Incident, Problem, Idea, Enhancement, and Demands) to generate CA PPM Ideas or Projects. This lets you control where you want to perform Demand Management, and the work lands in CA PPM's Project either way.” Download is the slide deck used for the presentation. -
Course Description: Does your organization want to implement application portfolio management (APM)? Are you trying to determine the value in implementing APM? Are you struggling to know what tool you should use and what data is important to collect? This session will review specific use cases of companies that have implemented APM and effectively used the data to drive value for the organization. -
By its very nature, the shift to Product Funding is going to require that tracking of that funding. Agile tools do not have much, if any, financial capabilities, so it is important to create an eco-system that can support this value stream—from funding, through delivery, and finally to tracking the realization of financial value. Learn how Rally and Clarity PPM do this very well together.

