• jagjitsingh@indivar.com
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 60
    Questions
  • 41
    Replies

Hi

 

   How we can pass array on click of custom button from salesforce  to php file on another server in Salesforce.

 

Thanks

Hi

 

   How to update Opportunity Stage of a particular record using C#

 

Thanks

Hi

 

  When i am trying to send data through Outbound Messaging it is giving error ----- (503)Service Unavailable . My end point URL is for a local machine on Apache .  How i can test it on local machine .

 

Thanx

Hi

 

  How we can insert Account/Contact Data from salesforce into Drupal . Requirement is from Salesforce to Drupal not from drupal to Salesforce.

 

Thanks

Hi

 

     What is the Difference between Standard Controllers & Standard List Controllers .

 

Thanx

Hi

 

How this can be done   to do a simple count of the number of Assets associated to a Contact or Account and display that number in a field on the appropriate account record?
 
Thanks

Hi

 

    How Stage & Probability Setup in Opportunities has been done . Can we customize it , if yes then how . Suppose i want to create my Stages & accordingly Probability.

 

Thanks

Hi

 

   I have installed Docusign , but Send with DocuSign button not appearing . When i click on Docusign Admin (" The requested page could not be found") . Is there anything which needs to be configured in Salesforce

 

Thanks

Hi

 

    i want to create connection to Salesforce using Metadata API in PHP

 

Than

s

Hi

 

   I want to pass Email_Id as a parameter  and wants to get Contact Information of that Email Id  from Contacts Object.. I want it through Php.

 

Thanks

Hi

 

   How to delete mass emails in Salesforce . I am using Developer Edition.

 

Regards

Jagjit Saini

Hi

 

   What is the  Difference between Standard Controllers & Standard List Controllers .

 

Thanks

Hi

 

     How to send Auto-Reply email to other than sender in Email To case option.

 

Thanks

Hi

 

      Few Customised mandatory fields have been created in Case object . Problem i am facing when i send mail through Email to Case option it does not create Case , it gives error message by return mail " The following errors were encountered while processing an incoming emai. Case was not created as Required Fields missing" . Why is it giving the error in Email to Case Option . I want to keep fields manadatory also .

 

Thanks

Hi

 

using SalesForce;

 

SalesForce.SforceService service = newSforceService();

SaveResult [] saveResults = binding.create(accounts);

 

It gives error binding does not exist in current context.

 

Thanks

Hi

 

   How Ticketing System can be done in Salesforce  I want when user sends mail to an ID , he should receive instant reply with a ticket number.

 

Thanks

Hi

 

    I have created Picklist . Added list to it . Now i want to replace the whole list , should i have to delete 1 by 1 or in one go all the records can be deleted .

 

Thanks

Hi

 

     In salesforce i have created Field Dependencies . For e.g I have 2 picklist in one there are Location & in another one Offices. It is working in Salesforce , but how this can be done through HTML. User should select Location & offices of that location should appear.

 

Data related to Location & Offices will be entered in Salesforce itself , i also want list should come from Salesforce  , there should not be need to Hard Code in HTML 

 

Thanks

Hi

 

   I have 2 fields in customised object . Dropdown & TextBox . I want that if there is value "ABC"  then textbox should be visible , else textbox should not be visible in a form . How can i put this condition in Salesforce.

 

Thanks

Hi

 

<?php //do quality checks on the incoming data here. //then bundle the request and send it to Salesforce.com $req = "&lead_source=". urlencode($_REQUEST["leadSource"]); $req .= "&first_name=" . urlencode($_REQUEST["firstName"]); $req .= "&last_name=" . urlencode($_REQUEST["lastName"]); $req .= "&title=" . urlencode($_REQUEST["title"]); $req .= "&company=" . urlencode($_REQUEST["company"]); $req .= "&email=" . urlencode($_REQUEST["email"]); $req .= "&phone=" . urlencode($_REQUEST["phone"]); $req .= "&street=" . urlencode($_REQUEST["street"]); $req .= "&city=" . urlencode($_REQUEST["city"]); $req .= "&state=" . urlencode($_REQUEST["state"]); $req .= "&zip=" . urlencode($_REQUEST["zip"]); $req .= "&debug=" . urlencode("0"); $req .= "&oid=" . urlencode("<Your Salesforce Org Id here>"); $req .= "&retURL=" . urlencode("<Your return url here>"); $req .= "&debugEmail=" . urlencode("<email for debugging>"); $header = "POST /servlet/servlet.WebToLead?encoding=UTF-8 HTTP/1.0\r\n"; $header .= "Content-Type: application/x-www-form-urlencoded\r\n"; $header .= "Host: www.salesforce.com\r\n"; $header .= "Content-Length: " . strlen($req) . "\r\n\r\n"; $fp = fsockopen ('www.salesforce.com', 80, $errno, $errstr, 30); if (!$fp) { echo "No connection made"; } else { fputs ($fp, $header . $req); while (!feof($fp)) { $res = fgets ($fp, 1024); echo $res; } } fclose($fp); ?>

 

 

