cancel
Showing results for 
Search instead for 
Did you mean: 

Context Node Attribute Methods

Former Member
0 Kudos

Hi Experts,

I am new to CRM 2007 and the WEB UI. I have got some confusion regarding the different methods associated with a context node attribute. For eg , I have added a new EEWB field using the extension type ORDERADM_I . The EEWB field is now a part of the context node BTADMINI. When I right click on it I get the following options in the context menu

1. Regenerate GET_I methods.

2.Generate GETTER and SETTER methods.

3. Generate V-GETTER

4.Generate P-GETTER

5. Assignment to Design Layer.

My question is how to use these different options.

Thanks in advance,

Samrat Dutta

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Samrat,

Use the option 2 from your list

i.e. 2.Generate GETTER and SETTER methods

It would generate all the methods for you.

Use these methods depending on your requirement.

Regards,

Vinay

Former Member
0 Kudos

Hi,

These methods are use a attribute in different way, like if u want to make a attribute editable , u will create GET_I_XXXXX method, for Input help u will use GET_V_XXXX method.

Method creation is depend upon ur requirement .

a) GET_ XXXXX --> Getter for Generic Structure AttributeI

b) SET_XXXXX --> Setter for Generic Structure AttributeI

c) GET_M_XXXXX --> Metadata Getter for Generic Structure Attribute

d) GET_I_XXXXX --> Ready for Input ststus Getting for Generic Structure AttributeI

e) GET_P_XXXXX --> Property Getter for Generic Structure Attribute

f) GET_V_XXXXX --> Input Help Getter for Generic Structure Attribute

Also check..

Regards

Gaurav