Oracle RightNow CX: Wrapping up the Top 10 of 2012

I admit it took a little longer to get here than initially planned but I’ve been busy with lots of RightNow practice activity, getting up to speed on some other Oracle products – and that is a really good thing because it means I will have even more insights to share. When we started this series in January, I promised there would be a final summary blog which would wrap up the top ten discussed. I have included the list as well as links to each of the individual installments for your reading enjoyment. Feel free to share this with anyone who you think will benefit. The next time we see each other I will be talking about February 2013 so if you are interested in reading the release notes beforehand you can find them here: http://documentation.custhelp.com/euf/assets/docs/february2013/pdfs/february2013_release_notes.pdf

  1. Knowledge Foundation API – February 2012: http://blog.evergegroup.com/?p=496
  2. Cloud Monitor – February 2012: http://blog.evergegroup.com/?p=521
  3. Chat Availability Controls – May 2012: http://blog.evergegroup.com/?p=534
  4. Fusion Sales Integration – May 2012: http://blog.evergegroup.com/?p=613
  5. Previous Version Cleanup – May 2012: http://blog.evergegroup.com/?p=622
  6. Config and Message Base Redesign – August 2012: http://blog.evergegroup.com/?p=637
  7. Customer Portal Security Enhancements – August 2012: http://blog.evergegroup.com/?p=652
  8. Message Templates for Notifications and Emails – November 2012: http://blog.evergegroup.com/?p=671
  9. Customer Portal Version 3 Part 1 – November 2012: http://blog.evergegroup.com/?p=685

10. Customer Portal Version 3 Part 2 – November 2012: http://blog.evergegroup.com/?p=720

You can find much more information on the different releases by reading the release notes for each version, looking through the manuals and listening to tutorials.

Full Document Overviews:

February 2012 documentation: https://cx.rightnow.com/app/answers/detail/a_id/5146

May 2012 documentation: https://cx.rightnow.com/app/answers/detail/a_id/5095

August 2012 documentation: https://cx.rightnow.com/app/answers/detail/a_id/5213

November 2012 documentation: https://cx.rightnow.com/app/answers/detail/a_id/5395

 

Throughout this series we have been speaking about different features, how they improve the product and what it means for businesses.  No matter what the feature, they all have the ultimate goal of improving Customer Experience. So with that thought in mind, I wanted to include the Customer Experience lifecycle which many of you may be familiar with, although I am sure there are some out there who have no idea. eVerge has resources that can help in the different areas of the lifecycle, whether it is through best practice recommendations, new implementations, upgrades, customizations or managed services.

 

If you are interested in learning more or have questions feel free to reach out to me at cx@evergegroup.com

eVerge Group is an Oracle Platinum Partner with extensive experience. For more information about Oracle RightNow CX and our other business solutions, contact us through our website: http://www.evergegroup.com/contact.php

About the author: Rhianna Albert (Just Rhianna) has an extensive background in customer support systems and processes, is an active member of the CX community and has been implementing and integrating RightNow solutions for six years.

 



Posted in Consulting Jobs, CRM integration, Customer Experience, CX, Oracle, Oracle implementation, RightNow, Uncategorized | Leave a comment

Oracle RightNow CX Feature Focus: Customer Portal Framework Version 3 part 2

The tenth installment in our series continues where the ninth left off and takes a comprehensive look into the new Customer Portal Framework. If you missed any of the previous installments in this series you can find them under the CX category at http://blog.evergegroup.com/?cat=56

Customer Portal Framework Version 3

