• Rich86
  • NEWBIE
  • 25 Points
  • Member since 2010

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

Hi,

 

I have an application that I went to edit and set "Assign to Profiles" as Visible and Default for the "High Volume Customer Portal" profile.

 

I now want to delete this app. I can't because it is default for this profile. So I go in to edit this profile, and unlike the others (e.g. System Admin) it does not contain the "Custom App Settings" section. This means it looks like I cannot set this as not the default profile for this user profile.

 

How can I get out of this deadlock? I need to delete this app, please help!

 

Thanks in advance.

I am creating a custom tab for the partner portal, and I have two custom fields I want to use to pass in to the tab url as GET variables.

So in the URL we have something like:

http://www.url.com/login.aspx?Username={!User.Custom_Username__c}&HashWord={!User.Custom_Hashword__c}

 

The variables are correct and verify - they work when logged in as a standard salesforce user. But when you log in as a partner portal user it doesn't work.

 

Is there any way I can get ANY custom data from either the contact or the user in the partner portal to be accessed when using a custom tab?

 

Thanks in advance,

Rich.

I am creating a custom tab for the partner portal, and I have two custom fields I want to use to pass in to the tab url as GET variables.

So in the URL we have something like:

http://www.url.com/login.aspx?Username={!User.Custom_Username__c}&HashWord={!User.Custom_Hashword__c}

 

The variables are correct and verify - they work when logged in as a standard salesforce user. But when you log in as a partner portal user it doesn't work.

 

Is there any way I can get ANY custom data from either the contact or the user in the partner portal to be accessed when using a custom tab?

 

Thanks in advance,

Rich.