cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to Display a Business Object Extension Field OnLoad

Former Member
0 Kudos

Hello,

So I have a question with what I'm trying to do here, I have currently extended the Opportunity Business Object to create a new field that converts and then displays the ExpectedRevenueAmount in USD.

I have put the Currency Conversion on the BeforeSave and that works well, however, the problem I am facing now is that we want it to display On Load, but that option is not available, is there something I'm missing, or another way that I can achieve this?

The field is being displayed on both the OWL as well as the TI, and our users would like this value to display when the OWL is loaded.

Please let me know if this is possible.

Thanks,
Paul

View Entire Topic
HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Paul,

There is no support for the execution of some logic during OnLoad for an Extension BO.

The resp. annotation would be [Transient] and this would mean that there will be no persistence for the element.
It must be caluclated during loading and after every modification.

This is only supported for Custom BOs.

Besides that PDI does not support any logic for OnLoad.

Sorry,
Horst