• gnasa
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 4
    Replies

Hi,

 

When trying to log in to customer portal we get following message -

 

'Please enter your User Name.'

 

and when login fails we get following message - 

 

'Your login attempt has failed. The username or password may be incorrect, or your location or login time may be restricted. Please contact the administrator at your company for help.'

 

I wanted to know if it is possible to show above messages in Danish, as our customer who would be using portal are Danish.

Does changing the language of browser to Danish will help?

 

Regards,

gnasa

  • March 16, 2012
  • Like
  • 0

Hello friends,

We are facing some issue with global search functionality. We have few custom object in our salesforce org.
One of our salesforce user is not able to do global search for one of the custom object, though the object is visible to this user.
There are other users with same profile and role, they are able to do global search on this object, but this one particular user is not able to do it.

Few days back I had faced the same issue with global search of the same custom object but now its working fine for me.

Can any one please suggest, why is it behaving this way?
How can we resolve this?

  • February 16, 2012
  • Like
  • 0

Hello friends,

 

I have some understanding gap with customer portal role hierarchy.

 

I had read on wiki as below :

"When you enable a Customer Portal on an account, the system creates a role hierarchy for the account's portal users. The portal roles are unique for each account and include the account's name. For example, “Account A Customer User.” In your organization's overall role hierarchy, this account-specific hierarchy is directly below the account owner."

 

So lets say  Account A was created by a salesforce user having role 'YW'
So will customer portal role hirarchy created for account A will come under this role 'YW' or any salesforce role ??

 

Thanks You.

 

 

  • November 11, 2011
  • Like
  • 0

Hi,

 

I am working on a developer sandbox. I want to configure Partner portal on this sandbox.

I have enabled the partner portal by going to Setup | Customize | Partners | Settings.

 

After we enable it, we get a new profile automatically created i.e Partner Users, but here in my case it is missing.

 

Can any one let us know how to get this profile.

 

thanks.

  • September 14, 2011
  • Like
  • 0

Hello friends,

 

I have a doubt about what is the difference between including a page(apex:include) and a component(apex:component).

 

I mean, when should I use apex:include and when should I use apex:component.

 

Can any one help me understand this?

 

Thanx.

  • August 25, 2011
  • Like
  • 0

Hi,
I am making a Http callout in constructor of the controller. So as to initialize some data with the response.
I am stuck up with writing a testmethod for it.


In the test method I am  making an instance of controller..this will execute the constructor and hence  http callout.. which is not allowed in the test method.

 

Please guide me how do I write a test method for it...

 

Thank You

  • November 01, 2010
  • Like
  • 0

Hello friends,

 

I have some understanding gap with customer portal role hierarchy.

 

I had read on wiki as below :

"When you enable a Customer Portal on an account, the system creates a role hierarchy for the account's portal users. The portal roles are unique for each account and include the account's name. For example, “Account A Customer User.” In your organization's overall role hierarchy, this account-specific hierarchy is directly below the account owner."

 

So lets say  Account A was created by a salesforce user having role 'YW'
So will customer portal role hirarchy created for account A will come under this role 'YW' or any salesforce role ??

 

Thanks You.

 

 

  • November 11, 2011
  • Like
  • 0

I'm using ColdFusion 9 and a SalesForce cfc that I updated to work with version 22.  Everything had been working fine for a while but this week, all of a sudden, I'm getting the above "invalid_type" error when trying to create a lead.  I'm sending to Enterprise API, btw.

 

Here is a sample soap request:

 

<?xml version="1.0" encoding="utf-8"?>
    <soapenv:Envelope
        xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:urn="urn:enterprise.soap.sforce.com"
        xmlns:urn1="urn:sobject.enterprise.soap.sforce.com"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Header>
        <urn:SessionHeader>
            <urn:sessionId>(removed for clarity)</urn:sessionId>
        </urn:SessionHeader>
        <urn:AssignmentRuleHeader>
            <urn:useDefaultRule>true</urn:useDefaultRule>
        </urn:AssignmentRuleHeader>
    </soapenv:Header>
    <soapenv:Body>
        <urn:create>
            <urn:sObjects xsi:type="urn1:Lead">
                <COMPANY>TestCo</COMPANY>
                <DESCRIPTION>Signed up at: Referring IP: 127.0.0.1 </DESCRIPTION>
                <HOW_DID_YOU_HEAR_ABOUT_US__C>general event</HOW_DID_YOU_HEAR_ABOUT_US__C>
                <LEADSOURCE>Web Trial</LEADSOURCE>
                <STATUS>Incomplete Registration</STATUS>
                <OWNER>Jimbo Smith</OWNER>
                <INDUSTRY>Computing</INDUSTRY>
                <PHONE>310-555-1212</PHONE>
                <FIRSTNAME>Joe</FIRSTNAME>
                <DATE_OF_INQUIRY__C>2011-07-25</DATE_OF_INQUIRY__C>
                <EMAIL>test@here.com</EMAIL>
                <OTHER__C>Aug 4th Japan style inflation</OTHER__C>
                <TYPE__C>Lead</TYPE__C>
                <LASTNAME>Blow</LASTNAME>
                <TITLE>Chief Janitor</TITLE>
            </urn:sObjects>
        </urn:create>
    </soapenv:Body>
</soapenv:Envelope> 



I have been trying to use wsc to access Salesforce using a Customer Portal login. I don’t see a place to put in the orgId and portalId to be able to log into Salesforce as is provided by for example the Flex for Force code.

 

Connection.organizationId = Parameters.orgid;

Connection.portalId = Parameters.portalid;

 

Is there a way I can log into Salesforce for a Customer Portal user ?

 

I am able to log in fine for a normal Salesforce user but not for a Customer Portal user.

 

Is there a ConnectorConfig.set...  to set the org and portalid similar to what the Flex for force code does to login a Customer Portal user ?

 

I am also using the Enteprise wsdl.

 

TIA,

Vijay

  • February 28, 2011
  • Like
  • 0