In a Homepage, there’re 2 standard widgets that are configured as:
- Widget #1 runs a transaction that list all Shipments.
- Widget #2 runs a transaction that list all Deliveries.
Requirements:
- When a user select/highlight a shipment record in widget # 1, then widget #2 only list deliveries that are associated to that Shipment number (linked by Delivery Number DLIX).

Is that doable?
** Tried to add DLIX to the user-defined (FRF6) field in User Data using Action, and filter in the Deliveries widget by that User-Defined field; but Deliveries widget only read the updated user data values if I refreshed the session even though it's updated in the database.
Is there a way to access session objects?
