Skip to Content
0
Former Member
Feb 24, 2011 at 10:02 AM

New Column can not be added in chtmlb:configTable

120 Views

Hi ,

I have successfully added a new column in the view "OVELSegments" of component "CPGOE_ABLOCKS". Also it can be seen and edited in the configuration . The system was CRM 6.0

Now I have to do the same thing in a system CRM 7.0 . I copied every thing which I did in the CRM 6.0 into the new system, but I could not see the new column in the configuration .

What I did :

enhance the component "CPGOE_ABLOCKS"

enhance the view "OVELSegments"

enhance the context node "Segment"

Redefined methods :

IF_BSP_MODEL~INIT

ON_NEW_FOCUS

GET_TABLE_LINE_SAMPLE

New defined methods:

GET_XXX

SET_XXX

GET_M_XXX

GET_I_XXX

GET_P_XXX

A method name GET_A_XXX does not exist in CRM 6.0 , what is this ? Can it help ?

Did anybody experienced this also ?

Thanks in advance

yang