• Jefe55
  • NEWBIE
  • 0 Points
  • Member since 2006

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

I was able to login to my SF environment through Eclipse and pull all profiles.  However, the profile XML data is not there.  

 

What I see when I click on a Profile in Eclipse:

 

<?xml version="1.0" encoding="UTF-8"?>

<Profile xmlns="http://soap.sforce.com/2006/04/metadata"/>

 

 

What other users see:

 

<?xml version="1.0" encoding="UTF-8"?>

<Profile xmlns="http://soap.sforce.com/2006/04/metadata">

    <fieldLevelSecurities>

        <editable>true</editable>

        <field>APJ_Direct_Lead_Routing__c.Account_Class__c</field>

    </fieldLevelSecurities>

    <fieldLevelSecurities>

        <editable>true</editable>

        <field>APJ_Direct_Lead_Routing__c.Account_Owner__c</field>

    </fieldLevelSecurities>

    <fieldLevelSecurities>

.

.

.

.

 

  • March 31, 2010
  • Like
  • 0

I'm trying to get started using the Migration Tool.  In order to do that, I need Ant working.  I have set up the Variable Environments but I can't seem to connect using the build.properties file.

 

I have tried both with the security token and without.  It's a developer account.  When I try the "ant test" command I get an error "build.xlm: 9 Invalid Username, password or security token"

 

I'm sure of the password and am not locked out.  Any help is greatly appreciated.

 

 

My file looks like the following:

 

 # build.properties

#

 

# Specify the login credentials for the desired Salesforce organization

sf.username = dev@***

sf.password = *****

 

#sf.pkgName = <Insert comma separated package names to be retrieved>

#sf.zipFile = <Insert path of the zipfile to be retrieved>

#sf.metadataType = <Insert metadata type name for which listMetadata or bulkRetrieve operations are to be performed>

 

# Use 'https://www.salesforce.com' for production or developer edition (the default if not specified).

# Use 'https://test.salesforce.com for sandbox.

 

sf.serverurl = https://www.salesforce.com

 

# If your network requires an HTTP proxy, see http://ant.apache.org/manual/proxy.html for configuration.

#


  • March 31, 2010
  • Like
  • 0
I have a trigger set up on an object to trigger after an update.  If I do the update manually it works just fine.  However, if I do a mass update using the Data Loader the trigger doesn't get invoked.
 
Is there a way to force the trigger while using the Apex Data Loader?
  • November 18, 2008
  • Like
  • 0
I'm trying to create a new project in eclipse using my sandbox account but it won't login.  I'm using the login "saleforce login.sandbox name". 
 
Example
Salesforce login:  user@company.com
Sanbox name:  original
 
Eclipse login attempt:  user@company.com.original
 
what am i doing wrong here? 
  • November 07, 2007
  • Like
  • 0
Is there a way to have a button in an email to approve an Approval process?  Or anyway to reply to the message with Approved and have it approved in SF?  How would I set this up if possible?
  • October 18, 2007
  • Like
  • 0
I just installed Elipse on my PC and when I try to create a new APEX project it gives the error "Invalid thread access".  I've been reading up on this error and the only fixes have to do with proxy servers.  There is no proxy server involved in this case but the error persists. 
 
Any suggestions?
  • March 08, 2007
  • Like
  • 0

Hi,

Can Apex code be used to create child opportunities from a defined parent opportunity record?

 

1) User create Parent Opportunity by have split status defined as "parent".

2) OnSave, if split status is "Parent" and Probability is 1 then clone parent with products/schedule for split partner assign on parent opps.  (Split 1 owner, split 2 owner)

3) Based on Split % in parent opportunity, update the clone child record for each split partner accordingly.  Update quantity per percentage split (50% ...quantity is 0.50 on each line item).

 

Looking for someone to generate the apex code for this...email me at dlam0718@gmail.com and I can provide the requirements...looking for an estimate on the apex code for this requirements.  

 

Regards,

Duc.

  • March 01, 2010
  • Like
  • 0
I'm trying to create a new project in eclipse using my sandbox account but it won't login.  I'm using the login "saleforce login.sandbox name". 
 
Example
Salesforce login:  user@company.com
Sanbox name:  original
 
Eclipse login attempt:  user@company.com.original
 
what am i doing wrong here? 
  • November 07, 2007
  • Like
  • 0
I just installed Elipse on my PC and when I try to create a new APEX project it gives the error "Invalid thread access".  I've been reading up on this error and the only fixes have to do with proxy servers.  There is no proxy server involved in this case but the error persists. 
 
Any suggestions?
  • March 08, 2007
  • Like
  • 0