Dynamics Community Forum Thread (2024)

Skip to main content
Dynamics 365 Community

/ Forums / Community forums

Get help from experts and peers in forums.

Join a discussion

Topic

Replies

Suggested answer

Finance forum Get Balance amount per customer transaction

Posted on by Hisham Alsayed Dynamics Community Forum Thread (2)723

Hello everyone,I've developed a new customized customer account statement report. My current challenge is ensuring a balanced representation of ...

Reply

Like'; var react_Snippet = 'Dynamics Community Forum Thread (4)Like'; function HandleReactionRecord(e, targetRecordId) { var reaction_ControlId = "#"+e.id; try{ if(false == false){ window.location.href = "/signin?returnUrl="+window.location.pathname+window.location.search; }else{ $(reaction_ControlId).parent().block({ message: '', overlayCSS: { backgroundColor: '#e0dede', opacity:0.6} }); var entityParams = { isReactedByUser: $(reaction_ControlId).attr("user-reaction") == "true" ? true : false, reactionEntityName: $(reaction_ControlId).attr("reactionEntityName"), contactId: userId, recordId: targetRecordId, reactionType: "Like", reactionId: $(reaction_ControlId).attr("reaction-id"), siteId: "44c1922b-d231-4183-bae6-be148059122f", comment:$(reaction_ControlId).attr("commentflag") == 'true'?true:false }; LoadReactionControl(entityParams, successCallback, errorCallback); function successCallback(createdRecordId, res, status, xhr){ $(reaction_ControlId).attr("reaction-id", createdRecordId); if(createdRecordId != "" && createdRecordId != undefined){ $(reaction_ControlId).attr("user-reaction", true); $(reaction_ControlId).empty(); $(reaction_ControlId).html(reacted_Snippet); }else{ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } function errorCallback(res){ if(res.status == 500 && $(reaction_ControlId).attr("user-reaction") == "true"){ getRecord("mspwrplt_cmty_discussionreaction", '', targetRecordId, function(){}, errRetrieve); } $(reaction_ControlId).parent().unblock(); } function errRetrieve(res){ if(res.status == 404){ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).attr("reaction-id", ''); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } } }catch(err) { console.error(err.message); $(reaction_ControlId).parent().unblock(); } }(1)

Report

', content: function() { var shareDialogHtml=""; shareDialogHtml += ''; shareDialogHtml += '

'; return shareDialogHtml; }});$('#share_ef071b79-b6ef-ee11-904b-000d3a55bcf1').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'); 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;});}); 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"); }

5
Replies

Unanswered

Power Platform integration forum D365 embedded Canvas App Data Connector Deploy to Production

Posted on by MikeFarrant Dynamics Community Forum Thread (6)5

I have a canvas app which connects to 3 D365FO OData tables currently setup and working correctly in my development environment.How can I deploy...

Reply

Like'; var react_Snippet = 'Dynamics Community Forum Thread (8)Like'; function HandleReactionRecord(e, targetRecordId) { var reaction_ControlId = "#"+e.id; try{ if(false == false){ window.location.href = "/signin?returnUrl="+window.location.pathname+window.location.search; }else{ $(reaction_ControlId).parent().block({ message: '', overlayCSS: { backgroundColor: '#e0dede', opacity:0.6} }); var entityParams = { isReactedByUser: $(reaction_ControlId).attr("user-reaction") == "true" ? true : false, reactionEntityName: $(reaction_ControlId).attr("reactionEntityName"), contactId: userId, recordId: targetRecordId, reactionType: "Like", reactionId: $(reaction_ControlId).attr("reaction-id"), siteId: "44c1922b-d231-4183-bae6-be148059122f", comment:$(reaction_ControlId).attr("commentflag") == 'true'?true:false }; LoadReactionControl(entityParams, successCallback, errorCallback); function successCallback(createdRecordId, res, status, xhr){ $(reaction_ControlId).attr("reaction-id", createdRecordId); if(createdRecordId != "" && createdRecordId != undefined){ $(reaction_ControlId).attr("user-reaction", true); $(reaction_ControlId).empty(); $(reaction_ControlId).html(reacted_Snippet); }else{ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } function errorCallback(res){ if(res.status == 500 && $(reaction_ControlId).attr("user-reaction") == "true"){ getRecord("mspwrplt_cmty_discussionreaction", '', targetRecordId, function(){}, errRetrieve); } $(reaction_ControlId).parent().unblock(); } function errRetrieve(res){ if(res.status == 404){ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).attr("reaction-id", ''); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } } }catch(err) { console.error(err.message); $(reaction_ControlId).parent().unblock(); } }(0)

