I have an instance of an AddressBO
in my code and i want to get corresponding AddressPO
without using the AddressPOFactory
. Is that possible ?
Thanks
In java code try following:
addressBO.getExtension(PersistentObjectBOExtension.class).getPersistentObject()
In pipeline/ISML:
AddressBO:Extension("PersistentObjectBOExtension"):PersistentObject