Created Custom Field of Email and i want it to link to Compose Email create

Hi Team,

I have created a custom field as Email of datatype is TextField in Cases Module.

When am Creating a new record in Cases Module am enter email id and saving the record.

Now my question is when i open the record i want:

1. Email id which i enter should be in Link.

2. When i click this email link it should open Create Compose Email with already filled value in Subject field.

Thanks in Advance.

Regards

Syed

Tevfik Tümer, Ramana Raju Santhana, Angel Magana

Parents Reply Children
  • Hi Sayad Sharif

    1. On render call a function and in that function define your logic such that Email custom field should be append with an anchor tag and give unique name to that anchor tag. ( Now you can see your Email field as Link ).

    2. When you click the Email filed Link trigger an event and calll a function in that function again write logic such that :

    Opening Compose Email - get it by opening a drawer of compose and pass the values which you want to fill in that compse email.

    3. Do Quick R&R

    Dats it.

    Let me know for further Help..!!

    Note: All above code do it in custom/modules/Cases/clients/base/views/record/record.js file

    Best Regards

    S Ramana Raju