sgrListaUnidadeMedida
Method returns all the data of the units of measure registered for the client
PARAMETERS
| Field | Type | Required? | Description |
|---|---|---|---|
| keyaccess | string | Yes | Key returned by the sgrLogin method. |
| cdpas | integer | Yes | PAS code, returned by the sgrListPASUser method |
| cdclient | integer | Yes | Client code, returned by the sgrListCompaniesPASUser method. |
METHOD RETURN:
ReturnDataset: If the parameters entered are valid, the property will display:
| Field | Type | Description |
|---|---|---|
| cdUnitMeasure | integer | Unit of measure code |
| dsName | Varchar[20] | Name of the unit of measurement |
| dsSymbol | Varchar[5] | Symbol of the unit of measure |