cancel
Showing results for 
Search instead for 
Did you mean: 

how to add one DC into Another

Former Member
0 Kudos

Hi

I have created one DC ,now I want to use this DC into another.

My application is like:

I have one i/p field and beside it one button which calls another DC.So how to do this?

Thanks

Prajakta

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Prajakta,

Ur dc need to have public part ,u can expose the required functionality as that public part.

For using that public part in another dc, u need to go to DCMetaData->DC Definition->Used dcs . add ur reusable dc in ur dc (public part). then u can use the functionality in ur component .

for any clarification , revert back to me.

regards

Sumit

Former Member
0 Kudos

Hi

I have followed the steps and now I am able to do that.But again the problem is I want to access the event of the used DC but I am not.

So how to do that.

Thanks

Prajakta

Former Member
0 Kudos

Hi,

From the properties tab of the controller add the required controllers from the used DC.

1)Go to the Methods tab of the controller

2) Click on new

3) Select Event Hnadler

4)Specify the event source, Event name.

Regards

Ayyapparaj

former_member485701
Active Participant
0 Kudos

Hi,

This link will solve your problem.

For any queries feel free to ask.

Regards,

Praveen

Former Member
0 Kudos

hi,

For this tou need to create a public part of the existing DC.

Add whatever you want to expose as its public part.

Go to DC MetaData and right click on Public Parts and select New Public Parts...

Then add this DC into your new DC as its Used WEbDyn Pro components.

thanks & regards,

Manoj