• jcnac
  • NEWBIE
  • 24 Points
  • Member since 2010

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 17
    Replies
Hi, I want to delete some of the picklist values of several fields on one of my objects. it seems that deleting the picklist values by deleting the tag in the .object file do not work. I am avoiding to do the deletion via the setup > create > objects > [object] > [field] screen then delete those picklist values one by one. Is there a way to do deletion of picklist values in "bulk" or is there a faster way? Thanks!
  • May 25, 2010
  • Like
  • 0

we have a case where a sites page is being used as a login screen, then internally it logs in the customer portal after. then the logout facility is used by redirecting to /secur/logout.jsp

after logout, in the URL, input the Sites URL + a VisualForce page that can only be accessed while logged in.

What happens is that SalesForce allowed the access and logs as last user that logged in.

 

example:

sites URL = https://company.na1.force.com/

after logging in, we browse through the system, let's say: the URL is now https://na1.salesforce.com/apex/SamplePage

assuming that SamplePage is one of the VF pages implemented and can only be accessed by a logged in portal user.

then click on logout -> used https://na1.salesforce.com/secur/logout.jsp

then, input in URL: https://company.na1.force.com/apex/SamplePage

The browser will redirect to the page as if the previous user is logged in.

 

after some investigation, it seems that the cookie for https://na1.salesforce.com domain is the only one invalidated and https://company.na1.force.com/ domain cookie is still valid, allowing the access to the system.

 

it seems that we need to logout by redirecting to https://company.na1.force.com/secur/logout.jsp too to invalidate both cookies.

 

My idea is on click of logout, it will redirect into a blank VF page that logs out using https://company.na1.force.com/secur/logout.jsp in an iFrame, then, redirect to https://na1.salesforce.com/secur/logout.jsp

 

Do you have any better ideas?

  • February 11, 2010
  • Like
  • 0

We have sites implemented, but the Customer Portal URL can still be accessed, and the Customer Portal Login screen is displayed.

1.) how can we disable the Old URL?

2.) If we cannot disable the old URL, how can I disable or customize the forgot password link? We have our own Forgot Password functionality in place but if the user access the Old URL and click on this link, SalesForce sends the password to the user bypassing our Forgot Password mechanism.

 

I've tried to insert a javascript in Login Message in Customer Portal Settings and tried to change the href value of the forgotPassword link. but the element is not yet loaded onload and I can't change the href attribute. Any other ideas?

  • February 01, 2010
  • Like
  • 0

Just confirming, the statement "SalesForce.com StyleSheets" are referering to the CSS files that SalesForce uses and NOT any Custom CSS that is stored in SlaesForce Static Resources right?

Thanks.

  • January 21, 2010
  • Like
  • 0

Hi, Is there someone familiar with "New Page Request Limit" in Spring that states:

"the maximum response size from a Visualforce page must be below 15 MB".

 

 

Do Force.com have a limit before? if there are none (or if the limit is larger before), how can we measure / test our current custom system to determine if we will hit the limit.

  • January 20, 2010
  • Like
  • 0

I encountered a case where some of our VF pages suddenly uses a different color than the ones we setup in Customer Portal settings. This only happened last tuesday.

After further investigation, it seems that a certain setting in extension.css is overriding the setting in portal.css

 

I created a simple VF page and found out that I can consistenly replicate it when I use an action function then rerender a pageBlock

 

Do you have an idea what happened and what is the best solution for this. thanks.

  • January 11, 2010
  • Like
  • 0

we have a case where a sites page is being used as a login screen, then internally it logs in the customer portal after. then the logout facility is used by redirecting to /secur/logout.jsp

after logout, in the URL, input the Sites URL + a VisualForce page that can only be accessed while logged in.

What happens is that SalesForce allowed the access and logs as last user that logged in.

 

example:

sites URL = https://company.na1.force.com/

after logging in, we browse through the system, let's say: the URL is now https://na1.salesforce.com/apex/SamplePage

assuming that SamplePage is one of the VF pages implemented and can only be accessed by a logged in portal user.

then click on logout -> used https://na1.salesforce.com/secur/logout.jsp

then, input in URL: https://company.na1.force.com/apex/SamplePage

The browser will redirect to the page as if the previous user is logged in.

 

after some investigation, it seems that the cookie for https://na1.salesforce.com domain is the only one invalidated and https://company.na1.force.com/ domain cookie is still valid, allowing the access to the system.

 

it seems that we need to logout by redirecting to https://company.na1.force.com/secur/logout.jsp too to invalidate both cookies.

 

My idea is on click of logout, it will redirect into a blank VF page that logs out using https://company.na1.force.com/secur/logout.jsp in an iFrame, then, redirect to https://na1.salesforce.com/secur/logout.jsp

 

Do you have any better ideas?

  • February 11, 2010
  • Like
  • 0

We have sites implemented, but the Customer Portal URL can still be accessed, and the Customer Portal Login screen is displayed.

1.) how can we disable the Old URL?

2.) If we cannot disable the old URL, how can I disable or customize the forgot password link? We have our own Forgot Password functionality in place but if the user access the Old URL and click on this link, SalesForce sends the password to the user bypassing our Forgot Password mechanism.

 

I've tried to insert a javascript in Login Message in Customer Portal Settings and tried to change the href value of the forgotPassword link. but the element is not yet loaded onload and I can't change the href attribute. Any other ideas?

  • February 01, 2010
  • Like
  • 0

We are looking to create a mobile version of our site.  Will we have to create two separate versions of the site (one for desktop and one for mobile) or is there a tool that will transform a normal webpage into a mobile version?

 

 

Maybe some CSS?

 

 

Thanks for any response.

 

Adam

Can we export the chart of report to excel file?

I encountered a case where some of our VF pages suddenly uses a different color than the ones we setup in Customer Portal settings. This only happened last tuesday.

After further investigation, it seems that a certain setting in extension.css is overriding the setting in portal.css

 

I created a simple VF page and found out that I can consistenly replicate it when I use an action function then rerender a pageBlock

 

Do you have an idea what happened and what is the best solution for this. thanks.

  • January 11, 2010
  • Like
  • 0
We have placed the Customer Portal login URL inside an iframe on an existing web page. How do we get it to redirct to the Portal on login?