cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the Name of the Activity Fields

Former Member
0 Kudos

Hi experts

I really need your help for changing the name of the Activity fields in the Interaction Center WinClient.

What i need is to change in the Activity the following: For example:

1) In the label Priority i would like to put Secure Level

2) Ext.No. label i would like to put Person

The reason is because in the fields related to the standard label, i am putting information that is not related to the name of the label.

Is it possible to change the name of the label?

I would really appreciate your help on this

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

go to the html page of the aactivity view in workbench and goto the code of the input field u want to change.

<crmic:inputField

id = "Birthdate".

in the id u can give the name u want to replace and save the changes.

this is one way u can do this .try this .

sree

Former Member
0 Kudos

Hi

here u can change label <crmic:label

design = "label"

id = "Birthdate".

for id = "-------".

sree

Former Member
0 Kudos

Hi SREELEKHA

Thanks for your help. But i dont know how to access to that source code that you are talking to change the label.

Thanks again

Bye