Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Mscrm GridControl

Posted on by Microsoft Employee

Hi, So i recently export solution from my development(dev) environment to production(prod) and custom js stop working on prod but still work on dev.

For example this script:

function displayIconTooltip(rowData, userLCID)
{
    var DateNow = Date.now();
    var dataJSON = JSON.parse(rowData);

    var DatePredictionString = dataJSON.new_previsao_Value;
	var Status = dataJSON.new_fechado_Value;
    var imgName = "";
    var tooltip = "";

	if(Status != true || Status == null)
	{
		if (DatePredictionString != null || DatePredictionString != undefined)
		{
			var DatePrediction = Date.parse(DatePredictionString);

			if (DatePrediction < DateNow)
			{
				imgName = "new_ImgWarningDate";
				switch (userLCID)
				{
					case 2070:
						tooltip = "Deveria estar fechada";
						break;
					default:
						tooltip = "Expected be closed";
						break;
				}

			}
		}		
	}


    var resultarray = [imgName, tooltip];
    return resultarray;
}

where i get the script

error getting 38044.Capture.PNG

i googled a lot and find anything, i was thinking that someone could help me.

Thanks In Advance.

*This post is locked for comments

  • ashlega Profile Picture
    ashlega 34,475 on at
    RE: Mscrm GridControl

    Hi,

     how is this script connected to the grid? That function (displayIconTooltip) does not seem to show up on the error callstack?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans