cancel
Showing results for 
Search instead for 
Did you mean: 

BOL Connection between CondSet and BTAdminH

Former Member
0 Kudos

Hi all,

in component CRMCMP_PRC/PrcItemCondOvView I'm not able to find a method to link CondSet with BTAdminH via BOL.

From DO_PREPARE_OUTPUT I need to obtain some values in BTAdminH.

How can I do? I need of your help ....

Regards, Roberto

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please, someone knows how can I proceed about this issue?

Regards, Roberto

Former Member
0 Kudos

Please, someone knows how can I proceed about this issue?

In the component CRMCMP_PRC view PrcItemCondOvView I'm on method DO_PREPARE_OUTPUT and I need to go on BOL node BTAdminH or BTOrder.

Here I obtain the entity but I've not the possibility through the relationship to reach the BTAdminh.

.....

lr_coco ?= me->get_custom_controller( controller_id = 'CRMCMP_PRC/CuCoPrcCondSet' ).

check lr_coco is bound.

lr_cond ?= lr_coco->typed_context->CONDSET->collection_wrapper->get_current( ).

check lr_root is bound.

....

Perhaps I could do it with the following statements:

lv_core = cl_crm_bol_core=>get_instance( ).

lr_adminh = lv_core->get_root_entity( iv_object_name = 'BTOrder'

iv_object_guid = lv_object_guid ).

but I don't know how to specify the object-guid.

Regards, Roberto