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

C4C :: Keyword 'DependentObject' is not supported in business object extensions

former_member89149
Participant
0 Likes
529

Hi all!

In Material.XBO-Common node I try to add TextCollection to copy from Material.bo-TextCollection to Material.XBO-Common-TextCollection, but 'DependentObject' is not supported in Material extension. What can be workaround to solve this question?

Best regards and thanks in advance,

Denis

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226
Employee
Employee
0 Likes

Hi,

Why do you want to copy a node, which is already present in XBO, to the same XBO but a different node? Could you please explain the use case if doing so?

As said in the error text, it is not possible to have a dependent object on XBOs therefore there is no workaround to get through from standard. However(if really needed then) you can create an association to one of the custom BO. In this custom BO you can store those TextCollection.

[CrossDeploymentUnit] association Ztext to Z_CustomBO;

I know it is now a nice/desired solution but this will work to fullfill the business need.

BR

former_member89149
Participant
0 Likes

saurabhkabra2009 , I want to add to COD_Material.OWL field "Notes" from COD_Material.TI. This "Notes" is Language dependent.

COD_Material.OWL has already field "Notes" but it is displayed on random language.

I can create an association in Custom BO, but I cannot create association in Material.xbo on this Custom BO.

All the question is to add column "Notes" which is Material-TextCollection-TextByUserLanguage-TextContect-Text in COD_Material.OWL.

Best regards,

Denis