• Harpreet
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 5
    Replies

Hi,

 

When closing Salesfoce page I have to get the alert like 'do you want close the page' . Like that I have to get the message when I am closing My salesforce Tab.

 

Please Help Me.

I have created a site, whos sole purpose is to contain three forms for collecting sensative information, that will create a new record in a custom object.

 

I have other issues that still need to be worked out, but one issue is at the top of the list. 

 

I (more importantly Guest) can access the forms from BOTH the http and https address.  Since the collected content is sensative, I would only like the https site to be accessible. in short, how do I disable http access, while maintaining https access to the site.

 

At present, my only known means of limiting http access, is by not divulging http in any links,email templates, etc.  But if someone were to inadvertantly switch to http, then I'm concerned the content provided may not be as secure as we would like, and/or the confidence of the visitor may be deminished.

 

https://automatedmerchant.force.com/amsapps  If you want to take a look. (keep in mind I'm still experimenting with certain items on the pages contained therein, so the pages aren't actually ready for release)

Hi,

 

I am new to javascript in salesforce.my issue is i need to write a javascript when i click on a button some data  should store in one text field.For example i created one custom button in detail page in Account object.when i click on this button i want to store some data in Billing City field.

 

any one guide me....

 

Thanks

Hi developers,

                        how can we change the default Salesforce CRM UI.

defaultly some look and feel is observing in CRM but is possible to change as we customize some social networks themes. How can we? plz suggest options.

I have a vf page that was working ok, but failed as soon as I enabled advanced currency management.

 

Here's the relevant markup:

 

 

<apex:column headerValue="Amount"><apex:outputfield value="{!opp.Amount}"/></apex:column>

 

 and here's the error (which was followed by a stack trace):

 

 

Currency fields on entities with effective dated currency are not supported. ...Exception type: class common.exception.ApiException Exception msg: Currency fields on entities with effective dated currency are not supported. Stack trace: common.exception.ApiException: Currency fields on entities with effective dated currency are not supported. at core.apexpages.components.ApexFieldComponentBase.compile(ApexFieldComponentBase.java:903) ...

 

 I filed a support case with Salesforce, and our account exec wrote:

 

I have had a development team member review the error message and it seems that thiis as expecetd. 

This case has been registered to the current feature request for development in a future release. 

 

Can it be true that enabling advanced currency management makes it impossible to display any currency field in visual force?