cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh custom BO in Embedded component on Opportunity

former_member226070
Participant
0 Kudos

Hi experts,

On the Opportunity we have created a button (defined as action on the XBO)  to create entries of our custom BO - works well.
But in the embedded component (on the Opportunity) where we have a view with the instances of the created custom BO - the Refresh button works not completely it looks that the new created instances are sometimes buffered ? - pressing F5 (ClientRefresh - works so the data is in the DB).

Also- changing of some data are not directly show in the Embedded component - after Refresh .

Is there a option to read the data from de Database without using the buffer ?

The button triggers an event with List - Custom/Root.

Regards,

Jeroen

Accepted Solutions (0)

Answers (1)

Answers (1)

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Jeroen,

What about using the Query.ExecuteFromDatabase() in the ABSL?

HTH,

  Horst

former_member226070
Participant
0 Kudos

Hi  Horst,

In the beginning i have tried that but no difference.  It looks that from the button on the Opportunity which triggers the event and creates an Custom BO that there is no change in the Opp .  So i have created an extension field on the Opp which switches (true/false) -  so there is a change in the Opp - this seems to work.

Regards

Jeroen