
1,068 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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...