Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SetAutoNumberSeed Action

Namespace:
Microsoft.Dynamics.CRM

Sets the initial seed value that will be used for an autonumber column.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
EntityName
Edm.String False False

The logical name of the table.

AttributeName
Edm.String False False

The logical name of the column.

Value
Edm.Int64 False True

The seed value to set.

See also