You’re offline. This is a read only version of the page.
Skip to main content
Forum boards
Category
All
Microsoft Dynamics RMS
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_400214e0-5a9d-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();
}
Unanswered
Microsoft Dynamics RMS (Archived)
Global Voucher Partial Authorization
Posted on
by
Spencer McCandless
2,087
Hi. We're using the voucher server and voucher client with a set of pre-printed gift cards. We're seeing an issue where it will not credit what funds are on the gift card toward the purchase unless the exact amount is explicitly entered. C...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_3662099c-ed78-401d-8f36-93b6cb9880b4').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();
}
Unanswered
Microsoft Dynamics RMS (Archived)
RSAT Parameter
Posted on
by
Community Member
4,742
Do we have any support docs supports data driven frame work for RSAT.
Since RSAT uses Selenium web driver which has Data driven frame work enabled, can some one support on how the same can be achieved in RSAT.
Rajasri
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_d4fab964-d9b3-4e34-bb54-a98c64f91fc2').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_80ac6c6b-531c-432e-8276-e9a0bf014787').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 RMS (Archived)
Generating report query
Posted on
by
Ashok1434
7
does any one can help me with query that will get me following result in one page !
Iteam lookup code
descriptions
quantity sold ( date range like last week/ last month or custom date range )
On Hand quantity
sales pr...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_150fafc8-afc5-483e-8b18-b5a36ef5eb95').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 RMS (Archived)
Reconcile Inactives From Store Operations with Headquarters
Last replied
Posted on
by
pawlybeans
63
We have a set of items separated by bin location in HQ that we are setting to inactive, and we've recently started doing so at the store levels.
Is there a way to either update the items in HQ as inactive once they are at all stores, or perhap...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_eeecb9e3-5e8b-49a7-865c-f4c829f5f12d').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 RMS (Archived)
how to get a copy of my current RMS POS activation key?
Last replied
Posted on
by
scottfatcat
122
I recently have had computer trouble and was migrating to a new POS computer, Initially I tried just moving the hard drive, but that didn't work. I ended up doing a fresh system and RMS install on the new machine. I would like to migrate...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_f2788c50-055e-402f-8b23-99f09f2ce6e4').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_eea1725f-313e-4bbb-a40c-398746c19ca1').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 RMS (Archived)
Warning 915 : The pole display OPOS driver was not found.
Last replied
Posted on
by
Robert Scott
362
Bought an Adesso ADP-100 Pole Display, installed the driver and clicked the enable Pole Display in SO Mgr Register settings and restarted the programs.I'm using Win10 and the device mgr says the item is working properly but opening SO POS give...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_1fdfaf67-16fd-4025-a642-32eb85d4ad7e').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 RMS (Archived)
MS RMS 2.0.0105 Migration to another computer
Last replied
Posted on
by
hawaiicampers
7
Our office uses Microsoft RMS Dynamics as our POS system. Our current computer is old and crashing so we are migrating to a much newer computer.
We DO NOT have the original installation disks that came with the programs when we bought it. We seem ...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_40a08a02-db75-44ec-9c56-a34d8a57dcc2').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