cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass data to a used DC.

Former Member
0 Kudos

Hi,

I have a Component which re-uses another component, how can I pass data to the used component?

Do I need to create an event?

Brayden.

Accepted Solutions (1)

Accepted Solutions (1)

Austin
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Brayden,

You don't need to create an event to pass data to a used component. You can simply map the interface controller's context of the used component. Just go to the properties tab of parent component and add the used components interface controller as a "required controller". This will then allow you to map data between them.

Best Regards,

Austin

Former Member
0 Kudos

Thanks. This worked.

Answers (0)