cancel
Showing results for 
Search instead for 
Did you mean: 

accessing Controllers methods

Former Member
0 Kudos

Hello!

Is it possible generally that one controller access to one other

controllers method. Please notice each controlleris in a different

DC.

If so, how? And if no why, what is the solution?

regards

sas

View Entire Topic
Former Member
0 Kudos

Hi,

create a interface controller in your second dc expose the method which you want to call.

create a public part

from the first dc, using used components create a component reference and start accessing the methods

Regards

Ayyapparaj