PRC:SSP:HTML Markup Component Added Does Not Get Refreshed When a Row is Duplicated In Application Table
(Doc ID 2950130.1)
Last updated on NOVEMBER 08, 2023
Applies to:
Oracle Fusion Self Service Procurement Cloud Service - Version 11.13.22.07.0 and laterOracle Fusion Self Service Procurement - Version 11.13.21.10.0 and later
Information in this document applies to any platform.
Symptoms
A sandbox customization was created on Edit Requisitions UI to add a HTML Markup component.
This HTML Markup displays a text when the Requisition Amount is >=5000.
#{bindings.RequisitionAmount.inputValue>=5000}
When a quantity is entered on a requisition line to make the Requisition Amount >=5000, the expected text is displayed on the page.
However, when the first line makes Requisition Amount=3000 (which is less than 5000) and then line 1 is duplicated which causes Requisition Amount to become 60000(>=5000), the HTML Markup text is not displayed even after user tabs out of the quantity field.
When the quantity is changed and then tabbed out, the HTML Markup text appears.
Component Properties for the HTML Markup added:
Escape: Checked
Partial Triggers:
Define below using Expression Builder
edAT:_ATp:edtbl edAT:_ATp:edtbl:amountField
Value:
Define below using Expression Builder
test message
Visible:
Define below using Expression Builder for Type a value or expression
#{bindings.RequisitionAmount.inputValue>=5000}
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 |