cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance Inbox Tree View in CRM 2005

Former Member
0 Kudos

Hi All,

Could someone please tell how to enhance Tree view in CRM 5.0/2005 version.

I am in CRM_IC, copied to Z_CRM_IC, view is : AuiItems.

I have regenerated GET_I for AUIFORWARDTO context node, but it does not create Z-Class for the tree view. Right click and click on regenerate GET_I on the tree node AUIITEMTREE or Tree Node Proxy or Recursive Tree Node Proxy does not do anything at all.

In latest version when I do, it gives Z-class for CN02, where we can write code in 'Refresh' method as far as I know.

But how to do it in old version?

Please help.

Thanks and Regards,

Rohit Khetarpal

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Experts,

I am also facing a similar issue in adding a new attribute to tree node proxy in CRM 5.0 (IC webclient).

New input field is added to search(AuiSearch) and result list(AuiItems) views of 'inbox search' in IC Webclient.

When ' inbox search ' is done using account ID, value of customized input field is not populated correctly in Result List. It is displayed as NULL. But field values are maintained in database .

For this, I need to add the new input field attribute to tree structured context node.

But i am unable to add this attribute using the wizard.

Kindly provide your valuable suggestions which would be of very great help. Many Thanks in advance:)

Regards

Karthik

Former Member
0 Kudos

Fixed, came out, tried again..and it worked.

created new attribute for the z-node in ctxt class (private -> imp, else you will see new context node - though I am not sure why, if someone is reading it and knows - please reply).

And yeah, don't forget to change class to Z, in the htm page attributes. I hope I am not missing anything.

Thanks.

Former Member
0 Kudos

Additionally, in CTXT class, in CREATE_CONTEXT_NODES method, I tried putting 'Z' class instead of standard for CN02, but it doesn't work.

It would be great if someone could resolve my queries.

Thanks and Regards,

Rohit Khetarpal