Report

', content: function() { var shareDialogHtml=""; shareDialogHtml += ''; shareDialogHtml += '

'; return shareDialogHtml; }});$('#share_0fe29c7e-42f3-ee11-904c-000d3a57434b').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'); 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;});}); 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"); }

1
Replies

Suggested answer

Microsoft Dynamics AX forum Static V/S Dynamic plan

Posted on by Community member

Hi,I understand theoretically that Static plan runs only once and doesn't looks for changes and is creates planned order in regenerative m...

Reply

Like'; var react_Snippet = 'Dynamics Community Forum Thread (11)Like'; function HandleReactionRecord(e, targetRecordId) { var reaction_ControlId = "#"+e.id; try{ if(false == false){ window.location.href = "/signin?returnUrl="+window.location.pathname+window.location.search; }else{ $(reaction_ControlId).parent().block({ message: '', overlayCSS: { backgroundColor: '#e0dede', opacity:0.6} }); var entityParams = { isReactedByUser: $(reaction_ControlId).attr("user-reaction") == "true" ? true : false, reactionEntityName: $(reaction_ControlId).attr("reactionEntityName"), contactId: userId, recordId: targetRecordId, reactionType: "Like", reactionId: $(reaction_ControlId).attr("reaction-id"), siteId: "44c1922b-d231-4183-bae6-be148059122f", comment:$(reaction_ControlId).attr("commentflag") == 'true'?true:false }; LoadReactionControl(entityParams, successCallback, errorCallback); function successCallback(createdRecordId, res, status, xhr){ $(reaction_ControlId).attr("reaction-id", createdRecordId); if(createdRecordId != "" && createdRecordId != undefined){ $(reaction_ControlId).attr("user-reaction", true); $(reaction_ControlId).empty(); $(reaction_ControlId).html(reacted_Snippet); }else{ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } function errorCallback(res){ if(res.status == 500 && $(reaction_ControlId).attr("user-reaction") == "true"){ getRecord("mspwrplt_cmty_discussionreaction", '', targetRecordId, function(){}, errRetrieve); } $(reaction_ControlId).parent().unblock(); } function errRetrieve(res){ if(res.status == 404){ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).attr("reaction-id", ''); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } } }catch(err) { console.error(err.message); $(reaction_ControlId).parent().unblock(); } }(0)

Report

', content: function() { var shareDialogHtml=""; shareDialogHtml += ''; shareDialogHtml += '

'; return shareDialogHtml; }});$('#share_ac1d5fb6-04f5-ee11-a1fd-6045bdfffffc').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'); 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;});}); 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"); }

1
Replies

Suggested answer

Finance forum PO workflow

Posted on by Community member Dynamics Community Forum Thread (13)4

I am attempting to create workflow where the submitter is also and approver in the flow which has spending limits. I do not want the submitter to appr...

Reply

Like'; var react_Snippet = 'Dynamics Community Forum Thread (15)Like'; function HandleReactionRecord(e, targetRecordId) { var reaction_ControlId = "#"+e.id; try{ if(false == false){ window.location.href = "/signin?returnUrl="+window.location.pathname+window.location.search; }else{ $(reaction_ControlId).parent().block({ message: '', overlayCSS: { backgroundColor: '#e0dede', opacity:0.6} }); var entityParams = { isReactedByUser: $(reaction_ControlId).attr("user-reaction") == "true" ? true : false, reactionEntityName: $(reaction_ControlId).attr("reactionEntityName"), contactId: userId, recordId: targetRecordId, reactionType: "Like", reactionId: $(reaction_ControlId).attr("reaction-id"), siteId: "44c1922b-d231-4183-bae6-be148059122f", comment:$(reaction_ControlId).attr("commentflag") == 'true'?true:false }; LoadReactionControl(entityParams, successCallback, errorCallback); function successCallback(createdRecordId, res, status, xhr){ $(reaction_ControlId).attr("reaction-id", createdRecordId); if(createdRecordId != "" && createdRecordId != undefined){ $(reaction_ControlId).attr("user-reaction", true); $(reaction_ControlId).empty(); $(reaction_ControlId).html(reacted_Snippet); }else{ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } function errorCallback(res){ if(res.status == 500 && $(reaction_ControlId).attr("user-reaction") == "true"){ getRecord("mspwrplt_cmty_discussionreaction", '', targetRecordId, function(){}, errRetrieve); } $(reaction_ControlId).parent().unblock(); } function errRetrieve(res){ if(res.status == 404){ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).attr("reaction-id", ''); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } } }catch(err) { console.error(err.message); $(reaction_ControlId).parent().unblock(); } }(2)

