Marketo Connector Guide > Working with Custom Objects and Custom Attributes in Marketo > Adding Custom Objects
  

Adding Custom Objects

To add custom objects in source or target for Marketo DSS task, you need to follow the procedures mentioned below.
At first, enter “Marketo.tbl” file in ‘Schema Path’ field while Creating a Marketo Connection.
The default “.tbl” file is located in the following folder path
..\..\..... \Marketo\Marketo.tbl
For example, “C:\a_IOD\Files\Marketo\Marketo.tbl”
The Marketo.tbl file needs to be created in specific format as shown in the figure below.
Create “Marketo.tbl” file using the following table definitions.
Header Name
Allowable Value
Remarks
ISCUSTOMOBJ
Y
Only Y is supported in the current release.
OPR_READ
Y, Any Character
By entering Y, the table will be displayed in source Tab. When you enter any other character, the table will not be displayed in source tab.
OPR_CREATE
N
Insert (create) task operation is not supported for Custom Objects.
OPR_UPDATE
N
Update task operation is not supported for Custom Objects.
OPR_DELETE
Y, Any Character
Enter Y to support delete task operation.
OPR_UPSERT
Y, Any Character
Enter Y to support upsert task operation.
TABLE_NAME
Any Name
Object name as shown in Informatica cloud UI.
OBJECT_TYPE
CUSTOMOBJECT
Enter CUSTOMOBJECT as static value
CUSTOMOBJ_NAME
Any Name
Custom Webservice Object name, as used in RPC Call (as recommended by Marketo).
Y- Yes N- NO