Dynamic report through custom link- formatting
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty{ margin-bottom:0;
}
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)?
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
add a comment |
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)?
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
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
add a comment |
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)?
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
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)?
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
reporting dynamic
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
add a comment |
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
add a comment |
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/
I'd forgotten about isdtp.
– sfdcfox
Nov 27 at 18:53
add a comment |
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/
I'd forgotten about isdtp.
– sfdcfox
Nov 27 at 18:53
add a comment |
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/
I'd forgotten about isdtp.
– sfdcfox
Nov 27 at 18:53
add a comment |
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/
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/
answered Nov 27 at 18:45
Pranay Jaiswal
12.2k32251
12.2k32251
I'd forgotten about isdtp.
– sfdcfox
Nov 27 at 18:53
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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