GetNextAutoNumberValue Action
Returns the value that will be assigned to the next record for a specified table and column based on the last autonumber used.
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. |
Return type
Type | Nullable | Description |
---|---|---|
GetNextAutoNumberValueResponse | False | Contains the response of the GetNextAutoNumberValue action. |