Form Personalization - How to Change Field Name

Our basic requirement is to change name the 'Latest Start Date' field to 'ABCD' in people Screen. Remember this name change should only be applicable for persons who are using 'UK HRMS Manager'.

You should check these 2 profile options before you do personalization
  1. FND_HIDE_DIAGNOSTICS (Hide Diagnostics menu entry)
  2. DIAGNOSTICS (Utilities:Diagnostics) 
a) Now open the people & Assignment form from the navigator menu. Click on the 'Latest Start Date field'. Now go to  Help >> Diagnostics >>  Properties >>  Item.

It will display the 'Object Properties' window. Note Down the  Object2 value (HIRE_DATE) which is nothing but the name of the item. 
Form Personalization - How to Change Field Name, askHareesh blog for Oracle Apps

Form Personalization - How to Change Field Name, askHareesh blog for Oracle Apps

b) Now to personalize the screen, go to  Help >> Diagnostics >> Custom Code >> Personalize
 Set the following values

Condition TabSeq:- Next highest available number.
Description:- Test Personalization
Level:- Function
Trigger Event:- WHEN-NEW-FORM-INSTANCE
Trigger Object**:-
Condition:-
Processing Mode:- Both
Scope:- Site

** Depending on the Trigger Event, this field may be Disabled, or Enabled and Required in which case it will validate against a List of Values. For example, if Trigger Event WHEN-NEW-ITEM-INSTANCE is selected, then we must enter a specific block.field for that trigger to be processed.
Form Personalization - How to Change Field Name, askHareesh blog for Oracle Apps

*/

No comments:

Post a Comment