Report

', content: function() { var shareDialogHtml=""; shareDialogHtml += ''; shareDialogHtml += '

'; return shareDialogHtml; }});$('#share_37ecb15b-80f2-ee11-904c-00224827e012').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'); 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;});}); 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"); }

4
Replies

Suggested answer

Finance forum InActive addresses not appearing in my report

Posted on by Community member Dynamics Community Forum Thread (17)70

Hi,I created a query with two tables: TableZ and LogisticsPostalAddress.The relation between those tables is TableZ.PostalAddress=LogisticsPostalAddre...

Reply

Like'; var react_Snippet = 'Dynamics Community Forum Thread (19)Like'; function HandleReactionRecord(e, targetRecordId) { var reaction_ControlId = "#"+e.id; try{ if(false == false){ window.location.href = "/signin?returnUrl="+window.location.pathname+window.location.search; }else{ $(reaction_ControlId).parent().block({ message: '', overlayCSS: { backgroundColor: '#e0dede', opacity:0.6} }); var entityParams = { isReactedByUser: $(reaction_ControlId).attr("user-reaction") == "true" ? true : false, reactionEntityName: $(reaction_ControlId).attr("reactionEntityName"), contactId: userId, recordId: targetRecordId, reactionType: "Like", reactionId: $(reaction_ControlId).attr("reaction-id"), siteId: "44c1922b-d231-4183-bae6-be148059122f", comment:$(reaction_ControlId).attr("commentflag") == 'true'?true:false }; LoadReactionControl(entityParams, successCallback, errorCallback); function successCallback(createdRecordId, res, status, xhr){ $(reaction_ControlId).attr("reaction-id", createdRecordId); if(createdRecordId != "" && createdRecordId != undefined){ $(reaction_ControlId).attr("user-reaction", true); $(reaction_ControlId).empty(); $(reaction_ControlId).html(reacted_Snippet); }else{ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } function errorCallback(res){ if(res.status == 500 && $(reaction_ControlId).attr("user-reaction") == "true"){ getRecord("mspwrplt_cmty_discussionreaction", '', targetRecordId, function(){}, errRetrieve); } $(reaction_ControlId).parent().unblock(); } function errRetrieve(res){ if(res.status == 404){ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).attr("reaction-id", ''); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } } }catch(err) { console.error(err.message); $(reaction_ControlId).parent().unblock(); } }(2)

', content: function() { var shareDialogHtml=""; shareDialogHtml += ''; shareDialogHtml += '

'; return shareDialogHtml; }});$('#share_dd76a456-6eef-ee11-904c-000d3a5474a4').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'); 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;});}); 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"); }

8
Replies

Suggested answer

Business Central forum Learning Business Central

Posted on by Community member Dynamics Community Forum Thread (21)2

I am an Accountant seeking to familiarize myself with Microsoft Dynamics Business Central. Does anyone know of any textbooks that provide tutorials on...

Reply

