cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancing Standard functionality of field

imran_mohammad_2
Explorer
0 Kudos

Hai Experts,

I have got Enhancing Field Functionality requirement on Lead Creation Page.

I have Enhanced the Detail View in which the Fields are present.

Here requirement is, If Select Status field as Open then Qualification level much change automatically to Cold.

                                  If Select Status field as In process then Qualification level much change automatically to Warm.and Soon.

As I'm new to SAP CRM Enhancement.

Can I now in Which Implementation Class I should handle this.

Thanks,

Imran

Accepted Solutions (1)

Accepted Solutions (1)

spencer_liang
Active Contributor
0 Kudos

1, Changing status triggers changing of another filed. This is possible and it is usually done by Action in Action Profile.

2, When the field comes to qualification level , there is no standard method in any lead-related standard action profile.

You may have to develop your own method to implement this function.

Spencer

Answers (1)

Answers (1)

kapilpatil
Active Contributor
0 Kudos

Hello Imran,

Below is additional option, assuming both the fields are on the same screen on SAP CRM WEB UI:

1. You can trigger round trip events based on status change to change 'Qualification' information.

In the getter/setter methods for 'qualification' check the status of the document and set qualification appropriately. 

Hope this helps.

Thanks,

Kapil