- Is JavaScript and isv.config.xml in 4.0 available?
- Posted by Christian Havel on December 10th, 2007
Hi,
we extend CRM V3.0 using the isv.config.xml and JavaScript (OnLoad) and a
Callout assembly.
Will this extensions work in CRM V4.0, too? Are there some constraints?
Christian
- Posted by Peter Lynch on December 10th, 2007
If you used only what's in the current CRM SDK :- "Yes"
Otherwise - "Maybe, if you are lucky"
"Christian Havel" <ChristianHavel@discussions.microsoft.com> wrote in
message news:BF53C278-14D0-463D-B41E-8CE3D3772381@microsoft.com...
- Posted by Christian Havel on December 10th, 2007
Hi Peter,
thanks for your response.
Well, in the JavaScript I use not documented CRM JavaScript functions
(RemoteCommand to retrieve the systemuser and user roles). Do you know if
these are still available?
Christian
"Peter Lynch" wrote:
- Posted by Peter Lynch on December 10th, 2007
Sorry, I don't have access to the CRM 4.0 SDK, neither have I tried it out
in the CRM 4.0 RC0 VPC.
"Christian Havel" <ChristianHavel@discussions.microsoft.com> wrote in
message news:9AF34A71-D9A4-434D-A63E-AD01CC3A8082@microsoft.com...
- Posted by Nate G on December 10th, 2007
Lots of the unsupported Jscripts will still work in 4.0. I went
through and tested a handful of ones that our clients are using. The
only common script that didnt work was the field level security.
Looks like those ones will need to be rewritten with a different
function.
- Posted by Matt Wittemann on January 3rd, 2008
Calls to RemoteCommand from jscript aren't going to work in 4.0:
http://mscrmuk.blogspot.com/2007/12/...-from-crm.html
--
Matt Wittemann, CRM MVP
http://icu-mscrm.blogspot.com
"Nate G" wrote: