Skip to Content
0
Former Member
May 13, 2010 at 09:28 AM

Procedure for changing content value of field within an assignment block.

69 Views

CRM 7

I have a field which exists in the component BP_ADDR, view BP_ADDR/StandardAddress.

It did have a pull down help to populate it's value and it's description value. For this field I have remarked out the code in the GET_V_field method and have placed the code rv_disabled = 'TRUE'. in the GET_I_field method. The code in GET_P_field has also been remarked out as well.

Now the field and it's description just appear as gray boxes when I'm in edit mode of the Account. That's fine, but I now need to populate the data in the field and its description. Let's say I wanted to physically populate the field with 'X' and its description with 'XXX', what methods do I change and exactly what codes should I insert so that when the records is saved the values are stored to table?.

Jason