FSA Benefits Component Lockdown Error: Class Record: Assumed Property EMPL_RCD Is Not A Valid Field Name. (2,274) PY_LOCKOUT
(Doc ID 2508370.1)
Last updated on SEPTEMBER 07, 2023
Applies to:
PeopleSoft Enterprise HCM Human Resources - Version 9.2 and laterInformation in this document applies to any platform.
Symptoms
When attempting to add the FSA_Benefits component to the Component Lockdown, the following is encountered:
ERROR
-----------------------
Class Record: Assumed Property EMPL_RCD Is Not A Valid Field Name. (2,274) PY_LOCKOUT
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
• Open App Designer
• Open FSA_BENEFITS component.
• View PeopleCode
• Insert the following code in the PreBuild Event (copy and paste from the red paper)
import PY_LOCKOUT:*; Component boolean &AccessAllowed; /* Transaction Lockdown */ Local object &TransactionSession; &AccessAllowed = True; &TransactionSession = create PY_LOCKOUT:TransactionSession(); If Not &TransactionSession.GrantAccess Then &TransactionSession.SetPageDisplayOnly(); &AccessAllowed = False; MessageBox(%MsgStyle_OK, "", 0, 0, &TransactionSession.MessagetoUser); End-If; /* Transaction Lockdown */
• Navigate to Setup HCM > Product Related > Payroll For NA > Component Lockdown > Component Lockdown Table
• Product name: Base benefits
• Select FSA_BENEFITS and click Enabled for Lockdown.
• Navigate to Setup HCM > Product Related > Payroll for NA > Component Lockdown> Component Group.
o Add a new group – PAY.
o Add short description
o Add FSA_BENEFITS to the grid.
• Navigate to Benefits > Enroll in Benefits > Spending Accounts
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |