CRM 2015: Populating phonecall form PartyList fields with URL parameters

OlegsGl 0 Reputation points
2023-03-15T15:17:41.4833333+00:00

Hi, I am attempting to open a new phonecall page by URL and populate PartyList from(Sender) field.

With simple fields(phoneNumber, direction) everything is ok, the problem just with PartyList from(Sender) field.

Is it possible at all ?

var url = ${crmBaseUrl}/main.aspx?etn=phonecall&pagetype=entityrecord&extraqs=? + encodeURIComponent(queryString);

window.open(url...

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,054 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.