Dynamic report through custom link- formatting











up vote
1
down vote

favorite












I am using Dynamic reports through custom link URL



https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}



The report appears as below onclick of customlink . However is it possible to just display report part (circled in red pen)?



enter image description here



I am not sure if it related to below forum. can it be used in customlink url and how?
Visualforce embedded report - isdtp parameter options



thanks for your help
athi










share|improve this question






















  • The best you can get is isdtp=mn. https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}&isdtp=mn
    – Pranay Jaiswal
    Nov 27 at 18:37












  • wow .. thanks.. that's what I am looking for.. Although its not read only.. any additional option
    – Athimathi Sachithanandam
    Nov 27 at 18:44












  • Check the answer I posted, it has other options like vw.
    – Pranay Jaiswal
    Nov 27 at 18:50















up vote
1
down vote

favorite












I am using Dynamic reports through custom link URL



https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}



The report appears as below onclick of customlink . However is it possible to just display report part (circled in red pen)?



enter image description here



I am not sure if it related to below forum. can it be used in customlink url and how?
Visualforce embedded report - isdtp parameter options



thanks for your help
athi










share|improve this question






















  • The best you can get is isdtp=mn. https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}&isdtp=mn
    – Pranay Jaiswal
    Nov 27 at 18:37












  • wow .. thanks.. that's what I am looking for.. Although its not read only.. any additional option
    – Athimathi Sachithanandam
    Nov 27 at 18:44












  • Check the answer I posted, it has other options like vw.
    – Pranay Jaiswal
    Nov 27 at 18:50













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I am using Dynamic reports through custom link URL



https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}



The report appears as below onclick of customlink . However is it possible to just display report part (circled in red pen)?



enter image description here



I am not sure if it related to below forum. can it be used in customlink url and how?
Visualforce embedded report - isdtp parameter options



thanks for your help
athi










share|improve this question













I am using Dynamic reports through custom link URL



https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}



The report appears as below onclick of customlink . However is it possible to just display report part (circled in red pen)?



enter image description here



I am not sure if it related to below forum. can it be used in customlink url and how?
Visualforce embedded report - isdtp parameter options



thanks for your help
athi







reporting dynamic






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 27 at 18:30









Athimathi Sachithanandam

156




156












  • The best you can get is isdtp=mn. https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}&isdtp=mn
    – Pranay Jaiswal
    Nov 27 at 18:37












  • wow .. thanks.. that's what I am looking for.. Although its not read only.. any additional option
    – Athimathi Sachithanandam
    Nov 27 at 18:44












  • Check the answer I posted, it has other options like vw.
    – Pranay Jaiswal
    Nov 27 at 18:50


















  • The best you can get is isdtp=mn. https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}&isdtp=mn
    – Pranay Jaiswal
    Nov 27 at 18:37












  • wow .. thanks.. that's what I am looking for.. Although its not read only.. any additional option
    – Athimathi Sachithanandam
    Nov 27 at 18:44












  • Check the answer I posted, it has other options like vw.
    – Pranay Jaiswal
    Nov 27 at 18:50
















The best you can get is isdtp=mn. https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}&isdtp=mn
– Pranay Jaiswal
Nov 27 at 18:37






The best you can get is isdtp=mn. https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}&isdtp=mn
– Pranay Jaiswal
Nov 27 at 18:37














wow .. thanks.. that's what I am looking for.. Although its not read only.. any additional option
– Athimathi Sachithanandam
Nov 27 at 18:44






wow .. thanks.. that's what I am looking for.. Although its not read only.. any additional option
– Athimathi Sachithanandam
Nov 27 at 18:44














Check the answer I posted, it has other options like vw.
– Pranay Jaiswal
Nov 27 at 18:50




Check the answer I posted, it has other options like vw.
– Pranay Jaiswal
Nov 27 at 18:50










1 Answer
1






active

oldest

votes

















up vote
4
down vote



accepted










You can solve it by adding isdtp=mn parameter to your report url.




mn= the header and sidebar are stripped out, but in addition chatter
will always be removed as well, and the old salesforce theme
(pre-aloha) will be used.




So your url will be:



https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}&isdtp=mn


Src : https://www.ca-peterson.com/2011/12/08/the_magic_isdtp_param/






share|improve this answer





















  • I'd forgotten about isdtp.
    – sfdcfox
    Nov 27 at 18:53











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "459"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f240698%2fdynamic-report-through-custom-link-formatting%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
4
down vote



accepted










You can solve it by adding isdtp=mn parameter to your report url.




mn= the header and sidebar are stripped out, but in addition chatter
will always be removed as well, and the old salesforce theme
(pre-aloha) will be used.




So your url will be:



https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}&isdtp=mn


Src : https://www.ca-peterson.com/2011/12/08/the_magic_isdtp_param/






share|improve this answer





















  • I'd forgotten about isdtp.
    – sfdcfox
    Nov 27 at 18:53















up vote
4
down vote



accepted










You can solve it by adding isdtp=mn parameter to your report url.




mn= the header and sidebar are stripped out, but in addition chatter
will always be removed as well, and the old salesforce theme
(pre-aloha) will be used.




So your url will be:



https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}&isdtp=mn


Src : https://www.ca-peterson.com/2011/12/08/the_magic_isdtp_param/






share|improve this answer





















  • I'd forgotten about isdtp.
    – sfdcfox
    Nov 27 at 18:53













up vote
4
down vote



accepted







up vote
4
down vote



accepted






You can solve it by adding isdtp=mn parameter to your report url.




mn= the header and sidebar are stripped out, but in addition chatter
will always be removed as well, and the old salesforce theme
(pre-aloha) will be used.




So your url will be:



https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}&isdtp=mn


Src : https://www.ca-peterson.com/2011/12/08/the_magic_isdtp_param/






share|improve this answer












You can solve it by adding isdtp=mn parameter to your report url.




mn= the header and sidebar are stripped out, but in addition chatter
will always be removed as well, and the old salesforce theme
(pre-aloha) will be used.




So your url will be:



https://xxx.my.salesforce.com/00Om0000000dka3?pv0={!Contact.Contact_Playhouse__c}&pv1={!Contact.Id}&isdtp=mn


Src : https://www.ca-peterson.com/2011/12/08/the_magic_isdtp_param/







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 27 at 18:45









Pranay Jaiswal

12.3k32251




12.3k32251












  • I'd forgotten about isdtp.
    – sfdcfox
    Nov 27 at 18:53


















  • I'd forgotten about isdtp.
    – sfdcfox
    Nov 27 at 18:53
















I'd forgotten about isdtp.
– sfdcfox
Nov 27 at 18:53




I'd forgotten about isdtp.
– sfdcfox
Nov 27 at 18:53


















draft saved

draft discarded




















































Thanks for contributing an answer to Salesforce Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f240698%2fdynamic-report-through-custom-link-formatting%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

If I really need a card on my start hand, how many mulligans make sense? [duplicate]

Alcedinidae

Can an atomic nucleus contain both particles and antiparticles? [duplicate]