• SalesforceDeveloper.ax1288
  • NEWBIE
  • 25 Points
  • Member since 2012

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

How I do make a soap call when salesforce users login from Mobile? I want set their password to network passwork. Any suggestion is appreciated. At this point I have no idea what to do.

 

In Support of SSO and trying to not loose the ability to access the Mobile Salesforce App, can we get assistance with the following questions ?
We are attempting to setup a connection from our Quest QuickConnect server to SalesForce so that QuickConnect can update a users SalesForce password with their Active Directory password. We need to know what permissions the service account (api account) needs to update a users password and other attributes like title, company, etc)
We need to know if it is possible to have SalesForce set its Password history, Password Complexity, Password expiratory, etc to disabled so the AD password would be accepted no matter what. We need to make sure that the password requirements are following the Active Directory requirements and not SalesForce requirements. This would avoid any issues with the password being sent to SalesForce

 

Thanks

Hi,


I want to picklist options for Lead Status based on the lifecycle of the lead

When creating a lead, only the following status values should be available:
Suspect
Inquiry

After Creation and Prior to Marketing Qualified(Lead status); the status options should be:
 - Dead
 - Inquiry
 - Marketing Qualified
 - Nurture - Marketing
 - Suspect
 - Working

If the lead is currently in Marketing Qualified or Sales Acknowledged the only status options should be:
 - Sales Acknowledged
 - Sales Rejected
 - Nurture – Marketing
 - Nurture – Sales

 

Is the above requirement possible? Please help.

Hi,

 

I want to convert a lead to opportunity only for sales profile and want the standard functionality for remaining profiles. Is there any way to accomplish this?

 

any help is greatly appreciated. Thanks in advance.

Hello ! 

 

I have an Integration plattform, that talks to SalesForce thru Enterprice WSDL, and gets the following error !

 

I guess its has to do with "LAST_N_DAYS:33" any one out there who nows ? 

 

Could not mediate request due to an error in provider. SOAP fault: 'sf:MALFORMED_QUERY' :: 'MALFORMED_QUERY: only aggregate expressions use field aliasing' :: 'missing fault actor'. :: Details: <?xml version="1.0"?>

<sf:MalformedQueryFault xsi:type="sf:MalformedQueryFault">

<sf:exceptionCode>MALFORMED_QUERY</sf:exceptionCode>

<sf:exceptionMessage>only aggregate expressions use field aliasing</sf:exceptionMessage>

<sf:row>-1</sf:row>

<sf:column>-1</sf:column>

</sf:MalformedQueryFault>”

 

Question:

 

Select
o.Span_Order_Id__c,
o.Installation_ID__c,
o.Status__c,
o.Opportunity.Account.Id,

o.Opportunity.Account.Account_Legal_name__c,

o.Opportunity.Account.Churned_inactive__c,

o.Opportunity.Account.Organisation_Id__c,

o.Opportunity.Account.WS_Organisation_ID__c,
o.Opportunity.Account.Owner.Phone,

o.Opportunity.Account.Owner.Email,
o.Opportunity.Account.Phone,
o.Opportunity.Account.Account_Owner_Name__c,


o.Opportunity.Account.Account_SM_Owner__r.name
From OpportunityLineItem o
where
     (
  (o.Installation_ID__c != '' and LastModifiedDate = LAST_N_DAYS:33) or
  (o.Opportunity.StageName = 'Agreement Validated' and o.Installation_ID__c != '' and
   o.Opportunity.LastModifiedDate = LAST_N_DAYS:33)
  ) 

 and o.Account_Location__c != ''

Hi,


I want to picklist options for Lead Status based on the lifecycle of the lead

When creating a lead, only the following status values should be available:
Suspect
Inquiry

After Creation and Prior to Marketing Qualified(Lead status); the status options should be:
 - Dead
 - Inquiry
 - Marketing Qualified
 - Nurture - Marketing
 - Suspect
 - Working

If the lead is currently in Marketing Qualified or Sales Acknowledged the only status options should be:
 - Sales Acknowledged
 - Sales Rejected
 - Nurture – Marketing
 - Nurture – Sales

 

Is the above requirement possible? Please help.