Total Pageviews

Search This Blog

Monday, December 8, 2014

Restricting DFF Values (Value Set) Based on Form Values

Hi All,

There is interesting option I came across recently (Thanks to Venkat) to restrict DFF value based on Main Form Value,

Lets say, Based on Qualification (Oracle HRMS) I wanted to restrict sub Qualification at the DFF. Hence say if we select Qualification in main screen as "Master Degree" based on this automatically ,SUb Qualification DFF should restrict

Here while creating value set for Sub Qualification (Table Type) use :BLOCK.FIELD_VALUE, this will solve easily our requirement.

Example:

WHERE
AND TO_NUMBER(ATTRIBUTE1)=:QUALIFICATION.QUALIFICATION_ID

"Team Work" More We Less Me.

Sunday, December 7, 2014

Clicking Appraisals via Manager Self-Service Errors Out With An error has occured while contacting the Knowledge Integration Servlet

SOLUTION

1.   Manager Self-Service
2.   Appraisals
3.   Personalize Page
4.   Select Complete View
5.   Click Expand All
6.   Content Container: Info Online
7.   Personalize icon
8.   Rendered False
9.   Apply
10. Return to Application
11. Clear the cache
     Functional Administrator - Core Services - Caching Framework - Global Configuration - Clear All Cache
12. Retest
13. Migrate to other environments

Please note that the same issue occurs with the navigation path below:
1. Manager Self-Service
2. Performance Management
3. Click on 'Go to Task' for Appraisal task

"Team Work" More We Less Me.