E-PC: FieldEdit Event People Code Is Not Getting Triggered In 8.60 Tools
(Doc ID 2955343.1)
Last updated on JULY 13, 2023
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.60 and laterInformation in this document applies to any platform.
Symptoms
FieldEdit event code is not getting triggered in 8.60 tools. Only FieldChange is getting triggered.
This issue can be reproduced through below steps:
Application : FSCM
1. Open Application Designer
2. Open the Component JOURNAL_ENTRY_IE.
3. Click on the Structure tab and right click on on JRNL_HEADER (Table)
4. Click on View Peoplecode.
5. Select Business_Unit field and write sample win messages in FieldChange and Fieldedit
Example :
If JRNL_HEADER.BUSINESS_UNIT.Value = "US001" Then
MessageBox(0, "", 0, 0, "FieldEdit");
End-If;
6. Now for testing purpose,
Navigate to Main Menu > General Ledger > Journals > Journal Entry > Create/Update Journal Entries.
7. Try to change the value of the field.
Result : Fieldedit code won't get triggered.
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 |
Cause |
Solution |
References |