RegoXchange
  • 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 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.
  • 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.
  • 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.
  • 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 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.
  • 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.
    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
    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)
  • 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.
    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
    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)
  • 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.
    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
    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)
  • 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:
    • Roadmap Details
    • Resource Investment Demand
    • Roadmap Financials
    • Roadmap Investment Gantt
    • Roadmap Item Gantt
    • Roadmap Overview – Default Scenarios
    • Roadmap Overview – Single Roadmap Selection
    • Scenario Comparison
    Demo Video -  https://www.youtube.com/watch?v=RjdvrRd4ZG0&list=PLXJ5ktuWV0jiS9CvBpHvBIwpKPmA9uvwK&index=7 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.
  • Part of the Business Transformation Content collection, this bar chart portlet displays count of ideas per business unit. This provides a holistic view of the idea pipe-line in an organization providing them a high-level of ideas converted, approved, unapproved per business unit.
Go to Top