Like'; var react_Snippet = 'Dynamics Community Forum Thread (23)Like'; function HandleReactionRecord(e, targetRecordId) { var reaction_ControlId = "#"+e.id; try{ if(false == false){ window.location.href = "/signin?returnUrl="+window.location.pathname+window.location.search; }else{ $(reaction_ControlId).parent().block({ message: '', overlayCSS: { backgroundColor: '#e0dede', opacity:0.6} }); var entityParams = { isReactedByUser: $(reaction_ControlId).attr("user-reaction") == "true" ? true : false, reactionEntityName: $(reaction_ControlId).attr("reactionEntityName"), contactId: userId, recordId: targetRecordId, reactionType: "Like", reactionId: $(reaction_ControlId).attr("reaction-id"), siteId: "44c1922b-d231-4183-bae6-be148059122f", comment:$(reaction_ControlId).attr("commentflag") == 'true'?true:false }; LoadReactionControl(entityParams, successCallback, errorCallback); function successCallback(createdRecordId, res, status, xhr){ $(reaction_ControlId).attr("reaction-id", createdRecordId); if(createdRecordId != "" && createdRecordId != undefined){ $(reaction_ControlId).attr("user-reaction", true); $(reaction_ControlId).empty(); $(reaction_ControlId).html(reacted_Snippet); }else{ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } function errorCallback(res){ if(res.status == 500 && $(reaction_ControlId).attr("user-reaction") == "true"){ getRecord("mspwrplt_cmty_discussionreaction", '', targetRecordId, function(){}, errRetrieve); } $(reaction_ControlId).parent().unblock(); } function errRetrieve(res){ if(res.status == 404){ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).attr("reaction-id", ''); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } } }catch(err) { console.error(err.message); $(reaction_ControlId).parent().unblock(); } }(1)

Report

', content: function() { var shareDialogHtml=""; shareDialogHtml += ''; shareDialogHtml += '

'; return shareDialogHtml; }});$('#share_058d3033-bef1-ee11-904c-00224827ecaa').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'); 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;});}); 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"); }

4
Replies

Answered

Dynamics 365 general forum Translation of buttons created with the Command Bar designer for model-driven apps

Posted on by Eleem Dynamics Community Forum Thread (25)24

Hi,I've recently discovered that custom buttons on the command bar can be created with the Command Bar designer for model-driven apps.However, I'm struggling to find out how translations of the button labels can be done.According to t...

Reply

Like'; var react_Snippet = 'Dynamics Community Forum Thread (27)Like'; function HandleReactionRecord(e, targetRecordId) { var reaction_ControlId = "#"+e.id; try{ if(false == false){ window.location.href = "/signin?returnUrl="+window.location.pathname+window.location.search; }else{ $(reaction_ControlId).parent().block({ message: '', overlayCSS: { backgroundColor: '#e0dede', opacity:0.6} }); var entityParams = { isReactedByUser: $(reaction_ControlId).attr("user-reaction") == "true" ? true : false, reactionEntityName: $(reaction_ControlId).attr("reactionEntityName"), contactId: userId, recordId: targetRecordId, reactionType: "Like", reactionId: $(reaction_ControlId).attr("reaction-id"), siteId: "44c1922b-d231-4183-bae6-be148059122f", comment:$(reaction_ControlId).attr("commentflag") == 'true'?true:false }; LoadReactionControl(entityParams, successCallback, errorCallback); function successCallback(createdRecordId, res, status, xhr){ $(reaction_ControlId).attr("reaction-id", createdRecordId); if(createdRecordId != "" && createdRecordId != undefined){ $(reaction_ControlId).attr("user-reaction", true); $(reaction_ControlId).empty(); $(reaction_ControlId).html(reacted_Snippet); }else{ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } function errorCallback(res){ if(res.status == 500 && $(reaction_ControlId).attr("user-reaction") == "true"){ getRecord("mspwrplt_cmty_discussionreaction", '', targetRecordId, function(){}, errRetrieve); } $(reaction_ControlId).parent().unblock(); } function errRetrieve(res){ if(res.status == 404){ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).attr("reaction-id", ''); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } } }catch(err) { console.error(err.message); $(reaction_ControlId).parent().unblock(); } }(0)

Report

', content: function() { var shareDialogHtml=""; shareDialogHtml += ''; shareDialogHtml += '

'; return shareDialogHtml; }});$('#share_ce7a4690-4edf-46a4-9f76-f8683f0f205b').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'); 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;});}); 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"); }

4
Replies

Unanswered

Finance forum URGENT - Cannot Close Inventory Error

Posted on by Jsabanovski Dynamics Community Forum Thread (29)190

I cannot close inventory because of this message on a specific item, /You can't have unallocated cost on planning formula of production Id USP-B000908...

