You’re offline. This is a read only version of the page.
Skip to main content
Forum boards
Category
All
Microsoft Dynamics SL
Status
All
Answered
Suggested answer
Unanswered
Sort by
Latest activity
Most recent replied post
Most recent posts with no replies
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_dfcbd635-5c9d-ef11-8a6a-6045bdd5369a').on('inserted.bs.popover', function () {
$( "input[id^='popover']" ).attr("style","top: 85.925px; left: 1091.12px; display: block;");
});
$('html').on('click', function(e) {
if(!$(e.target).parents().is('.popover.in')){
var currentPopOverId = $(e.target).attr('aria-describedby');
currenttargetId = $(e.target).attr('id');
if(typeof $(e.target).attr('aria-describedby') == 'undefined'){
currentPopOverId = $(e.target).parent().attr('aria-describedby');
}
$('[aria-describedby*="popover"]').not("[aria-describedby|="+currentPopOverId+"]").popover('hide');
}
if (typeof $(e.target).data('original-title') == 'undefined' &&
typeof $(e.target).parent().data('original-title') == 'undefined' &&
!$(e.target).parents().is('.popover.in')) {
$('[aria-describedby]').popover('hide');
}
});
$('body').on('hidden.bs.popover', function (e) {
$(e.target).data("bs.popover").inState.click = false;
});
$(document).keydown(function(e) {
if (e.keyCode == 27) {
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
});
});
function openLinkedinShareWindow(targetUrl) {
window.open('http://www.linkedin.com/shareArticle?mini=true&title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function openTwitterShareWindow(targetUrl) {
window.open('http://twitter.com/share?text=' + encodeURIComponent(document.title) + '&url=' + window.location.origin + targetUrl + '&tweeter', '_blank', 'width=650,height=420');
return false;
}
function copyToClipboard(targetUrl) {
navigator.clipboard.writeText(window.location.origin + targetUrl);
$("#share-container .div_copyurl>span").html("Copied");
return false;
}
function openFacebookShareWindow(targetUrl) {
window.open('http://facebook.com/sharer/sharer.php?u=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function ClosePopup(){
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
Suggested answer
Microsoft Dynamics SL (Archived)
Applying Credit taken by Customer to Credit Memo
Last replied
Posted on
by
RebekahP
7
I have a Credit Memo for a Client and they took the Credit but also Paid the New Invoice. How do I apply the Credit that was taken by the Client to the Credit Memo Invoice?
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_c28d0d7b-79d5-4cbf-b225-07041872aa2f').on('inserted.bs.popover', function () {
$( "input[id^='popover']" ).attr("style","top: 85.925px; left: 1091.12px; display: block;");
});
$('html').on('click', function(e) {
if(!$(e.target).parents().is('.popover.in')){
var currentPopOverId = $(e.target).attr('aria-describedby');
currenttargetId = $(e.target).attr('id');
if(typeof $(e.target).attr('aria-describedby') == 'undefined'){
currentPopOverId = $(e.target).parent().attr('aria-describedby');
}
$('[aria-describedby*="popover"]').not("[aria-describedby|="+currentPopOverId+"]").popover('hide');
}
if (typeof $(e.target).data('original-title') == 'undefined' &&
typeof $(e.target).parent().data('original-title') == 'undefined' &&
!$(e.target).parents().is('.popover.in')) {
$('[aria-describedby]').popover('hide');
}
});
$('body').on('hidden.bs.popover', function (e) {
$(e.target).data("bs.popover").inState.click = false;
});
$(document).keydown(function(e) {
if (e.keyCode == 27) {
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
});
});
function openLinkedinShareWindow(targetUrl) {
window.open('http://www.linkedin.com/shareArticle?mini=true&title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function openTwitterShareWindow(targetUrl) {
window.open('http://twitter.com/share?text=' + encodeURIComponent(document.title) + '&url=' + window.location.origin + targetUrl + '&tweeter', '_blank', 'width=650,height=420');
return false;
}
function copyToClipboard(targetUrl) {
navigator.clipboard.writeText(window.location.origin + targetUrl);
$("#share-container .div_copyurl>span").html("Copied");
return false;
}
function openFacebookShareWindow(targetUrl) {
window.open('http://facebook.com/sharer/sharer.php?u=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function ClosePopup(){
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
Microsoft Dynamics SL (Archived)
Error 11013: The maximum size of shared memory has been exceeded
Last replied
Posted on
by
JoseA123
7
Hi,
Using Dynamics SL 2015. When trying to run a full Database Physical Integrity check the process halts in the Terms table with this message:
System Message 11013: The maximum size of shared memory has been exceeded. Please exit Microsoft Dynam...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_5fc0b2f4-899e-4e26-a4a9-0f0b7d0d17a0').on('inserted.bs.popover', function () {
$( "input[id^='popover']" ).attr("style","top: 85.925px; left: 1091.12px; display: block;");
});
$('html').on('click', function(e) {
if(!$(e.target).parents().is('.popover.in')){
var currentPopOverId = $(e.target).attr('aria-describedby');
currenttargetId = $(e.target).attr('id');
if(typeof $(e.target).attr('aria-describedby') == 'undefined'){
currentPopOverId = $(e.target).parent().attr('aria-describedby');
}
$('[aria-describedby*="popover"]').not("[aria-describedby|="+currentPopOverId+"]").popover('hide');
}
if (typeof $(e.target).data('original-title') == 'undefined' &&
typeof $(e.target).parent().data('original-title') == 'undefined' &&
!$(e.target).parents().is('.popover.in')) {
$('[aria-describedby]').popover('hide');
}
});
$('body').on('hidden.bs.popover', function (e) {
$(e.target).data("bs.popover").inState.click = false;
});
$(document).keydown(function(e) {
if (e.keyCode == 27) {
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
});
});
function openLinkedinShareWindow(targetUrl) {
window.open('http://www.linkedin.com/shareArticle?mini=true&title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function openTwitterShareWindow(targetUrl) {
window.open('http://twitter.com/share?text=' + encodeURIComponent(document.title) + '&url=' + window.location.origin + targetUrl + '&tweeter', '_blank', 'width=650,height=420');
return false;
}
function copyToClipboard(targetUrl) {
navigator.clipboard.writeText(window.location.origin + targetUrl);
$("#share-container .div_copyurl>span").html("Copied");
return false;
}
function openFacebookShareWindow(targetUrl) {
window.open('http://facebook.com/sharer/sharer.php?u=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function ClosePopup(){
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
Microsoft Dynamics SL (Archived)
Cannot find Knowledge Base article 916090
Last replied
Posted on
by
PelicanPete
14
Am reading the installation instructions for SL 2018 CU1
The article refers to Knowledge Base Article 916090
However this does not come up on the North America Microsoft Knowledgebase.
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_fe07a6ba-b721-43ef-80bb-213b23c82758').on('inserted.bs.popover', function () {
$( "input[id^='popover']" ).attr("style","top: 85.925px; left: 1091.12px; display: block;");
});
$('html').on('click', function(e) {
if(!$(e.target).parents().is('.popover.in')){
var currentPopOverId = $(e.target).attr('aria-describedby');
currenttargetId = $(e.target).attr('id');
if(typeof $(e.target).attr('aria-describedby') == 'undefined'){
currentPopOverId = $(e.target).parent().attr('aria-describedby');
}
$('[aria-describedby*="popover"]').not("[aria-describedby|="+currentPopOverId+"]").popover('hide');
}
if (typeof $(e.target).data('original-title') == 'undefined' &&
typeof $(e.target).parent().data('original-title') == 'undefined' &&
!$(e.target).parents().is('.popover.in')) {
$('[aria-describedby]').popover('hide');
}
});
$('body').on('hidden.bs.popover', function (e) {
$(e.target).data("bs.popover").inState.click = false;
});
$(document).keydown(function(e) {
if (e.keyCode == 27) {
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
});
});
function openLinkedinShareWindow(targetUrl) {
window.open('http://www.linkedin.com/shareArticle?mini=true&title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function openTwitterShareWindow(targetUrl) {
window.open('http://twitter.com/share?text=' + encodeURIComponent(document.title) + '&url=' + window.location.origin + targetUrl + '&tweeter', '_blank', 'width=650,height=420');
return false;
}
function copyToClipboard(targetUrl) {
navigator.clipboard.writeText(window.location.origin + targetUrl);
$("#share-container .div_copyurl>span").html("Copied");
return false;
}
function openFacebookShareWindow(targetUrl) {
window.open('http://facebook.com/sharer/sharer.php?u=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function ClosePopup(){
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
Microsoft Dynamics SL (Archived)
Quick Query - Drill Down Parameters with Spaces
Last replied
Posted on
by
Community Member
4,742
Using SL 2018, CU1.
When creating a custom quick query, I have linked two drill down screens.
First is Work Order Entry, using the WONbr field from the QQ. This works correctly.
Second is Inventory Status Inquiry screen, this works for most o...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_1911d49f-a3df-4357-9ddc-4ea26fecaeba').on('inserted.bs.popover', function () {
$( "input[id^='popover']" ).attr("style","top: 85.925px; left: 1091.12px; display: block;");
});
$('html').on('click', function(e) {
if(!$(e.target).parents().is('.popover.in')){
var currentPopOverId = $(e.target).attr('aria-describedby');
currenttargetId = $(e.target).attr('id');
if(typeof $(e.target).attr('aria-describedby') == 'undefined'){
currentPopOverId = $(e.target).parent().attr('aria-describedby');
}
$('[aria-describedby*="popover"]').not("[aria-describedby|="+currentPopOverId+"]").popover('hide');
}
if (typeof $(e.target).data('original-title') == 'undefined' &&
typeof $(e.target).parent().data('original-title') == 'undefined' &&
!$(e.target).parents().is('.popover.in')) {
$('[aria-describedby]').popover('hide');
}
});
$('body').on('hidden.bs.popover', function (e) {
$(e.target).data("bs.popover").inState.click = false;
});
$(document).keydown(function(e) {
if (e.keyCode == 27) {
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
});
});
function openLinkedinShareWindow(targetUrl) {
window.open('http://www.linkedin.com/shareArticle?mini=true&title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function openTwitterShareWindow(targetUrl) {
window.open('http://twitter.com/share?text=' + encodeURIComponent(document.title) + '&url=' + window.location.origin + targetUrl + '&tweeter', '_blank', 'width=650,height=420');
return false;
}
function copyToClipboard(targetUrl) {
navigator.clipboard.writeText(window.location.origin + targetUrl);
$("#share-container .div_copyurl>span").html("Copied");
return false;
}
function openFacebookShareWindow(targetUrl) {
window.open('http://facebook.com/sharer/sharer.php?u=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function ClosePopup(){
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
Microsoft Dynamics SL (Archived)
PV Lookup Crashes on Enter Key
Last replied
Posted on
by
Community Member
4,742
We are currently working to move from SL 2011 to SL 2018. While testing, we have found our PV look up screens crash not only the lookup list, but the underlying data entry window as well.
For example:We are adding items to a Bill of Material. You...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_48781ca5-31bd-4c05-a242-feb964b31d01').on('inserted.bs.popover', function () {
$( "input[id^='popover']" ).attr("style","top: 85.925px; left: 1091.12px; display: block;");
});
$('html').on('click', function(e) {
if(!$(e.target).parents().is('.popover.in')){
var currentPopOverId = $(e.target).attr('aria-describedby');
currenttargetId = $(e.target).attr('id');
if(typeof $(e.target).attr('aria-describedby') == 'undefined'){
currentPopOverId = $(e.target).parent().attr('aria-describedby');
}
$('[aria-describedby*="popover"]').not("[aria-describedby|="+currentPopOverId+"]").popover('hide');
}
if (typeof $(e.target).data('original-title') == 'undefined' &&
typeof $(e.target).parent().data('original-title') == 'undefined' &&
!$(e.target).parents().is('.popover.in')) {
$('[aria-describedby]').popover('hide');
}
});
$('body').on('hidden.bs.popover', function (e) {
$(e.target).data("bs.popover").inState.click = false;
});
$(document).keydown(function(e) {
if (e.keyCode == 27) {
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
});
});
function openLinkedinShareWindow(targetUrl) {
window.open('http://www.linkedin.com/shareArticle?mini=true&title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function openTwitterShareWindow(targetUrl) {
window.open('http://twitter.com/share?text=' + encodeURIComponent(document.title) + '&url=' + window.location.origin + targetUrl + '&tweeter', '_blank', 'width=650,height=420');
return false;
}
function copyToClipboard(targetUrl) {
navigator.clipboard.writeText(window.location.origin + targetUrl);
$("#share-container .div_copyurl>span").html("Copied");
return false;
}
function openFacebookShareWindow(targetUrl) {
window.open('http://facebook.com/sharer/sharer.php?u=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function ClosePopup(){
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_c92bc6ef-e3f4-4c3d-a0fe-46588d4c165a').on('inserted.bs.popover', function () {
$( "input[id^='popover']" ).attr("style","top: 85.925px; left: 1091.12px; display: block;");
});
$('html').on('click', function(e) {
if(!$(e.target).parents().is('.popover.in')){
var currentPopOverId = $(e.target).attr('aria-describedby');
currenttargetId = $(e.target).attr('id');
if(typeof $(e.target).attr('aria-describedby') == 'undefined'){
currentPopOverId = $(e.target).parent().attr('aria-describedby');
}
$('[aria-describedby*="popover"]').not("[aria-describedby|="+currentPopOverId+"]").popover('hide');
}
if (typeof $(e.target).data('original-title') == 'undefined' &&
typeof $(e.target).parent().data('original-title') == 'undefined' &&
!$(e.target).parents().is('.popover.in')) {
$('[aria-describedby]').popover('hide');
}
});
$('body').on('hidden.bs.popover', function (e) {
$(e.target).data("bs.popover").inState.click = false;
});
$(document).keydown(function(e) {
if (e.keyCode == 27) {
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
});
});
function openLinkedinShareWindow(targetUrl) {
window.open('http://www.linkedin.com/shareArticle?mini=true&title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function openTwitterShareWindow(targetUrl) {
window.open('http://twitter.com/share?text=' + encodeURIComponent(document.title) + '&url=' + window.location.origin + targetUrl + '&tweeter', '_blank', 'width=650,height=420');
return false;
}
function copyToClipboard(targetUrl) {
navigator.clipboard.writeText(window.location.origin + targetUrl);
$("#share-container .div_copyurl>span").html("Copied");
return false;
}
function openFacebookShareWindow(targetUrl) {
window.open('http://facebook.com/sharer/sharer.php?u=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function ClosePopup(){
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
Microsoft Dynamics SL (Archived)
Special Pricing for moving from SL to BC
Last replied
Posted on
by
Community Member
4,742
Hello,
Has anyone seen an official price announcement from Microsoft detailing a discounted price for existing SL customers who want to move to Business Central? I've seen things on partner websites, and pictures of PowerPoint slides, bu...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_cc931b22-1a97-45a6-afac-425ceca54ff5').on('inserted.bs.popover', function () {
$( "input[id^='popover']" ).attr("style","top: 85.925px; left: 1091.12px; display: block;");
});
$('html').on('click', function(e) {
if(!$(e.target).parents().is('.popover.in')){
var currentPopOverId = $(e.target).attr('aria-describedby');
currenttargetId = $(e.target).attr('id');
if(typeof $(e.target).attr('aria-describedby') == 'undefined'){
currentPopOverId = $(e.target).parent().attr('aria-describedby');
}
$('[aria-describedby*="popover"]').not("[aria-describedby|="+currentPopOverId+"]").popover('hide');
}
if (typeof $(e.target).data('original-title') == 'undefined' &&
typeof $(e.target).parent().data('original-title') == 'undefined' &&
!$(e.target).parents().is('.popover.in')) {
$('[aria-describedby]').popover('hide');
}
});
$('body').on('hidden.bs.popover', function (e) {
$(e.target).data("bs.popover").inState.click = false;
});
$(document).keydown(function(e) {
if (e.keyCode == 27) {
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
});
});
function openLinkedinShareWindow(targetUrl) {
window.open('http://www.linkedin.com/shareArticle?mini=true&title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function openTwitterShareWindow(targetUrl) {
window.open('http://twitter.com/share?text=' + encodeURIComponent(document.title) + '&url=' + window.location.origin + targetUrl + '&tweeter', '_blank', 'width=650,height=420');
return false;
}
function copyToClipboard(targetUrl) {
navigator.clipboard.writeText(window.location.origin + targetUrl);
$("#share-container .div_copyurl>span").html("Copied");
return false;
}
function openFacebookShareWindow(targetUrl) {
window.open('http://facebook.com/sharer/sharer.php?u=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function ClosePopup(){
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
Microsoft Dynamics SL (Archived)
Error closing the period
Last replied
Posted on
by
kcummins5754
7
We are getting the following error when trying to close the GL:
System Message 6068
This process cannot begin while posting or generate recurring or another closing process is active.
Anyone know what is causing this? We've never recei...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_40ca1567-a461-4b4c-b39b-a467ec7e13a0').on('inserted.bs.popover', function () {
$( "input[id^='popover']" ).attr("style","top: 85.925px; left: 1091.12px; display: block;");
});
$('html').on('click', function(e) {
if(!$(e.target).parents().is('.popover.in')){
var currentPopOverId = $(e.target).attr('aria-describedby');
currenttargetId = $(e.target).attr('id');
if(typeof $(e.target).attr('aria-describedby') == 'undefined'){
currentPopOverId = $(e.target).parent().attr('aria-describedby');
}
$('[aria-describedby*="popover"]').not("[aria-describedby|="+currentPopOverId+"]").popover('hide');
}
if (typeof $(e.target).data('original-title') == 'undefined' &&
typeof $(e.target).parent().data('original-title') == 'undefined' &&
!$(e.target).parents().is('.popover.in')) {
$('[aria-describedby]').popover('hide');
}
});
$('body').on('hidden.bs.popover', function (e) {
$(e.target).data("bs.popover").inState.click = false;
});
$(document).keydown(function(e) {
if (e.keyCode == 27) {
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
});
});
function openLinkedinShareWindow(targetUrl) {
window.open('http://www.linkedin.com/shareArticle?mini=true&title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function openTwitterShareWindow(targetUrl) {
window.open('http://twitter.com/share?text=' + encodeURIComponent(document.title) + '&url=' + window.location.origin + targetUrl + '&tweeter', '_blank', 'width=650,height=420');
return false;
}
function copyToClipboard(targetUrl) {
navigator.clipboard.writeText(window.location.origin + targetUrl);
$("#share-container .div_copyurl>span").html("Copied");
return false;
}
function openFacebookShareWindow(targetUrl) {
window.open('http://facebook.com/sharer/sharer.php?u=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function ClosePopup(){
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
Microsoft Dynamics SL (Archived)
IN Debug script
Last replied
Posted on
by
Community Member
4,742
Does anyone have a copy of the IN Debug script or know where I can download it. I tried the link below and received a Page Not Found error.
Thanks!
mbs2.microsoft.com/.../KBDisplay.aspx
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_8c57d7ae-1523-4fc1-a2f6-6a5846328173').on('inserted.bs.popover', function () {
$( "input[id^='popover']" ).attr("style","top: 85.925px; left: 1091.12px; display: block;");
});
$('html').on('click', function(e) {
if(!$(e.target).parents().is('.popover.in')){
var currentPopOverId = $(e.target).attr('aria-describedby');
currenttargetId = $(e.target).attr('id');
if(typeof $(e.target).attr('aria-describedby') == 'undefined'){
currentPopOverId = $(e.target).parent().attr('aria-describedby');
}
$('[aria-describedby*="popover"]').not("[aria-describedby|="+currentPopOverId+"]").popover('hide');
}
if (typeof $(e.target).data('original-title') == 'undefined' &&
typeof $(e.target).parent().data('original-title') == 'undefined' &&
!$(e.target).parents().is('.popover.in')) {
$('[aria-describedby]').popover('hide');
}
});
$('body').on('hidden.bs.popover', function (e) {
$(e.target).data("bs.popover").inState.click = false;
});
$(document).keydown(function(e) {
if (e.keyCode == 27) {
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
});
});
function openLinkedinShareWindow(targetUrl) {
window.open('http://www.linkedin.com/shareArticle?mini=true&title=' + encodeURIComponent(document.title) + '&url=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function openTwitterShareWindow(targetUrl) {
window.open('http://twitter.com/share?text=' + encodeURIComponent(document.title) + '&url=' + window.location.origin + targetUrl + '&tweeter', '_blank', 'width=650,height=420');
return false;
}
function copyToClipboard(targetUrl) {
navigator.clipboard.writeText(window.location.origin + targetUrl);
$("#share-container .div_copyurl>span").html("Copied");
return false;
}
function openFacebookShareWindow(targetUrl) {
window.open('http://facebook.com/sharer/sharer.php?u=' + encodeURIComponent(window.location.origin + targetUrl), '_blank', 'width=650,height=420');
return false;
}
function ClosePopup(){
$(".popover").removeClass("in");
$(".popover").addClass("out");
$("#" + currenttargetId).focus();
}
Helpful resources
Subscribe to this forum!
Stay up to date on forum activity by subscribing.
Subscribe to all
Leaderboard
# 1
André Arnaud de Cal...
293,929
Super User 2025 Season 1
# 2
Martin Dráb
232,838
Most Valuable Professional
# 3
nmaenpaa
101,158
Moderator
Leaderboard
Featured topics