• HarishGoudd Buura
  • NEWBIE
  • 39 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 13
    Questions
  • 7
    Replies
I need to export convertCurrency(Amount) FROM Opportunity, ie converted currency this will come whenever multi currency is enabled,

Please give any suggetions to get the data export from sf 
Hello, 
My Business class
public with sharing class SalesTask {

    public PageReference clientApproved() {
        //Update the current task to close
        pmt.Status__c = 'Completed';
        pmt.Type_of_layout__c = 'Support';
        pmt.Proposal_Status__c = 'Client Approved';
        update pmt;
        
        PageReference cancel= new PageReference(System.currentPageReference().getParameters().get('retURL'));
        cancel.setRedirect(true);
        return cancel;
    }
  public SalesTask(){
        this.pmt = new PMO_Task__c();
        List<PMO_Task__c> pmtList = new List<PMO_Task__c>();
        pmtList = [SELECT Subject__c,AssigedDate__c,AssignedBy__c,MyComments__c,Status__c,Opportunity__c,Type_of_layout__c FROM PMO_Task__c WHERE id = :System.currentPageReference().getParameters().get('id') ];
       
        pmt = pmtList.get(0);
        
        }
  test class i written 


@isTest
public class PMOSalesTaskTest{

    private static testmethod  void pmoSalesTaskTest() {
       PageReference pg = Page.pmotrackertasks;
      Test.setCurrentPage(pg);
      pg.getParameters().put('Status__c', 'Completed');
      pg.getParameters().put('Type_of_layout__c', 'Support');
      pg.getParameters().put('Proposal_Status__c', 'Client Approved');
      
      PMOSalesTask pmo = new PMOSalesTask(pg);
      
      System.assert(pmo.reviewed() == null);
      pmo.reject();
    
    }
}

Kindly help me to achive the code coverage, I'm not able to intialize the cunstructor facing error  Constructor not defined. 
If call method with parameter in constuctor i'm facing error ​System.ListException: List index out of bounds: 0

Please help me

 
Hello, 

Please let me we have to query all the contacts records which are not having any related list(child OBJS) , 
We have to delete those contacts, 
we have 18 child objects for contact. 
Thanks in avdacne 
Hi,

Please let me how we send contact created  data should be particular  period of time(12/06/1012 to 12/06/2014) through Soap api wsdl file, Is it passible through Enterprice wsdl or I should write custome webservices class, 

I was given enterprice wsdl file but giviing all data, now we paricularly  filtarion in created date of contacts 

and what is the maximum contacts data (records ) that we can send through soap wsdl

Please help me
Hi ,

I'm trying Connect LMS system with Salesforce Chatter, 
i was used singlesign post for the authantication 

But getting error 

Please help on this issue 
I need to integrate salesforce with Learnging management system 

totaro lms integration with salesorce please any suggestions

Please provide any documents.

Thanks you 
Hi, 

I need integrate with Learning management system with salesforce Chatter 

Please provid any path to achive it 
this is json          /services/data/v30.0/sobjects/Contact/
 
{
  "name" : "Wingo Ducks",
  "phone" : "707-555-1234",
  "Account" : "Google, Inc. "
}

The value provided for foreign key reference Account is not a nested SObject

I want to get account associated with contact 
Hi 

Please let me know that can we use chatter api for integrating with DotNet system,  we are getting leads from DOTNET 


Hi,
Pleae let the useage of  chatter api
 
Now i'm using rest api to connect with DOTNET  application, 

is that passible to salesforce to do the same integraion 
we are getting lead from .net system and converted to account, now i want to know when these leads are  converted in to account , Notication has to sent to DotNet system. we are connecting Dot Net Application  with Rest  API 

there are 100 leads out off 10 are came from DotNet appication tool, when all leads are converted in Oppruntiy particularly these Leads  owner or DotNet appication tool should get back updation.

Example:   leads are converted in to opportunity 


i'm integration with dotnet system, what field type is picklst to map with .net fileds 



Hi, Please let me know that can we use Enterprise WSDL file for 2 way connection with .net appilcation OR I need give Custom WSDl file , Now with enterprise WSDl other system getting all data from salesforce objects shall I proceed with this OR  now I need to make connection in both way
Hello, 

Please let me we have to query all the contacts records which are not having any related list(child OBJS) , 
We have to delete those contacts, 
we have 18 child objects for contact. 
Thanks in avdacne 
Hi ,

I'm trying Connect LMS system with Salesforce Chatter, 
i was used singlesign post for the authantication 

But getting error 

Please help on this issue 
this is json          /services/data/v30.0/sobjects/Contact/
 
{
  "name" : "Wingo Ducks",
  "phone" : "707-555-1234",
  "Account" : "Google, Inc. "
}

The value provided for foreign key reference Account is not a nested SObject

I want to get account associated with contact 
Hi 

Please let me know that can we use chatter api for integrating with DotNet system,  we are getting leads from DOTNET 



Hi, Please let me know that can we use Enterprise WSDL file for 2 way connection with .net appilcation OR I need give Custom WSDl file , Now with enterprise WSDl other system getting all data from salesforce objects shall I proceed with this OR  now I need to make connection in both way
I went to the Android Play Store on my Android phone and found the Salesforce1 App.  It shows a date of 3/17/2014 and includes comments --

What’s new in 5.1.1:
• Bug fixes and improvements
What’s new in 5.2:
• Custom Branding
• Bug fixes and improvements

But when I downloaded it , I get the Chatter icon, not the SF1 icon.  And when I run it and check the version it says it is "About Chatter Version 3.4.2 Build number 8".

Am I not getting the latest version?  Anyone know why?

For one thing, I'm only getting "Feed" and RECENT, not the other tabs I have configured including some custom pages under APPS.  All these work fine on iPad when pointing to the same org.