Reply

Like'; var react_Snippet = 'Dynamics Community Forum Thread (31)Like'; function HandleReactionRecord(e, targetRecordId) { var reaction_ControlId = "#"+e.id; try{ if(false == false){ window.location.href = "/signin?returnUrl="+window.location.pathname+window.location.search; }else{ $(reaction_ControlId).parent().block({ message: '', overlayCSS: { backgroundColor: '#e0dede', opacity:0.6} }); var entityParams = { isReactedByUser: $(reaction_ControlId).attr("user-reaction") == "true" ? true : false, reactionEntityName: $(reaction_ControlId).attr("reactionEntityName"), contactId: userId, recordId: targetRecordId, reactionType: "Like", reactionId: $(reaction_ControlId).attr("reaction-id"), siteId: "44c1922b-d231-4183-bae6-be148059122f", comment:$(reaction_ControlId).attr("commentflag") == 'true'?true:false }; LoadReactionControl(entityParams, successCallback, errorCallback); function successCallback(createdRecordId, res, status, xhr){ $(reaction_ControlId).attr("reaction-id", createdRecordId); if(createdRecordId != "" && createdRecordId != undefined){ $(reaction_ControlId).attr("user-reaction", true); $(reaction_ControlId).empty(); $(reaction_ControlId).html(reacted_Snippet); }else{ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } function errorCallback(res){ if(res.status == 500 && $(reaction_ControlId).attr("user-reaction") == "true"){ getRecord("mspwrplt_cmty_discussionreaction", '', targetRecordId, function(){}, errRetrieve); } $(reaction_ControlId).parent().unblock(); } function errRetrieve(res){ if(res.status == 404){ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).attr("reaction-id", ''); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } } }catch(err) { console.error(err.message); $(reaction_ControlId).parent().unblock(); } }(1)

Report

', content: function() { var shareDialogHtml=""; shareDialogHtml += ''; shareDialogHtml += '

'; return shareDialogHtml; }});$('#share_96a8f8ae-86ef-ee11-904c-6045bda7c23b').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'); 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;});}); 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"); }

4
Replies

Unanswered

Finance forum 30 days free trial of D3365 FO

Posted on by Kacper.Domagala Dynamics Community Forum Thread (33)89

Hi,I would like to inquire whether obtaining permission to use D365 FO for 30 days requires meeting additional conditions. I have requested thre...

Reply

Like'; var react_Snippet = 'Dynamics Community Forum Thread (35)Like'; function HandleReactionRecord(e, targetRecordId) { var reaction_ControlId = "#"+e.id; try{ if(false == false){ window.location.href = "/signin?returnUrl="+window.location.pathname+window.location.search; }else{ $(reaction_ControlId).parent().block({ message: '', overlayCSS: { backgroundColor: '#e0dede', opacity:0.6} }); var entityParams = { isReactedByUser: $(reaction_ControlId).attr("user-reaction") == "true" ? true : false, reactionEntityName: $(reaction_ControlId).attr("reactionEntityName"), contactId: userId, recordId: targetRecordId, reactionType: "Like", reactionId: $(reaction_ControlId).attr("reaction-id"), siteId: "44c1922b-d231-4183-bae6-be148059122f", comment:$(reaction_ControlId).attr("commentflag") == 'true'?true:false }; LoadReactionControl(entityParams, successCallback, errorCallback); function successCallback(createdRecordId, res, status, xhr){ $(reaction_ControlId).attr("reaction-id", createdRecordId); if(createdRecordId != "" && createdRecordId != undefined){ $(reaction_ControlId).attr("user-reaction", true); $(reaction_ControlId).empty(); $(reaction_ControlId).html(reacted_Snippet); }else{ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } function errorCallback(res){ if(res.status == 500 && $(reaction_ControlId).attr("user-reaction") == "true"){ getRecord("mspwrplt_cmty_discussionreaction", '', targetRecordId, function(){}, errRetrieve); } $(reaction_ControlId).parent().unblock(); } function errRetrieve(res){ if(res.status == 404){ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).attr("reaction-id", ''); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } } }catch(err) { console.error(err.message); $(reaction_ControlId).parent().unblock(); } }(2)

Report

