Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

How to add phonecall to create a new record (+) button, i have only lead,contact and account now

$
0
0

How to add phonecall to create a new record (+) button, i have only lead,contact and account now

i wanted to add phone call as well chat email to this list, also when trying to open phone call through js i am not able to run it as quick view.

verified that the  is enable for phone call and also  have a quick view form in the forms. it should open same like account,case and contact.

varentityFormOptions= {

            entityName:"phonecall",
            useQuickCreateForm:true,
           
        };
        varformParameters = {};
       
context.navigation.openForm(entityFormOptions, formParameters).then(
                function (lookup) { console.log("Success"); },
                function (error) { console.log("Error"); }
                                             );
Can you guide me this. How to approach?

Viewing all articles
Browse latest Browse all 46379

Trending Articles