Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
Returns the valid state transitions for the specified table type and status code.
Syntax
Xrm.Utility.getAllowedStatusTransitions(entityName,statusCode).then(successCallback, errorCallback)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
entityName |
String | Yes | The logical name of the table. |
statusCode |
Number | Yes | The status code to find out the allowed status transition values. |
successCallback |
Function | No | The function to execute when the operation succeeds. |
errorCallback |
Function | No | The function to execute when the operation fails. |
Return value
Returns an object with .then() function. The parameter to the delegate is an array of numbers representing the valid status transitions.