• navy1.3947124627151147E12
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
Hi,

I have a requirement, while we create any record of opportunity using standard functiolatity or any javascript button we could prepopulate values like :
"/006/e?accid=001J000001h58G6IAI&CF00Nd0000007I4At=Test+Record&CF00Nd0000007I4At_lkid=003J000001HGfCkIAL&
CF00Nd0000007KXyO=test&CF00Nd0000007KXyO_lkid=001J000001h58G6IAI&conid=003J000001HGfCkIAL&ent=Opportunity&
opp11=Create&RecordType=012d0000000P0ks&retURL=%2F003J000001HGfCkIAL".

In Lightning i have to prepopulate fields values of standard opportunity page during the opportunity creation.
Please let me know how can i achieve this ?


Thanks,
Hi,

I want to compare Live Agent Custom Field value(i.e. on user) and Record Type of contact found on basis of email.
if both the values match then only it will show me the conatct as a result of search on the basis of email id in console.
Contact Record type and Customfield(Picklist Values) on user are same. 

Please let me know how can i achieve this?

Any help will be appreciated.

Thanks in advance.
We have been working on an integration, wherein we imported the WSDL provided by Middleware. We are facing an issue wherein multiple values are being sent by middleware but not recieved by Salesforce.
For example Middleware is sending 'contract price' with type as 'cpf:amountType' . Corresponding WSDL snippet –
<xsd:complexType name = "contractHeaderType">
    <xsd:sequence>
        <xsd:element name = "ContractPrice" type = "cpf:amountType" minOccours = "1" maxOccours = "1" />
        <xsd:element name = "localCurrency" type = "cpf:string" minOccours = "0" maxOccours = "1" />
    </xsd:sequence>
</xsd:complexType>

<xsd:complexType name = "amountType">
    <xsd:simpleContent>
        <xsd:extension base = "xsd:double">
            <xsd:attribute name = "currency" type = "xsd:string" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>

So essentially middleware is sending something like - 
<contractPrice currency="XYZ">86400.00</contractPrice>

Now when we import the WSDL, the class automatically created doesnot have attribute for the ContractPrice (Double), it only has attribute for currency(string).
public class amountType {
     public String currency_x;
     private String[] currency_x_att_info = new String[]{'currency'};
     private String[] apex_schema_type_info = new String[]{'https://mwb2b.pb.com/CommonInterface/Contract-2.0','false','false'};
     private String[] field_order_type_info = new String[]{};
}
 
Did anyone come across this kind of issue before? Any input around reading the extension type will be helpful.
Hi, I have a site in my salesforce org. I want to make it as a community. How can I achieve that?
Thanks
Hi All,

Am working on salesforce to salesforce, i stuck in sending  Notes/ Events can be transferred to destination org it showes forward succesfully in source but in destination organigation its lead appears empty ....all subscribed fields visibled expect notes/Events and activity history also 
some one please help to stuck point 
Thank you
  • June 13, 2014
  • Like
  • 1