cancel
Showing results for 
Search instead for 
Did you mean: 

Component to a Role in Portal

konchada_saikrishna
Active Participant
0 Kudos

Hello Experts,

I am starting with an Application using DCs, I need your help through which I wud make the approach.

1). Actually the application Should provide 3 functionalities (like create employee,customer,vendor)

So thinking to create 3 different DCs.

2). Once the application is completed this should be accessable through EP.

3). In EP the roles should be assigned with DCs such that only authorised people can create employee/customer/vendor.

So my issues are, is it possible to create the application in 3 different DCs in my Scenario.

If so is it possible to assign DCs to roles in EP.

Thanks in Advance,

Regards,

Sai.k.k

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello, you can use one component as a "Global component" for general methods. The others Components (employee, customer, vendor) will use the "Global component" for shared methods. Suggestions: Try to use Java clases for bussiness methods.

Former Member
0 Kudos

In response to ur answer to the above thread,

I have got ur idea clearly. But cud u explain me a little bit more into the depth .Seend some links for this approach if u have found some.

They would be really helpful.

Thanx

Former Member
0 Kudos

Hi, Sai.

How about this approach to meet your scenario?

1. Create 3 DCs and create an application per each DC.

2. Create WD Java iViews and pages for each DC and its

application.

3. Create and assign roles to this iView.

If i misunderstood your scenario, please correct me.

Best Regards.

Sejoon.

konchada_saikrishna
Active Participant
0 Kudos

Hi Sejoon,

Thanks for your reply, I am having the same Idea...

Here in u r reply "Create WD Java iViews and pages for each DC and its

application" u mean to assign one application to a ivew is'nt it.

but, the thing is that I need to use context, some methods of DC1 in DC2 etc. which mean all the DCs need to be communicated.

And later in future we will create a new DC (say for displaying customer) this need to use prior DCs.

I think may be if the DCs are in different applications, it may be hard to communicate between them.

Hence I am having an idea to create all DCs in one application.

The problem is that, till now I worked on simple applications, now the application is going to be large enough that it is going to be heavy, and I have void knowledge of creating and using DCs.

so suggest me if I am wrong...

Thanks & Regards,

Sai.k.k

konchada_saikrishna
Active Participant
0 Kudos

Hello Armin, Valery, Lohita, ....

Is that my post is wrong ...?