CRM and CX Blogs by Members
Find insights on SAP customer relationship management and customer experience products in blog posts from community members. Post your own perspective today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

This blog is continuation of my previouw blog CRM 7.0 How to --5C EventHandling and Navigation

In this Blog I will cover how to create a Custom Controller and how to bind context nodes

 

Step 1: Create Custom Controller

 

 

System will start the wizard

 

 

Enter a name HeaderCuCo

 

 

Create a node BTAdminH and choose the BOL entity BTAdminH

 

 

Complete the wizard without making any further changes.

 

 

 

Step 2: Go to the *CTXT class of DetailsOV view

 

 

open the create method of the context node BTAdminH

 

 

Add the following code to the method

 

 

By doing this you will observe the change in the context node tree and the Icon of the context node.

 

 

Do the same for the View DetailsEF and you are done with the context node binding.

 

This is what we have achieved so far.

 

 

This concludes the Customer Controller and Binding of context nodes. In my next Blog I will talk about how to create a search view and search result.

9 Comments