cancel
Showing results for 
Search instead for 
Did you mean: 

Tab Page Creation

Former Member
0 Kudos

Hi

I am trying to add a new custom Tab Page in the Opportunity.

I am stuck up in the middle,PCUI experts help me out.

These are the steps I have followed.

Step 1: Created a custom structure.

Step 2: Assigned the custom structure to a new field group created.

Step 3: In the Tab Page group structure I have imported all the default view and copied them to the new custom View.

Step 4: I have created an event and also the navigation method.

Step 5: In the Application Layout I have added my View, event and field group.

Step 6: In the Application Set I have added my structure and the class. I have created the class but I have my own doubts like which class has to be the super class for this and whether to define my own methods.

Can somebody pls help me out.

Thanks

Regards

Senthil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If your custom tab functionality is more or less same as existing PCUI applications functionalty then you can use any of those MAC ( Model Access Class) as super class. If it is totally new then go for your own MAC which implement required interfaces.

Regards,

Abdul Raheem S

Former Member
0 Kudos

Hi Abdul

Thanks for your reply.

If I implement my own MAC then in that case how is that I can get the Transaction details.

I select a Transaction from the List and I hit the

GOTO -> Details, in this details screen one of the Tab is custom tab so if I implement my own MAC how is the Object ID is passed to my custom class.

Thanks

Regards

Senthil