Hi All,
I got a requirement to add new field in CRMCMP_CCS_EML component..in view Mailbody...when I looked at the component it does not have any context nodes..all the fields are added using BSP code..So I thought of doing same for my New field&Button ..
I have placed below BSP code in MailBody.htm page..Now my new field is coming with F4 help and button is also coming and it's triggering the event when I clicked on the button..every thing works fine..
I added my new field as shown below..
<thtmlb:inputField id = "UNAME"
description = "Forward To "
helpId = "USER_ADDR"
helpOutputFields="UNAME=BNAME;"/>
<thtmlb:button id = "Go"
text = "Go"
tooltip = "<%= otr(CRM_IC_APPL/check) %>"
enabled = "X"
onClick = "ITEMFORWARD" />
My Issue is it's keep on getting refreshed every time when we enter hit or if you do any thing on the CRM UI screen..Could you please let me know how to resolve this Issue..
And How do I read new field value in my class...
I appreciate your help on this.
Thanks,
Sara.