E-FLUID: Tile Badge Not Displayed When Value Is 0
(Doc ID 2408191.1)
Last updated on APRIL 04, 2025
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.56 and laterInformation in this document applies to any platform.
Symptoms
On : 8.56 version, Fluid UI
ACTUAL BEHAVIOR
---------------
FLUID tile badge not displayed when value is 0
When using the TileTransCount tile class property. a value of 0 does not display on the tile. The badge is only displayed when the value is 1 or greater. This issue has been replicated in PeopleSoft Image 26. See example App Package PeopleCode below:
import PTGP_APPCLASS_TILE:Tiles:Tile;
class TEST extends PTGP_APPCLASS_TILE:Tiles:Tile
method TEST();
method getTileLiveData();
end-class;
method TEST
%Super = create PTGP_APPCLASS_TILE:Tiles:Tile();
end-method;
method getTileLiveData
/+ Extends/implements PTGP_APPCLASS_TILE:Tiles:Tile.getTileLiveData +/
%This.hasLiveDataCount = True; /* Enables the badge area. */
%This.TileTransCount = 0;
REM %This.TileTransCount = 1;
end-method;
EXPECTED BEHAVIOR
-----------------------
Fluid badge should also display the value of 0.
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 |