Application Integration
- Application Integration
- All Products
CREATE DATABASE `ip1`; CREATE TABLE `sfdc_contact_sync` ( `First_Name` varchar(50) DEFAULT NULL, `Last_Name` varchar(45) NOT NULL, `Account_Name` varchar(100) DEFAULT NULL, `Contact_ID` varchar(45) NOT NULL, `Phone` varchar(20) DEFAULT NULL, `Home_Phone` varchar(20) DEFAULT NULL, `Mobile_Phone` varchar(20) DEFAULT NULL, `Other_Phone` varchar(20) DEFAULT NULL, `Fax` varchar(20) DEFAULT NULL, `Email` varchar(45) DEFAULT NULL, `Title` varchar(45) DEFAULT NULL, `Malling_Street` varchar(100) DEFAULT NULL, `Malling_City` varchar(45) DEFAULT NULL, `Malling_State` varchar(45) DEFAULT NULL, `Malling_Zip` varchar(20) DEFAULT NULL, `Malling_Country` varchar(20) DEFAULT NULL, `Decription` varchar(5000) DEFAULT NULL, PRIMARY KEY (`Contact_ID`), UNIQUE KEY `CONTACT_ID_UNIQUE` (`Contact_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Property
| Description
|
---|---|
JDBC Connection URL
| The URL schema for the database. Use the corresponding schema for the following databases:
|
JDBC Jar Directory
| The path to the JDBC driver .jar file. For example, you can enter the following directory:
C:/jdbc
If you do not specify a directory path, the Secure Agent gets the .jar file from the
process-engine/ext directory.
You must specify one of the following values for the JDBC connection to work successfully:
|
JDBC Driver Class Name
| The name of the JDBC driver class.
Based on the database, you can specify one of the following driver class names:
You must specify one of the following values for the JDBC connection to work successfully:
|
Schema
| The schema name, which varies by database. Use the following guidelines for the schema name:
If the JDBC connection URL does not provide enough context, you must enter a schema name to fetch the metadata.
|
User name
| User name to connect to the database.
|
Password
| Password to connect to the database.
|