cancel
Showing results for 
Search instead for 
Did you mean: 

DEFAULT VALUES IN CRM2007 WEB UI

Former Member
0 Kudos

hello all

is it possible to have default values/pre defined values for certain fields in CRM2007 web UI ?IF so please let let me know

regards

phani

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Phani,

1. Check in which component the fields are located by pressing F2 on that field. In the popup you find the component and the corresponding view. Not these down.

2. If you don't have an 'enhancement set' yet, create one, check online documentation to see how to do it

3. Open transaction BSP_WD_CMPWB and enter the component name obtained in 1. Also enter the enhancement set you created. Once open click the 'Enhance component' button.

4. Expand the views in the left navigation pane and double click the view obtained in 1.

5. Open the 'Configuration' tab and click 'New configuration', go into change mode

6. Look for the field on the page and enter a default value in the 'Default value' column

Make sure that your business role contains the enhancement set and test it.

That's it!

Reward points if useful!

Kind regards,

Joost

Former Member
0 Kudos

thanks for your update i will try and let you know asap

Former Member
0 Kudos

HELLO

i tried the same way as you explained but ,i could not see DEFAULT values coloumn once at the end.

and also once i enter the enhancement set value,i get another ^pop up asking for Application ,is this the same in oyur case too

could you expalin in detail where i am missing

Regards

Phani K

Former Member
0 Kudos

Hi Phani,

Its a better way to use either inbound plug methods or do-Prepare_output method for defaulting the values.

hope that helps.

Thanks,

Sreekanth

Former Member
0 Kudos

Hi,

Couldn't we use the BADI BADI_CRM_BP_UIU_DEFAULTSwith method GET_DEFAULT_VALUES ?

Did anybody already used it ? Can you provide an example ?

thanks,

David

Former Member
0 Kudos

You can try doing this in the Context Class in method SET_* for the specific field.

Thanks,

Anand

Former Member
0 Kudos

Hi Anand

I would like to assign different values using the Badi. Could you provide more help/explaining how you can set the value to an attribute. I am struggling learning the new CRM system.

Many thanks in advance.

Sonny