-
RegoU Presentation from February 2014. Creating a security model that is overly complex and difficult to modify and maintain is easy to do when trying to implement tight security within Clarity. In this session, you will learn some key concepts when designing and implementing security. Additionally, Rego’s team of experts will share tips and tricks for automating security, as well as ways to monitor the Clarity rights that individuals have. The video Presentation can be found on YouTube at this location: https://www.youtube.com/watch?v=dH_UH7rySZM&feature=youtu.be -
This class will discuss how other Clarity users solve issues, discover solutions, and successfully use Clarity. As the tool grows in functionality, how should you expect to support the tool and end users. Broadcom's Clarity development team has never been better at getting great capabilities out at a rapid pace, but do you wonder how other organizations, like yours, are keeping up with the enhancements and releases? Come and learn how to drive value for your Clarity investment while not driving your team members crazy with too much change. -
This class will discuss how successful Clarity users solve issues, discover solutions, and successfully utilize Clarity. As the tool grows in functionality, learn how you can support the tool and end users. Drive value for your Clarity investment by supporting end users and a technically healthy implementation at the same time. -
Tired of repeating the same code in your GEL scripts? Prefer not to write thirty lines just to call a REST web service? Learn tips and tricks for reusing code—like using <include> tags and Rego’s Jam Tags solution to simplify and streamline your scripts. In this session, you'll learn the functionality and advantages to using Jam Tags within your GEL scripts to accomplish tasks that were tedious, error prone, and in some cases impossible within GEL. -
This training document is a Rego Consulting Quick Reference Guide to assist with use of the Common Grid. You can find the grid throughout the application to manage projects, tasks, roadmaps, ideas, and timesheets to name a few. The QRG reviews View Options, Column Adjustments, the Details Panel and more. -
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 -
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 Portlet - Simple portlet provides a simple mechanism to communicate with Clarity users. The content of the porlet can be edited easily through the Portlet administration screens within Clarity. This is a very beneficial method of delivering messages to your Clarity users all at the same time. -
The Communications Portlet - Simple portlet provides a simple mechanism to communicate with Clarity users. The content of the porlet can be edited easily through the Portlet administration screens within Clarity. This is a very beneficial method of delivering messages to your Clarity users all at the same time. -
In this session we will explore complex cloud use cases you can manage within ApptioOne, including accruals, forecasting, multi-cloud chargeback, RI waste analysis, and reallocations. Additionally, we will discuss Cloud Business Management reporting and its role in driving accountability, optimizing cloud spend, and creating custom reports for various roles. Join us to learn how ApptioOne can empower you to navigate today's multi-cloud environments and enhance your cloud management strategy. -
The Concatenate Multi-Value Lookup into One Field for Display Purposes technical trick provides an overview of how to group or concatenate the various levels and values of a Multi-Value lookup into one field in both Oracle and SQL Server environments. This allows the lookup values to be more easily displayed in a portlet. The function concatenates the values together using a choice of delimiter, which then allows the multi-value lookup to be viewed as one portlet column, in the same manner as any other object attribute. -
The Concatenate Multi-Value Lookup into One Field for Display Purposes technical trick provides an overview of how to group or concatenate the various levels and values of a Multi-Value lookup into one field in both Oracle and SQL Server environments. This allows the lookup values to be more easily displayed in a portlet. The function concatenates the values together using a choice of delimiter, which then allows the multi-value lookup to be viewed as one portlet column, in the same manner as any other object attribute. -
The concepts of creativity are tools and habits that help you and your team become more creative. During this session, you will learn simple tricks and methods to encourage a more creative work environment. Join this session to learn how to structure effective team meetings, workshops and all-inclusive ideation sessions. Even learn about some great work habits to boost your career! -
The concepts of creativity are tools and habits that help you and your team become more creative. During this session, you will learn simple tricks and methods to encourage a more creative work environment. Join this session to learn how to structure effective team meetings, workshops and all-inclusive ideation sessions. Even learn about some great work habits to boost your career! -
Styles can be applied to reports in two ways. The first is to select the item and apply a style directly to it. The other is to apply a style to an entire report. When an item has had a style directly applied to it the application of a style to the entire report will not change the styles with manual styles applied. The manual styles override the entire report style application. This trick shows you how to find and remove manual styles. -
Course Description: If I build a process in the Classic UI, does it still get triggered in the Modern UX? If I add a new attribute in the Classic UI, how will it be exposed in the Modern UX? This class will focus on the setup of Clarity PPM's Modern UX. It will include topics like turning on the Modern UX, setting up links, using blueprints, and configuring tiles and objects. We will explain how the Modern UX and the Classic UI interact when it comes to administration. -
Course Description: Are you tracking your vendor contracts outside of Clarity PPM? Have you considered moving the data into Clarity PPM? This session will review a set of use cases where Clarity PPM is being used to manage vendor contracts and how they are linked to resources, projects, and time to drive efficiencies in monitoring contracts and comparing actuals to invoices.