', content: function() { var shareDialogHtml=""; shareDialogHtml += ''; shareDialogHtml += '

'; return shareDialogHtml; }});$('#share_d026da46-bdf1-ee11-904c-6045bda9cc03').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'); 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;});}); 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"); }

2
Replies

Unanswered

Finance forum PO is not generating from release Approved purchase requisition tab

Posted on by Seder Group Dynamics Community Forum Thread (37)10

PO is not generating once the Purchase requisition is Approved from release Approved purchase requisition tab. Its showing an error messageAutom...

Reply

Like'; var react_Snippet = 'Dynamics Community Forum Thread (39)Like'; function HandleReactionRecord(e, targetRecordId) { var reaction_ControlId = "#"+e.id; try{ if(false == false){ window.location.href = "/signin?returnUrl="+window.location.pathname+window.location.search; }else{ $(reaction_ControlId).parent().block({ message: '', overlayCSS: { backgroundColor: '#e0dede', opacity:0.6} }); var entityParams = { isReactedByUser: $(reaction_ControlId).attr("user-reaction") == "true" ? true : false, reactionEntityName: $(reaction_ControlId).attr("reactionEntityName"), contactId: userId, recordId: targetRecordId, reactionType: "Like", reactionId: $(reaction_ControlId).attr("reaction-id"), siteId: "44c1922b-d231-4183-bae6-be148059122f", comment:$(reaction_ControlId).attr("commentflag") == 'true'?true:false }; LoadReactionControl(entityParams, successCallback, errorCallback); function successCallback(createdRecordId, res, status, xhr){ $(reaction_ControlId).attr("reaction-id", createdRecordId); if(createdRecordId != "" && createdRecordId != undefined){ $(reaction_ControlId).attr("user-reaction", true); $(reaction_ControlId).empty(); $(reaction_ControlId).html(reacted_Snippet); }else{ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } function errorCallback(res){ if(res.status == 500 && $(reaction_ControlId).attr("user-reaction") == "true"){ getRecord("mspwrplt_cmty_discussionreaction", '', targetRecordId, function(){}, errRetrieve); } $(reaction_ControlId).parent().unblock(); } function errRetrieve(res){ if(res.status == 404){ $(reaction_ControlId).attr("user-reaction", false); $(reaction_ControlId).attr("reaction-id", ''); $(reaction_ControlId).empty(); $(reaction_ControlId).html(react_Snippet); } $(reaction_ControlId).parent().unblock(); } } }catch(err) { console.error(err.message); $(reaction_ControlId).parent().unblock(); } }(0)

Report

', content: function() { var shareDialogHtml=""; shareDialogHtml += ''; shareDialogHtml += '

'; return shareDialogHtml; }});$('#share_a5943f10-ccf4-ee11-a1fe-6045bdeb8873').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'); 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;});}); 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"); }

1
Replies

Helpful resources

Quick Links

Dynamics 365 Community Tips

Hello community! We now have a good number of helpful tips for how to best use…

What Motivates a Super User?

We know many of you visit the Dynamics 365 Community and Power Platform…

March User Group Update: New Groups and…

Welcome to this month’s celebration of our Community User Groups and exciting User…

more Community News and Updates

Dynamics Community Forum Thread (44)

Subscribe to Community forums

Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.

Leaderboard #1 Andre Arnaud de Cal... 282,434 Super User #2 Martin Dráb 222,489 Super User #3 nmaenpaa 101,136 Leaderboard

Product updates

Dynamics 365 release plans

  • Profile
  • Messages
  • Sign out
Dynamics Community Forum Thread (2024)
Top Articles
Latest Posts
Article information

Author: Lakeisha Bayer VM

Last Updated:

Views: 6455

Rating: 4.9 / 5 (49 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Lakeisha Bayer VM

Birthday: 1997-10-17

Address: Suite 835 34136 Adrian Mountains, Floydton, UT 81036

Phone: +3571527672278

Job: Manufacturing Agent

Hobby: Skimboarding, Photography, Roller skating, Knife making, Paintball, Embroidery, Gunsmithing

Introduction: My name is Lakeisha Bayer VM, I am a brainy, kind, enchanting, healthy, lovely, clean, witty person who loves writing and wants to share my knowledge and understanding with you.