Adding parameters to VBCS URL embed in Oracle ERP Cloud
Hi Team,
In VBCS URL which is embed in Oracle ERP cloud, we are able to add parameters and pass along with the VBCS URL using below syntax.
?ItemNumber=#{bindings.ItemNumDisplay.inputValue}&Quantity=#{bindings.Quantity.inputValue}
However, this is working only if the value already saved in Oracle ERP cloud page.
If user enters a value (Ex: Quantity) in ERP cloud page and invoked VBCS page before saving the changes which is not deriving the user entered value in URL parameter. Do we have any mechanism to cache those values and pass along with VBCS URL ?
Since we need to perform certain business logic in VBCS with the user entered quantity before saving the record in ERP cloud.