You’re offline. This is a read only version of the page.
Skip to main content
Forum boards
Category
All
Microsoft Dynamics GP
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_61719673-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 GP (Archived)
Help retrieving GL Transactions.
Last replied
Posted on
by
talty09
37
really hoping someone can help me out here. I am working with Microsoft Dynamics Great Plains (GP) web services. Basically we need to directly integrate with GP through our app. I have been doing some digging around in an attempt to map my interna...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_33061105-36a5-47d0-9d3b-c10779bb9422').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 GP (Archived)
Segregation of Duties (SOD) conflict matrix
Last replied
Posted on
by
rchiulli
7
Hello,
I am in the process of performing a review of SOD roles/ tasks for compliance purposes. I am new to GP and was hoping to find some whitepaper guidance or excel based matrix for the common role conflicts by GP tasks.
thanks in advanc...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_08dda6dd-1c59-4798-ac4d-4a30ffd1fa91').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 GP (Archived)
Integration Manager V16 GP 2016
Last replied
Posted on
by
Kelly Moss
111
Recently upgraded to windows 10 and the stop button the integration manager screen quit working. Any workaround for this?
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_46381c48-92e6-4859-8761-530efb201122').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 GP (Archived)
Trouble with Field Level Security on Vendor EFT Window
Last replied
Posted on
by
Ron Alexander
203
I'm working with a client to try and add Field Level Security to the Vendor EFT Bank Maintenance window. The client would like to set the Bank Name, Transit Routing Number and Bank Account Number as 'read only' or 'view&...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_6094389e-10f5-41b5-b587-38bf8658e071').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 GP (Archived)
Report printing shrunk ?
Posted on
by
Community Member
4,742
Hi All,
One of my users has reported that the report printing has shrunk.. short of resetting the printer settings back to default itself, I was wondering if there is anything within GP/reports that has some sort of print fit to page/...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_bc402f96-d526-4d74-b15d-f648fba3ce73').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 GP (Archived)
Upgrading from GP 2010 to 2016
Last replied
Posted on
by
Rashid C
161
Hi All,
We are upgrading our GP 2010 (SP4) to 2016.
Initially trying to upgrade from GP2010 to 2015. Now I am getting the below error when I am running the Utility of GP 2015. This is happening when the Company Table Upgrade process starts. Plea...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_9a8d30cc-26b2-4e49-b976-32ef45d0de43').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_d243d634-51cc-4f59-a0cf-2ebd56c469ef').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 GP (Archived)
Adding User Licenses to GP
Last replied
Posted on
by
bbghazal11
26
Hi,
We only had 5 user licenses for Dynamics GP 2015. We purchased 6 more and we received the reg keys. How can I add them to our environment?
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_8356395e-5dc2-4482-8c49-86b5f28f4637').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 GP (Archived)
Incorrect Invoice Void - Fixing POP
Last replied
Posted on
by
Paris Tilton
7
Receiving transactions entry was recorded incorrectly in new month. In order to fix, user voided the transaction instead of doing a returns transaction on the POP module level. Now AP level is correct but POP is incorrect.
I wanted to confirm...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_6b27a44b-8566-4faf-bdad-1751270b4432').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