cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can we find the parent of current B2B unit from HMC ?

Former Member
0 Likes
399

Hi All,

1)Please help me to find the parent of current B2B unit from HMC.

Actually I am using the following line in code to get the B2BUnit. final B2BUnitModel b2bUnitModel = RexelUtils.getParentB2BUnit((B2BCustomerModel) userModel);

Now i want to sent the value for that B2B.

2) Is there any way to find the current B2BUnit , from code itself.It will also be helpful for me.

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi ,

Actually I am able to find the parent of current B2BUnit that we are using Example:final B2BUnitModel b2bUnitModel = RexelUtils.getParentB2BUnit((B2BCustomerModel) userModel);.But I want to know that how we can find the current B2BUnit using Java as like above code.

Regards,