| Oracle CRM On Demand JavaScript API Developer's Guide > JavaScript API Reference > Methods for CRUD Operations > Finding Record Type Names
 For methods like the CRUD methods that reference record types, you must use the correct record type names. To find record type names, you can: 
Use the oraclecrmod.ctx.isObject() method, see Methods for the Context Object.
Find the name in the URL for the record type Application Customization page in the UI. The value for the ActiveObjparameter in the URL gives the record type name. |