What we will cover in this blog is from the release notes (for part 1 http://blog.evergegroup.com/?p=685):

 Widget changes—Changes to widgets in Framework Version 3.0 of the Customer Portal include the following.

  YAML information file—A new YAML information file provides information about a widget’s dependencies, requirements, attributes, and URL parameters.
  Widget version management—Widgets also use a versioning system in Framework Version 3.0 to let you adopt the widget features you want at your convenience without requiring you to replace all widgets on your customer portal

 

  Widget information page—The Customer Portal Administration site provides comprehensive information about each standard and custom widget. Each widget page includes a preview of the widget, including the available version, recent changes, and the pages and templates that use the widget. A documentation page for the widget includes default code, a list of its attributes and their values, the controller class that is used, path information, and URL parameters.

Widget builder—the new widget builder in Framework Version 3.0 helps you create a new widget by extending an existing widget. Then, when functionality or bug fixes are added to the standard widget used to extend the custom widget, the custom widget is also modified to incorporate the enhancement or fix. The widget builder generates custom widget code when you answer a series of questions about the widget you want to create, thereby reducing the amount of custom code you must write yourself.

Dreamweaver support—The Dreamweaver extension that was included in previous Customer Portal frameworks is not included in Framework Version 3.0, although it will continue to be supported if you are migrating from Framework Version 2 to Framework Version 3.0.

 Widget Changes: Widget Version Management

 Much like framework versioning this too is probably a huge relief to existing install base clients because you can upgrade to the latest and greatest version of individual widgets to take advantage of new features without breaking functionality of other customizations. To find out more about framework versioning read part 1: http://blog.evergegroup.com/?p=685.

As with any major migration or changes I strongly suggest you backup your Customer portal widgets and read the migration guide supplied compliments of the Customer Portal development team: http://documentation.custhelp.com/euf/assets/docs/november2012/cp_resources/migration/migration_guide.pdf

Widget Changes: Widget Information Page

This page has been around for some time however it keeps getting more and more useful. Now there is left pane navigation, easier searching and a tab subset to provide information about available versions, widget usage and recent version changes. This is a nice extension of an existing feature for Customer Portal Administrators.

 

Widget Builder

I absolutely love this. Why? Well, one of the most common things I have done with widgets is alter a standard one, sometimes where I was only altering one or two items. Now you can use this tool which I call “the widget wizard” and build an entirely custom widget or extend an existing one.

 

In this example I am going to extend the Open Login Widget.

 

Next, after I select the login/OpenLogin widget from the list that appeared as I began typing, I will decide on a name and pick the parent folder.

 

*Quick Tip: Do not use a hyphen in the name like I did above. It is apparently not an acceptable character for naming. I got stuck for about five minutes trying to figure out why the continue button was not appearing and that was the reason. I thought about removing the above screen shot and not saying anything but I felt like this is something others might do in error as well.

 

Once you hit the continue button, Section 3 will appear with a series of yes/no questions. Read through each question and depending on your answers some subsections may appear.

 

Section 4 will appear after hitting continues again and it will contain a long list of the attributes from the existing widget. Here you will be given the opportunity to change default values (change the type i.e. string or Boolean) and set it to required.

 

Once you have gone about the task of updating the existing attributes you can scroll to the bottom of the page to add a new attribute or continue.

 

If you choose to Add an Attribute you can choose the type, description, default value and whether it is required just like any of the existing attributes.

 

 Once you are happy with the attributes clicking continue will allow you to add optional additional details like URL parameters or you can then create the widget.

 Once you choose to create the last page comes up with a full summary about the widget and links to the generated files, the ability to view code and documentation. Now RightNow CX users with little or no PHP knowledge can make changes to widgets.

 

Dreamweaver Support

From what I understand based on to conversations I had at several developer conferences, it was becoming more and more difficult with each new release of Dreamweaver to keep changing the RightNow extension. Not to mention the fact that it was always slow and buggy. There are many options for editing customer portal and Dreamweaver is just one. I have used Aptana which is free, Visual Studio, CoffeeCup and others to name a few. I admittedly default back to Dreamweaver most of the time because it is what I am most comfortable with unless I want to be nostalgic and login to Linux box and use VI or emacs.

Although it is never good to see a feature depreciated with the changes made in the widget documentation and the widget builder I do not see a lot of tears being shed over this loss.

If you are interested in learning more or have questions about RightNow CX please contact me at cx@evergegroup.com

Useful Links:

You can read more about this feature in the November 2012 documentation. https://documentation.custhelp.com/euf/assets/docs/november2012/olh/wwhelp/wwhimpl/js/html/wwhelp.htm

eVerge Group is an Oracle Platinum Partner with extensive experience. For more information about Oracle RightNow CX and our other business solutions, contact us through our website: http://www.evergegroup.com/contact.php

About the author: Rhianna Albert (Just Rhianna) has an extensive background in customer support systems and processes, is an active member of the CX community and has been implementing and integrating RightNow solutions for over five years.

 

 

 

 



Posted in CRM, Customer Experience, CX, Oracle implementation, RightNow, Uncategorized | Leave a comment

eVerge Open Enrollment Success in HCM Fusion

eVerge Group is now live with the full suite of Fusion HCM products – HR, Benefits, Payroll, Workforce Compensation and Talent Management.   Fusion Benefits and Payroll went live in January 2013.  This blog focuses on our recent Open Enrollment success in Fusion.

We have a split benefit plan year with FSA plans running on a calendar year, while the medical, dental, vision, life and disability plans have a plan year beginning April 1-March 31.  Part of the conversion effort for our January Benefits go live included new 2013 FSA elections, as well as current benefit elections for each employee.

Beginning in February, efforts focused on preparing for Open Enrollment in Fusion.  Our target timeframe was the first week of March for employees to use Self Service to make new elections that would become effective April 1.   This week was chosen to ensure completion of all elections before spring break, as many employees take vacation with family during this school holiday.  This also allowed sufficient time to review and audit these first time Fusion elections before sending data files to vendors.

The following changes were included for the April 1 plan year.  All Fusion configuration changes were made initially in our Staging test pod.

  • Two medical plans were reduced to a single plan.  The eliminated plan was end dated in Fusion so it would not appear in Open Enrollment options.
  • New vendors were chosen for the dental and vision plans.   No configuration changes were necessary since initial set-up for these two plans was generic and did not include anything vendor specific.
  • Rate updates were made for medical, dental, and vision plans with an effective date of 4/1/13.
  • All other necessary benefit configuration tables were updated to include the Open event (Enrollment, Designate Requirements, etc.)

After necessary configuration and rate updates were complete, we did a full range of testing.  We wanted to understand how various enrollment combinations would be handled online through both the Benefits Service Center as well as employees through Self Service.  The following items were part of testing:

  • Manually triggered an Open event for sample employees; this allowed an initial review of plans included for election, current plan enrollments were coming forward as expected, new rates shown for plans, etc.
  • We have a yearly April 1 “Age Up” for life insurance calculations that required a Fast Formula.  Testing ensured that new salary amounts and ages as of 4/1 were included in calculations.
  • Once all necessary updates were resolved for sample employees, we then used the delivered Evaluate Scheduled Event Participation process in “Roll Back” mode to confirm which employees would receive an Open event.  This allowed us to verify the count of US employees, as well as confirm that our India location employees would not have an Open event created.
  • Used the delivered process in “Save – Database update” mode to create an Open event for all US employees.
  • Completed sample enrollment changes through Benefits Service Center as well as Self Service Benefits to ensure expected results.
  • Reviewed online enrollment results as well as Element Entries and amounts created for Payroll deductions.
  • Ran Payroll Quick Pay processing on sample employees to confirm correct April deductions.
  • Used the delivered process to Close Enrollment events for all employees.
  • Generated files using the delivered Benefit extract process to generate enrollment files for all vendors with new April elections.

Once testing was complete, we made the necessary configuration updates in our production pod.   We then manually triggered a few Open events for Fusion team members to quickly review.  Once we knew these looked accurate, the process was run for the rest of the employees.  We found the process took significantly longer to run in our Production pod than we had seen in the Staging test pod.  Some analysis was completed by Oracle to determine if there was any reason for the time variance; nothing significant was found.  All employees had an Open event – which was the ultimate goal!

The HR Manager had previously communicated about the upcoming Open Enrollment process so employees were ready to begin reviewing and updating their elections.  While we have a computer-savvy employee population, a brief enrollment training video was prepared by the HR Manager that employees could refer to while making their online elections.

 All employees were asked to review their elections as part of the Open Enrollment period.  Although we did extensive parallel payroll testing as part of go-live efforts, this was the first opportunity many employees had to review their benefit elections online in Fusion.   The open enrollment employee participation rate within Fusion was 98%; this was tracked by reports we developed to identify when an employee had “touched” their Open event.   We were very pleased with this result.

Below is a sample screen shot of what the employee sees while making elections online:

 

 At the end of the enrollment period, audits were completed for elections to ensure all employees had valid elections.  The extract files were then generated and sent to the various vendors – allowing them time to generate new ID cards for employees in advance of the April 1 coverage dates.

Below are some of the lessons we learned during our first Open Enrollment experience:

  • Do not assume anything related to go live configurations will automatically work for Open enrollment.  It was necessary to add the Open life event in each plan you wanted to display in the event, as well as collecting covered dependent data, etc.
  • Updates to Contact data through Benefits Self Service while there was an active Open event caused issues with conversion row elections.  We continue to work with Oracle on this item and have temporarily suspended employee access to Contacts to ensure no negative impact on coverages and related payroll deductions until this is resolved.
  • The “Print Benefits Report” functionality on the Self Service Benefits Overview page produces inconsistent data.  This is currently an open SR being evaluated by Oracle Support.

 Next steps for Benefits …

  • Collecting life insurance beneficiary data via Self Service Benefits
  • Allowing employees to submit life events via Self Service Benefits
    • Marital Status Changes
    • New baby/children additions
    • Other life event changes – loss of dependent, gaining other coverage, etc.
    • BenefiX extracts to our medical, dental, and vision vendors

The author of this article/blog is Laurie Long.  Laurie is a Senior Fusion HCM Implementation Consultant resource for eVerge Group with more than 20 years of Software Packages implementation and support experience. To learn more about Fusion and how we can help prepare for your upcoming Open Enrollment efforts, please contact us at 888-548-1973.



Posted in ERP, Fusion, Fusion HCM, HR Benefits, Oracle, Oracle implementation | Tagged , | Leave a comment

Fusion HCM – Payroll implementation with eVerge

eVerge Group is now live with the full suite of Fusion HCM products – HR, Benefits, Payroll, Workforce Compensation and Talent Management. 

Fusion Payroll went live in January 2013.  Our legacy systems included PeopleSoft HCM for HR, ADP for payroll processing, Halogen for Performance and Goal management and Taleo for recruiting.  The payroll initiative was part of the overall eVerge effort to eliminate these multiple systems by implementing a single system utilizing SaaS technology.

Our Payroll implementation leveraged Fusion by:

  • Establishing Element Entries to identify various types of earnings and deductions.
  •  Capturing multiple personal payment methods – which are direct deposit accounts for checking and savings splits.  We were also able to uniquely differentiate which personal payment method applied to regular pay cycle processing vs. bonus cycle processing.
  •  Tracking Payroll Work Relationships, which allows different salary amounts for different relationships.
  •  Using the Fusion Quick Pay calculation/pay data review, where specific element entries or overrides are desired, troubleshoot issues occurring in normal pay cycle processing, or mid-cycle check modeling.
  •  Integrating Fast Formulas to allow unique system requirements using simple PL/SQL constructs.  A Fast Formula is a powerful, yet flexible syntax, which allows payroll extensions to be written.

Another great feature of Fusion is the fully functional Payroll Dashboard and checklists which allow for quick reference and viewing the status of payroll calculations and running related reports during a pay cycle.    Our HR Manager has everything at her fingertips on the dashboard to run each payroll cycle.

Fusion Payroll allowed us to create a simplified ‘automated’ process flow to include Payroll Calculation, Prepayments, Archives, ACH EFT Creation, Paycheck Creation, 3rd Party Tax File Extracts and Pay Slip creation.  The flexibility allowed us to work in our subset of payroll processing to complete the tasks.

Below is a view of an employee’s calculation results as queried by a Payroll Administrator:

 

 Lessons Learned:

Fusion Payroll offers great flexibility in creating earnings and deductions elements.  We designed rules based on eVerge’s business requirements.  This allowed us to correctly pay employees, withhold benefit deductions, manage 401k contributions, and process other miscellaneous elements as needed to support our specific business needs.  We learned that care must be taken when setting up elements.  If elements are not setup correctly, changing them later in the process may not be possible – which means new elements are created causing additional configuration updates and links elsewhere in the system.  Take the time to fully understand downstream impact when entering the Primary and Secondary Classifications when elements are initially created.

Fusion Payroll Costing should be implemented as part of the initial payroll implementation. Costing is a method of tracking payroll costs and applying the actual cost to General Ledger for the distribution of funds.  The creation of the costing transactions is part of the payroll calculation process.  

Utilize Oracle Support to its fullest and constantly push for resolutions to mission critical SR’s.

A critical factor in the Payroll implementation was change management for all employees.  Users in our corporate office had to adapt some business processes to support the new technology.   In addition, US employees began using Fusion to view Pay Slips rather than going to the previous vendor website.

Fusion Employee self-service allows employees to view Pay slips online.  The only time we print an actual check is for a new hire where a prenote is required for their first paycheck or a termination when the final check needs to be issued before the next regular pay cycle.

Below is a view of a sample Fusion HCM pay slip.

 

 

The author of this article/blog is Zack Bakarich.  Zack is a Senior Fusion HCM Consultant resource for eVerge Group with more than 20 years of Software Packages implementation and support experience

To learn more about Fusion and how we can help implement Payroll for your organization, please contact us at 888-548-1973.



Posted in ERP, Fusion HCM, HR Benefits, Human Capital Management, Oracle, Oracle implementation, Uncategorized | Leave a comment

Oracle RightNow CX Feature Focus: Customer Portal Framework Version 3

The ninth and tenth installment in our series will take a comprehensive look into the new Customer Portal Framework. So much has been changed in version 3 that it earned two spots in the top ten features of 2012. This blog will focus on two of version 3’s major features. If you missed any of the previous installments in this series you can find them under the CX category at http://blog.evergegroup.com/?cat=56

Customer Portal Framework Version 3

From the release notes:

Although your customers may not notice significant changes, the November 2012 release of Oracle RightNow CX includes major changes to the framework of Oracle RightNow Customer Portal Cloud Service (Customer Portal). This new framework is called Framework Version 3.0 and was designed to support dynamic upgrades of your customer support site. The previous framework, referred to in earlier documentation as the November 09 framework, will now be identified as Framework Version 2, and the original Customer Portal released in August 2008 will be referred to as Framework Version 1.

Customer Portal Framework Version 3.0 sets the stage for simplified future migration and reduced impact on the customizations you make to your customer portal. It offers control and flexibility to let you decide what features you want to adopt and when you want to adopt them. The ability to extend standard widgets means that you need to write less custom code, and an updated Customer Portal Administration site clearly identifies the version of your framework and each widget and spells out what has changed from previous versions. Major new features include the following.

New file structure—Framework Version 3.0 offers an intuitive, easy-to-navigate file structure that lets you clearly identify the files you can edit. The main directory of Framework Version 3.0 is called “cp”, and it includes four main folders: core, customer, generated, and logs. Your development work will be done in the customer folder.

Connect PHP API—Framework Version 3.0 is built on Oracle RightNow Connect PHP API Cloud Service (Connect PHP API) and uses data objects from the Connect PHP API rather than internal APIs. Instead of accessing the database directly as in previous Customer Portal frameworks, Framework Version 3.0 provides a managed equivalent to meet your needs. You’ll still be able to access and leverage the Oracle RightNow CX platform to develop custom applications and integrations, including the ability to create, read, update, and delete data through Customer Portal functionality.

PHP namespacing—Framework Version 2 included JavaScript namespacing to prevent naming conflicts between Customer Portal reference implementation files and your custom files. This functionality has been added for PHP in Customer Portal Framework Version 3.0. The two core namespaces are Rightnow and Custom, and they are designated using a backslash (\) notation.

Framework versioning—The new versioning system of the Customer Portal framework lets you upgrade to newer versions of Oracle RightNow CX while leaving your customer portal site untouched because the Customer Portal is versioned independently of the product application. This gives you control to migrate to a new Customer Portal framework when it’s convenient for your schedule rather than being forced to migrate because of your organization’s upgrade to Oracle RightNow CX.

Widget changes—Changes to widgets in Framework Version 3.0 of the Customer Portal include the following.

  YAML information file—A new YAML information file provides information about a widget’s dependencies, requirements, attributes, and URL parameters
  Widget version management—Widgets also use a versioning system in Framework Version 3.0 to let you adopt the widget features you want at your convenience without requiring you to replace all widgets on your customer portal

 

  Widget information page—The Customer Portal Administration site provides comprehensive information about each standard and custom widget. Each widget page includes a preview of the widget, including the available version, recent changes, and the pages and templates that use the widget. A documentation page for the widget includes default code, a list of its attributes and their values, the controller class that is used, path information, and URL parameters.

Widget builder—The new widget builder in Framework Version 3.0 helps you create a new widget by extending an existing widget. Then, when functionality or bug fixes are added to the standard widget used to extend the custom widget, the custom widget is also modified to incorporate the enhancement or fix. The widget builder generates custom widget code when you answer a series of questions about the widget you want to create, thereby reducing the amount of custom code you must write yourself.

Dreamweaver support—The Dreamweaver extension that was included in previous Customer Portal frameworks is not included in Framework Version 3.0, although it will continue to be supported if you are migrating from Framework Version 2 to Framework Version 3.0.

 New File Structure

In reviewing the new file structure I decided that in order to both wrap my own head around it and speak intelligently to other about it, I would develop a matrix to serve as a proverbial cheat sheet until I was comfortable with navigating the new file structure. Now that I have retrained my brain, I find the new structure much more intuitive and cleaner from a usability perspective. It was a much needed revamp of the file structure. I have been using Customer Portal since it was first introduced and used both the old file manager (Classic) as well as the November 07 page set, so I can say with confidence that the evolution has been exponential.

  

Tip: Oracle recommends using Cyberduck for WebDAV access to Customer Portal files. Cyberduck is donationware, and Customer Portal developers appreciate its speed and robust performance on Mac and PC platforms. (I have tried to use Windows built in networking drive mapping to use WebDAV and it is painfully slow, therefore, I would have to agree with this recommendation.

 Framework versioning

This is probably a huge relief to existing install base clients because you can upgrade to the latest and greatest version of CX without having to migrate customer portal as well and worry about whether or not your custom widgets or other customizations will be compatible. Another great thing about this is versioning within the framework itself. What do I mean by this? Selective adoption of changes. Once you do decide you are ready to migrate you can review within the customer portal administrator pages what versions of widgets you are using and decide if you want to upgrade all or only specific ones.

Before you migrate I strongly suggest you read the migration guide supplied compliments of the Customer Portal development team: http://documentation.custhelp.com/euf/assets/docs/november2012/cp_resources/migration/migration_guide.pdf

If you are interested in learning more or have questions about RightNow CX please contact me at cx@evergegroup.com

Useful Links:

You can read more about this feature in the November 2012 documentation. https://documentation.custhelp.com/euf/assets/docs/november2012/olh/wwhelp/wwhimpl/js/html/wwhelp.htm

eVerge Group is an Oracle Platinum Partner with extensive experience. For more information about Oracle RightNow CX and our other business solutions, contact us through our website: http://www.evergegroup.com/contact.php

About the author: Rhianna Albert (Just Rhianna) has an extensive background in customer support systems and processes, is an active member of the CX community and has been implementing and integrating RightNow solutions for over five years.



Posted in Business Solutions, CRM, Customer Experience, CX, Oracle, Oracle implementation, RightNow, Uncategorized | Tagged , , , , , , | Leave a comment

Oracle RightNow CX Feature Focus: Message Templates for Notifications and Emails

The eighth installment in our series is the first look at November 2012. If you missed any of the previous installments in this series you can find them under the CX category at http://blog.evergegroup.com/?cat=56

Message Templates for Notifications and Emails

From the release notes:

In the November 2012 release, you can use message templates to customize your administrator notifications and emails and your contact emails. The messages are designed to support a broad range of business cases across a variety of implementations to communicate to your staff as well as to your contacts. Message templates let you quickly apply your organization’s brand across all of your messages and personalize message content to your target audience.

No more editing PHP!

Previously in order to make changes you would have had to go in to File Manager and edit the ma_details.php file or any number of other php files. Probably one of the worst things about it was in order to effectively make changes you had to cut and paste into an editor then make changes and paste it back in to file manager. It certainly was not ideal.

 

 If you upgraded from an older version of RightNow you will most likely need to edit the Navigation set associated with the Administrator profile first and add the Message template component. As illustrated below I have added the component to the Site Configuration folder but you can add it wherever it makes the most sense to you. You access the messages by clicking on edit and once you are happy with the changes, you Deploy.

Editing emails uses the same type of Rich Text tool used for editing documents and mailings in other areas of RightNow CX. Therefore, if you have been using the system prior to November 12, it will be very familiar. If you haven’t, it is similar to Word.

 

The next installment will be taking a look at version 3 of the Customer Portal framework. If you are interested in learning more or have questions about RightNow CX please contact me at cx@evergegroup.com

Useful Links:

You can read more about this feature in the November 2012 documentation. https://documentation.custhelp.com/euf/assets/docs/november2012/olh/wwhelp/wwhimpl/js/html/wwhelp.htm

eVerge Group is an Oracle Platinum Partner with extensive experience. For more information about Oracle RightNow CX and our other business solutions, contact us through our website: http://www.evergegroup.com/contact.php

About the author: Rhianna Albert (Just Rhianna) has an extensive background in customer support systems and processes, is an active member of the CX community and has been implementing and integrating RightNow solutions for over five years.

 



Posted in CRM, Customer Experience, CX, Oracle, Oracle implementation, RightNow, Uncategorized | Tagged , , , , , , | Leave a comment

Fusion HCM – Talent Management implementation with eVerge

eVerge Group is now live with the full suite of Fusion HCM products – HR, Benefits, Payroll, Workforce Compensation and Talent Management.  Keep reading to follow the path we took to get there — focusing here on Talent Management.

In our current organization, there are two legal entities –operating in the US and India. We have multiple business units, departments, locations and jobs within a centralized HR function.

Fusion Talent Management went live in October of 2012.  Prior to Fusion, we were managing multiple systems to track employee goals, performance, skills and qualifications.  As a result, an excessive amount of time was spent maintaining and searching for talent-related information.  With Fusion HR fully implemented, we were ready to leverage the integration with Goal Management, Performance Management and Talent Profiles. 

Here are some of the lessons we learned while configuring Talent Management:

  • Be strategic in applying configuration changes and maintaining your test data and scenarios.  In some instances, once testing starts, configuration changes can’t be applied.  The testing will have to be rolled back and scenarios reapplied after the configuration changes.
  • Fusion Performance Management offers flexibility in template eligibility by configuring Eligibility Profiles.  With five different templates, we designed rules based on job function, so employees don’t have to make a selection.  However, during the testing phase, we discovered that the default template was not always correct.  We reported the bug and Oracle has since corrected the issue.
  • It is never too early to capture and standardize the talent profile content to track and monitor employee skills and accomplishments.  Content should be defined by the business owners and be near completion before the project starts.   Otherwise, you run the risk that it becomes a phase II project. 
  • Synchronize your goal planning with your performance review period.  This will facilitate integration to push goals to the performance review.
  • Working closely with Oracle on instance (Pod) management including data refresh, patching, upgrades, etc. is critical to a successful implementation. It is important to ensure that the latest code level and data is being tested.  Also, data refreshes means ensuring that the testing Pod was current to minimize dual entry for the Production Pod.

Below are configuration, business process and project decisions that played a part in our success in “standing up” Fusion Talent management:

  • We solicited help from others in the organization who were not part of the implementation team.  They provided feedback that was important to identify configuration considerations early in the project.  Their involvement provided familiarity with the new functionality and processes and their transition to Fusion Talent Management was seamless.
  • There were a mixture of anniversary and calendar-based performance reviews.  We took the opportunity from the onset to streamline the process and line-up review periods with our compensation plans.
  • The legacy performance system was designed to address performance and development goals.  With Fusion, we were able to configure goal management to separate these goal types.  As a result, only performance goals are pushed to employee reviews.
  • We took the time up front to review our Competencies and eliminate redundancy.
  • Goal management was designed to enable Target Outcomes.  When an employee completes a goal, the associated skill or accomplishment is pushed to their talent profile automatically.

Below is a snapshot of a performance review document from a manager’s perspective.  Much of the structure and content you see here is highly configurable to meet your specific business needs.

 

Watch for upcoming blogs about Payroll and our Open Enrollment go live. We are also live with HCM Core, Payroll, Benefits and Workforce Compensation … keep coming back to see more blogs over the next few weeks!

The author of this article/blog is Steve Stuart.  Steve is a Senior Fusion HCM Implementation Consultant resource for eVerge Group with more than 16 years of Software Packages implementation and support experience.



Posted in ERP, Fusion, Fusion HCM, HR Benefits, Human Capital Management, Oracle, Uncategorized | Tagged , , , , , | Leave a comment

Oracle RightNow CX Feature Focus: Customer Portal Password Security Enhancements

Here we are almost finished with the list and gearing up to review all that February 2013 has to offer. The seventh installment in our series is the second and last one for August 2012. This is the first time you can actually set password complexity and other requirements for Customer Portal. If you have been an Administrator for a while you will notice that the tool is very similar to what is currently used to set password configuration for staff accounts. If you missed any of the previous installments in this series you can find them under the CX category at http://blog.evergegroup.com/?cat=56

Customer Portal Password Security Enhancements

From the release notes:

  The August 2012 release lets you set password requirements for your customer portal that can strengthen customer passwords by requiring a defined level of complexity. The administration interface includes an editor that lets you specify the minimum length, the maximum number of character repetitions and occurrences, the number of previous passwords that are stored so they cannot be used for a new password, and the minimum number of upper and lowercase characters, numbers, and special characters.

  • The password requirements you define on the administration interface appear on your customer portal when customers create or change their password. When customers begin typing a password, the requirements that have been met are marked with a green check mark and incomplete requirements are marked with a red X. Refer to Configuring password requirements.
  •  A new configuration setting, CP_FORCE_PASSWORDS_OVER_HTTPS, helps protect customers from malicious activity such as password theft, phishing, and other security threats. It requires all login operations to be performed over HTTPS and is enabled by default on new sites. When enabled, logged-in customers interact entirely on HTTPS.
  • Security has also been enhanced on the accessibility interface by automatically logging out agents if the system detects no activity for one hour. In the five minutes prior to expiration, agents will be prompted that their session is about to expire and offered the opportunity to stay logged in.

Let’s take it for a spin!

New toys are always fun. Ones like this are even more fun if you are a tinkerer by nature. I am sure anyone who has ever rebuilt an engine and modified a car would agree that the best think about tinkering with a car is the rush you get when it’s done and you can take it out for a spin and zip down the highway. Ok, so maybe being able to tweak the password security in the RightNow console isn’t quite as exciting as the time I helped restore a 1980’s Pontiac Turbo Trans AM but it got your eyes open. Didn’t it?

If you are upgrading to August 2012 most likely you will need to update your navigation set and add the Contact Password Configuration tool. I added mine to the Site Configuration section as illustrated below for ease of use.

 

You can use the sliders to adjust the different security options so that they are in line with any internal security requirements that your organization has. Making even slight changes will increase security and prevent your clients from having passwords that can easily be compromised.

 

Once you save the changes they will be immediately in effect. End users will be presented with a prompt when entering their password or creating an account that reminds them of the security guidelines. As you can see in the image below the requirements match those in the image above.

 

The next installment will be taking a first look into November 2012. If you are interested in learning more or have questions about RightNow CX please contact me at cx@evergegroup.com

Useful Links:

You can read more about this feature in the August 2012 documentation. https://documentation.custhelp.com/euf/assets/docs/august2012/olh/wwhelp/wwhimpl/js/html/wwhelp.htm

eVerge Group is an Oracle Platinum Partner with extensive experience in CRM, ERP, MDM, BI and Fusion. For more information about Oracle RightNow CX and our other business solutions, contact us through our website: http://www.evergegroup.com/contact.php

About the author: Rhianna Albert (Just Rhianna) has an extensive background in customer support systems and processes, is an active member of the CX community and has been implementing and integrating RightNow solutions for over five years.

 



Posted in CRM, CRM integration, Customer Experience, CX, Oracle, Oracle implementation, RightNow, Uncategorized | Leave a comment

Oracle RightNow CX Feature Focus: Config and Message Base Redesign

The sixth installment of the 2012 RightNow CX feature focus series takes a first look at August 2012. The configuration settings and message base redesign was long overdue. The previous incarnation of these tools were unintuitive and difficult to navigate. I often had to refer to the RightNow Knowledge base at http://cx.rightnow.com or the user manual just to find where the settings or message bases I wanted to change resided, if they were even editable to begin with. Below you will what the menus looked like in releases prior to August 2012. If you missed any of the previous installments in this series you can find them under the CX category at http://blog.evergegroup.com/?cat=56

 Configuration Settings and Message Bases Redesign

 From the release notes:

 A redesign of the Configuration Settings and Message Bases editors gives you more control over configuring and customizing your site. Both editors now display as their own respective reports with category folders and run-time selectable filters that make searching more effective. In addition, values for configuration settings and message bases text can now be edited inline.

What does this mean?

            For administrators familiar with the old format it means learning something new but once that has been achieved I promise you will be gaining back hours of your life. You can now search effectively, items are stored in user friendly folders that make sense, the audit log keeps track of changes (who, what and when) and you do not need to back out to the main menu if you need to edit a setting in another category. If you have used analytics in RightNow the settings are now reports and the individual items can be accessed by clicking on a line item.

 Both configuration settings and message bases look similar now as illustrated below.

 

You can see in image directly above that the message base I want to edit is highlighted in orange. To change it you can either start typing something completely new in the column labeled “custom text” or copy what is in “default text” by right clicking and selecting copy cell to clipboard and then pasting and editing to suit your business needs. To save you just click the save button in the upper left corner of the console. If you notice something has changed and you want to find out who made the change, what was changed and when you would click on audit log.

 

 

 

 

 

 

 

 

 

 

Although it might not be apparent from the above screen shot of the audit log if you hover over any of the columns with your mouse it will give you the full text that was changed. This provides the administrator with the ability to see the complete history and take steps to manually rollback to a previous change. If you are interested in learning more or have questions about RightNow CX please contact me at cx@evergegroup.com

Useful Links:

You can read more about this feature in the August 2012 documentation. https://documentation.custhelp.com/euf/assets/docs/august2012/olh/wwhelp/wwhimpl/js/html/wwhelp.htm

To learn how to edit settings post redesign refer to answer id 5453: https://cx.rightnow.com/app/answers/detail/a_id/5453/kw/configuration%20settings

eVerge Group is an Oracle Platinum Partner with extensive experience. For more information about Oracle RightNow CX and our other business solutions, contact us through our website: http://www.evergegroup.com/contact.php

About the author: Rhianna Albert (Just Rhianna) has an extensive background in customer support systems and processes, is an active member of the CX community and has been implementing and integrating RightNow solutions for over five years.



Posted in CRM, Customer Experience, CX, Oracle, Oracle implementation, RightNow, Uncategorized | Leave a comment

eVerge experience with Oracle HCM Fusion – Workforce Compensation

eVerge Group is live with the full suite of Fusion HCM products – HR, Benefits, Payroll, Workforce Compensation, and Talent Management.  Keep reading to follow the path we took to get there — focusing here on Workforce Compensation Management.

In our current organization, there are two legal entities – one in the US and one in India. We have multiple business units, department, locations and jobs with a centralized HR function.

Workforce Compensation went live in January of 2013.  The legacy process included multiple salary planning spreadsheets that were built manually and emailed to each manager.  The process was time consuming, as information had to be extracted from several sources.  In addition, many emails were traded between Accounting and the managers with revised data.  This process consistently lent itself to a high level of potential human error through ongoing data manipulation.

Once we were live on Fusion HR and Performance Management, we were ready to leverage the integration these products offered with Workforce Compensation.  To meet the organization structure and the functional requirements, there were many decisions that had to be incorporated:

  • Compensation plans with multiple worksheets were implemented.  This minimized the number of plans we had to maintain and provided a more usable solution for the end users.  
  • With multiple worksheets in a single plan, eligibility rules were built so users could easily filter ineligible participants for a particular worksheet.
  • Incorporated Performance Management into the process to give managers and compensation “approvers” visibility into appraisal scores and details directly from the worksheet.
  • Utilized the delivered 1-Up approval process to route worksheets for final approval.
  • Configured the compensation plans to allow for processing transactions in Fusion HR and Payroll.

Below is a sample of a manager’s view of a quarterly bonus worksheet.

Below are some lessons we learned during the implementation of Compensation Management:

  • Configure the plan foundation, including the Plan Cycles, Eligibility, Alerts, Performance Rating and Worksheet Display for each plan separately and test as you go.
  • Fusion Compensation offers flexibility in Plan Eligibility and selection process. In some cases, multiple eligibility rules had to be constructed to achieve the desired results.  A clear understanding of how eligibility profiles work was needed.
  • Custom columns were used extensively in the worksheet for data entry and dynamic calculations.  We learned that transactions to HR and Payroll had to utilize seeded columns.
  • We used Fast Formulas to retrieve data that is not provided as a seeded column for a worksheet.  As an example, to display a custom column for our annual bonus amount, a Fast Formula was attached to retrieve the appropriate database column.
  • Be diligent in understanding how date tracking compensation plan elements should work.   During our testing, information elements that did not contain an end date resulted in duplicate rows in the worksheets.  We had to reconstruct the history for this element to get the desired result. 
  • Fusion offers delivered flexibility in migrating compensation plans from one environment to another. Using the delivered utility, plan configurations were exported from the Parallel POD to the Production POD.   We did discover that Fast Formulas and Eligibility Profiles had to be added to the compensation plans after migration.   In the end, the delivered migration facility exported and imported complex configurations in less time and reduced human error.
  • Involve the end users from the beginning to discover what they wanted and needed to see in the compensation plan worksheet.  There are a significant number of options to display data.  By reviewing and prototyping the requirements with the users, you are assured they have the tools they need to complete the compensation plan process.         

We also used the delivered Export/Import process to maintain data in the Fusion Compensation worksheet. By using this functionality, managers were able to download worksheet data to Excel.  Managers were then able to modify the appropriate columns of data and import those changes back into their worksheet.

 

Working closely with Oracle Support on POD management including data refresh, patching, upgrades, etc…is critical to a successful implementation. It is important to ensure that the latest code level and HCM data is being tested. During testing, fixes were applied to the POD to resolve system issues that occurred during the validation cycle.  Our Oracle COE liaison played a critical role during each phase of our implementation.

Watch for an upcoming blog about Talent Management and our Open Enrollment go live. We are also live with HCM Core, Payroll, Benefits and Talent Management … keep coming back to see more blogs over the next few weeks!

The author of this article/blog is Pete Kumar.  Pete is a Senior Fusion HCM Implementation Consultant resource for eVerge Group with more than 20 years of Software Packages implementation and support experience.

To learn more about Fusion and how we can help implement Fusion for your organization, please contact us at 888-548-1973.

 



Posted in ERP, Fusion, Fusion HCM, Human Capital Management, Oracle, Oracle implementation, Uncategorized | Leave a comment