This is on statndard object , if i want to enter fields from customised object how i should do .

 

Thanks

Hi

 

   How to delete mass emails in Salesforce . I am using Developer Edition.

 

Regards

Jagjit Saini

Hi

 

   How we can pass array on click of custom button from salesforce  to php file on another server in Salesforce.

 

Thanks

Hi

 

   Can we insert record into sql database from salesforce on click of customised button in Accounts Object.

 

Thanks

Hi

 

  When i am trying to send data through Outbound Messaging it is giving error ----- (503)Service Unavailable . My end point URL is for a local machine on Apache .  How i can test it on local machine .

 

Thanx

Hi

 

      Few Customised mandatory fields have been created in Case object . Problem i am facing when i send mail through Email to Case option it does not create Case , it gives error message by return mail " The following errors were encountered while processing an incoming emai. Case was not created as Required Fields missing" . Why is it giving the error in Email to Case Option . I want to keep fields manadatory also .

 

Thanks

Hi

 

   I have 2 fields in customised object . Dropdown & TextBox . I want that if there is value "ABC"  then textbox should be visible , else textbox should not be visible in a form . How can i put this condition in Salesforce.

 

Thanks

Hi

 

  Is it possible to make copy of Oject Leads & then Create a Web-ToLead like option of that Object.

 

Thanks

Hi

 

   I have 2 Picklists .

 

   One contains -> Location1 & Location2

   Second field contains -> Office1A,Office1B,Office2A,Office2B 

 

   Office1A,Office1B belongs to LocatonA

   Office2A,Office2B belongs to LocationB

 

   I want to create W2L . Will this work with W2L if not then how it can be done in W2l .

 

Thanks

Hi

I have created Web To Lead form and when a lead is created from Web only i want to send mail to a person , not salesforce user regarding that Lead with Details like name , Address , Email etc.

 

Thanks

Hi

 

integer[] myints = new integer[]{1,2,3,4,5};

for (integer i : myints) {

system.debug(i);

}

 

I want to run these lines where i should write and test the output

 

Thanks

Hi

 

   I have following fields

 

Order_no , Order_date , Customer Name(Lookup Field) , Product Code , Quantity , Value .

 

Should i create 1 table or should i create Master-Detail relationship. Product Code , Quantity , Value can be multiple in 1 Order .

 

Thanks

Hi

 

    How new Products added also gets added in Price Book with a price

 

Thanks

Hi

 

   How to add Image to Products when a new product is created.

 

Thanks

Hi

 

<apex:page standardStylesheets="false" expires="1" cache="false" showHeader="false" sidebar="false" id="page" controller="contacts">

  <style type="text/css">
body {
    font-size: 62.5%;
}
label {
    display: inline-block;
    width: 100px;
}
legend {
    padding: 0.5em;
    margin-left:auto;
    margin-right:auto;
}
fieldset fieldset label {
    display: block;
}
#signUpForm {
    width: 500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
}
#signUpForm label {
    width: 250px;
}
#signUpForm label.error, #commentForm button.submit {
    margin-left: 253px;
}
#signUpForm {
    width: 670px;
}
#signUpForm label.error {
    margin-left: 250px;
    width: auto;
    display: block;
}
</style>
  <form class="cmxform"  id="signUpForm" >
    <fieldset class="ui-widget ui-widget-content ui-corner-all">
      <p>
        <label>Firstname</label>
        <input name="Firstname" id="Firstname" type="text" maxlegth="15" size="60" class="required"  />
      </p>
      <p>
        <label>Last Name</label>
        <input name="Lastname" id="Lastname" type="text" size="60"  class="required" />
      </p>
      <p>
        <input type="button" onClick="signUp();" value="Create Account" class="button" />
      </p>
    </fieldset>
  </form>

</apex:page>

 

I want to Add record in Account . Pls help me how to write Controller for this . Seconly is this can be done through Java Remoting if yes then how .

 

Thanks