function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDCLifeSFDCLife 

Echosign Admin Tab is not Working for Community Users(Partner Community)

Hi friends,

I have installed the Echosign app in my org. From this app i am accessing the Echosign Admin tab as a salesforce User at this time, the tab loading good. But if i access this tab from the Community, user get the URL not exist error. Community user having all object level acces.  Please provide your solutions as soon as possible. It's too urgent.
 
Phil WeinmeisterPhil Weinmeister
Hi Arun8,

Is there a related Visualforce page within this tab? If so, that will need to be shared with the profile of the Community members.

Have you shared the Echosign Admin tab? It sounds like you have, but just checking.

Thanks,
Phil
Phil WeinmeisterPhil Weinmeister
What happens if you directly go to https://arun-arun.cs8.force.com/apex/echosign_dev1__EchosignAdmin as the Community User?
Phil WeinmeisterPhil Weinmeister
Something is off, since cs8 is a sandbox and na15 is prod...they should both be pointing to the same server. Do you have some kind of login redirect in place?
SFDCLifeSFDCLife
Hi Phil,

Thanks for your reply. There is no redirection avail.

I have added all page and class visiblity for partner community member profiles and added Tabs.

One thing i noticed the URL Change when selection Echosign Admin tab.

Scenario 1: Entering tab using normal System Admin i get the below url,
https://echosign-dev1.na15.visual.force.com/apex/EchosignAdmin

Scenario 2: Entering tab using community user i get the below url,
https://arun-arun.cs8.force.com/apex/echosign_dev1__EchosignAdmin

Two Pages avail,
1. EchosignAdmin
2. EchosignAdmingSetting


EchoSignAdmin page used the EchosignAdmin tab. This page calling another page called echosignadminsetting, i thought there is a issue on supporting iFrame in Community.

Here is the EchoSignAdmin Page,

<apex:page controller="echosign_dev1.EchoSignAdminController" title="EchoSign Admin"> <iframe src="/apex/EchoSignAdminSettings" width="100%" height="1050px" frameborder="0" /> </apex:page>

Do you find any idea for this?