-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
19Questions
-
9Replies
Transfer reports and dashboards from one salesforce account to another.
- sfdc-apex
- January 05, 2009
- Like
- 0
- Continue reading or reply
Loading data from excel using UI?
- sfdc-apex
- December 15, 2008
- Like
- 0
- Continue reading or reply
To display records in pages in Visual Force.
- sfdc-apex
- August 12, 2008
- Like
- 0
- Continue reading or reply
how to display a visualforce page in home page whose height should vary dynamically
- sfdc-apex
- August 12, 2008
- Like
- 0
- Continue reading or reply
an exception is thrown when i'm trying to add id's to a set
Set<Id> t1= new Set<Id> ();
for(leadHistory lh2:lh1)
{
t1.add(lh2.leadId);
}
for(List<Lead> myVar1 :[select id, name, Status from Lead where Status='Open' and Postcode__c!= null and id not in :t1 ])
{
myVar =myVar1 ;
}
}
- sfdc-apex
- August 07, 2008
- Like
- 0
- Continue reading or reply
Migration of Workflows using Force.com
- sfdc-apex
- July 25, 2008
- Like
- 0
- Continue reading or reply
Removing the Quick Create option from the Accounts Page Layout in the Partner Portal
- sfdc-apex
- May 14, 2008
- Like
- 0
- Continue reading or reply
Can we limit the Search items in the portal?
- sfdc-apex
- May 14, 2008
- Like
- 0
- Continue reading or reply
Email Notifications through Assignment Rules
- sfdc-apex
- March 18, 2008
- Like
- 0
- Continue reading or reply
Web-To-Leads
- sfdc-apex
- March 14, 2008
- Like
- 0
- Continue reading or reply
Accept button not available in the PRM portal in lead queues
- sfdc-apex
- March 06, 2008
- Like
- 0
- Continue reading or reply
Lead Conversion in PRM for Business Accounts
- sfdc-apex
- March 06, 2008
- Like
- 0
- Continue reading or reply
Connecting to a database Using Apex Data Loader command line
Hi All,
I have a requirement, where i ned to connect a database to salesforce and upsert the records in salesforce from the database Using Apex Data Loader command line, but i have no idea about it. i will be extremely grateful if anyone can provide me with some inputs regarding it, how to start working on it, approach required or some document or link where i can get info on it.
Thanks in Advance,
Bharat Baradia
- sfdc-apex
- February 26, 2008
- Like
- 0
- Continue reading or reply
Loading Converted Leads Through Data Loader
- sfdc-apex
- February 08, 2008
- Like
- 0
- Continue reading or reply
Converting Lookup field to Master-Detail Relationship
- sfdc-apex
- October 31, 2007
- Like
- 0
- Continue reading or reply
Can we change the format for Phone Data Type?
- sfdc-apex
- October 05, 2007
- Like
- 0
- Continue reading or reply
Web To Lead
- sfdc-apex
- September 20, 2007
- Like
- 0
- Continue reading or reply
Platform Edition
- sfdc-apex
- August 28, 2007
- Like
- 0
- Continue reading or reply
Field Dependencies - Field Depending on two other Fields
- sfdc-apex
- August 09, 2007
- Like
- 0
- Continue reading or reply
To display records in pages in Visual Force.
- sfdc-apex
- August 12, 2008
- Like
- 0
- Continue reading or reply
how to display a visualforce page in home page whose height should vary dynamically
- sfdc-apex
- August 12, 2008
- Like
- 0
- Continue reading or reply
Migration of Workflows using Force.com
- sfdc-apex
- July 25, 2008
- Like
- 0
- Continue reading or reply
Can we limit the Search items in the portal?
- sfdc-apex
- May 14, 2008
- Like
- 0
- Continue reading or reply
Connecting to a database Using Apex Data Loader command line
Hi All,
I have a requirement, where i ned to connect a database to salesforce and upsert the records in salesforce from the database Using Apex Data Loader command line, but i have no idea about it. i will be extremely grateful if anyone can provide me with some inputs regarding it, how to start working on it, approach required or some document or link where i can get info on it.
Thanks in Advance,
Bharat Baradia
- sfdc-apex
- February 26, 2008
- Like
- 0
- Continue reading or reply
Using Apex Data Loader command line to connect to external db ( Sybase ASA)
I want to use the Apex Data Loader ( version 11.0 ) command line interface to get information
from a Sybase SQL Anywhere (ASA not ASE ) db and import it into salesforce. So far I've managed to
successfully import from a csv using the command line ( and the process-conf.xml ).
But to connect to my Sybase database I need to know which driver to use ( I'm new to java programming ).
I normally access our Sybase Database through ODBC not JDBC. So I am not familiar with what it will take
to access teh database through JDBC
class="org.apache.commons.dbcp.BasicDataSource"
destroy-method="close">
<property name="driverClassName" value="oracle.jdbc.driver.OracleDriver"/>
<property name="url" value="jdbc:oracle:thin:@my.server.com:1521:dataBaseName"/>
<property name="username" value="user"/>
<property name="password" value="password"/>
- DaveW_dev
- December 14, 2007
- Like
- 0
- Continue reading or reply
Web To Lead
- sfdc-apex
- September 20, 2007
- Like
- 0
- Continue reading or reply