You’re offline. This is a read only version of the page.
Skip to main content
Forum boards
Category
All
Engaging with FastTrack
On-prem to Online Migration
Other
Success by Design
Status
All
Answered
Suggested answer
Unanswered
Sort by
Latest activity
Most recent replied post
Most recent posts with no replies
Unanswered
FastTrack for Dynamics 365 forum
Add Total Dollar Amount To Pipeline chart
Last replied
Posted on
by
BM-15042131-0
0
Hello,
I was able to create a pipeline chart and all I would to do as add the total dollar amount to this chart. Could someone please help?...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_fdd73f4d-411a-f011-998a-000d3a990cc2').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_a6a8729a-f20f-f011-9989-7c1e52643bb6').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
FastTrack for Dynamics 365 forum
Allow sorting forum posts by date when searching
Last replied
Posted on
by
Taavo T
28
When you search for forum posts, you are not able to sort by date. The posts are sorted by 'Relevance' with no option to change. Many forum posts be...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_55cae08f-b417-f011-998a-6045bdedea0b').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_b159fc7e-bb0f-f011-9989-7c1e520dbb77').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_2daba4dd-6109-f011-bae3-7c1e52585ca6').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_18967492-8d09-f011-bae3-7c1e520dbb77').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
FastTrack for Dynamics 365 forum
landing zone
Last replied
Posted on
by
XM-19031350-0
2
We have successfully migrated our on-prem D365 to the cloud, and we are currently satisfied with our cloud environment. However, I have been hearing...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_ae750754-c904-f011-bae3-000d3a106006').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
FastTrack for Dynamics 365 forum
SFTP Connection
Last replied
Posted on
by
NN-26110709-0
15
Hi
We had a requirement to export vendor payment files to BANK SFTP folder
For the SFTP connection, I have a Username, host, port and privat...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_f1f00953-5c05-f011-bae1-7c1e52199c3e').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
FastTrack for Dynamics 365 forum
Reverse Historical Year
Last replied
Posted on
by
CU21020943-1
0
Cant reverse historical year in microsoft dynamics gp. It shows other users logged in system
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_e480f589-38f0-ef11-be21-000d3a108096').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
FastTrack for Dynamics 365 forum
Lorsqu'un élément est créé ou modifié
Last replied
Posted on
by
KT-19021100-0
0
Bonjour a tous !!
je suis nouveau j'ai 2 flux le 1er s'exécute normalement mais arrivé au second flux un processus d'approbation doit s'exécuter ma...
',
content: function() {
var shareDialogHtml="";
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
Share Event ';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
shareDialogHtml += '
';
return shareDialogHtml;
}
});
$('#share_6994f4f8-b1ee-ef11-be20-00224826f41b').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