AddCustomEntity Method
Adds a new Custom Entity object.
Required Permissions
CustomEntityCreateSyntax
public CustEnt AddCustomEntity(
System.long custEntDefId,
System.string name
)Public Function AddCustomEntity( _
ByVal custEntDefId As System.Long, _
ByVal name As System.String _
) As CustEntParameters
| Name | Description |
|---|---|
| custEntDefId | The entity definition. |
| name | The display name for the object. |
Return Value
The newly created object.