E-PIA: DeleteEnabled Row Class Property Is Making The Delete Button Disabled Instead Of Hiding In Fluid Pages.
(Doc ID 2905014.1)
Last updated on DECEMBER 01, 2022
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.58 and laterInformation in this document applies to any platform.
Symptoms
DeleteEnabled Row Class property is making the delete button disabled instead of hiding the row as in Classic page. Due to this there is inconsistency in this feature.
Environment:
PT: 8.58.12
Application : FSCM 9.2 PUM 42
Steps to Replicate:
Open the below Fluid page in Application Designer.
Page: RS_RP_WORKHIST_FL
Open the Grid Properties
Go to Use tab. Uncheck the “No Row Delete” check box
Click on OK button to save the changes.
Add the below lines of code in the page activate event of the page as mentioned above.
Page: RS_RP_WORKHIST_FL
PeopleCode:
Local Rowset &rs;
&rs = GetLevel0()(1).GetRowset(Scroll.RS_ATTACHMENTS);
&rs.GetRow(1).DeleteEnabled = False;
Now, login to PIA page as employee and click on My Profile under Employee Self
Service home page.
Click on Work Experience tab in the left panel.
As per the above code the Delete button of the first row in the Resume section has to be hidden but the button is visible and it is display only.
Note: A detailed replication document along with the screenshots is attached to this knowledge document.
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 |