RE: Customer Data Update
You could use the SDK and create your own portal which people can log into to make updates. Portal Developer Guide for Microsoft Dynamics CRMAdxstudio makes pre-built portals that can be integrated.You...
View ArticleRE: Show Hide not working - JS function
Thanks Guido Preite.I just tried that and got an event: onchange error: unable to get vlaue of the property 'gettext': object is null or undefined.Isnt that referring to the "if (FunctionTitle != "")...
View ArticleRE: Show Hide not working - JS function
that error refer to the first line I wrote before, you copied exactly as I wrote? can you post your real code to check if something else is wrong?
View ArticleRE: CRM 2011 - Outlook Client cannot connect
I think it would be best to create a support case at this time for a more thorough review of your configuration and the issue.
View ArticleRE: Show Hide not working - JS function
function PartnerSandbox() { var PartnerSandbox = Xrm.Page.getAttribute("new_demositesuser").getText(); HideShowTab("Partner Request", false); //initial setup if (PartnerSandbox != null) {...
View ArticleRE: Show Hide not working - JS function
no problem. Please see above. I think it should work.
View ArticleRE: Managed Solution import failed - Error code:0x80048425
Ian,Glad to hear that Jason was able to get you the needed information to resolve this issue. I have researched this a bit and it looks like this may be the result of multiple managed solutions trying...
View ArticleRE: Show Hide not working - JS function
The code is right, just changeif (PartnerSandbox != null) {toif (PartnerSandbox != "") {
View ArticleRE: Unable to edit process
Hi SparkyMark75,Thanks for reaching out to the communities on this issue. My name is Josh Wells and I am a support engineer on the Microsoft Dynamics CRM support team. I have reviewed your case and I...
View ArticleUnable to edit process
I have a process in my test environment which was put there by importing an unmanaged solution from the development environment. If the conditions in the workflow are met, the workflow fails. The...
View ArticleRE: Connect PHP to Dynamics CRM Online?
See if this script could solve your problem:<?PHP$client = new SoapClient("http://Your Wsdl Location", array("trace" => 0));$HeaderSecurity =...
View ArticleRE: Show Hide not working - JS function
thats weird guido preite. I still get the same error...Any other thoughts?
View ArticleRE: Show Hide not working - JS function
are you sure the field is an optionset? maybe is a lookup?
View ArticleRE: Show Hide not working - JS function
yes i just confirmed its an option set. is this how you would set up a hideshow JS code for this scenario?
View ArticleRE: IIS-webservice client can't connect to CRM
Hi Karl,Thanks for reaching out to the forums on this issue. My name is Josh Wells and I am a support engineer on the Microsoft Dynamics CRM support team. I have reviewed your issue and I see you are...
View ArticleRE: Show Hide not working - JS function
yes, I will write the code in similar way, can you just add an alert after the first line? to check if the value is retrieved correctly.var PartnerSandbox =...
View ArticleRE: Basing a security model on 'sales region' [please]
Hi SN1B,Thanks for reaching out to the communities on this question. My name is Josh Wells and I am support engineer on the Microsoft Dynamics support team.I have reviewed your situation and I can...
View ArticleBasing a security model on 'sales region' [please]
Hello,We have something like 8000 companies & 20 000 contacts that I migrated from a >10 year old CRM solution.So, I was asked, 3 days ago (have to be operational for monday) to give ownership...
View ArticleShow Hide not working - JS function
This function has worked before but it wont work not. Can anyone help debug whats wrong with the JS code?function FunctionTitle() { var FunctionTitle = Xrm.Page.data.entity.attributes.get("field...
View Article