The Command entity stores information about an order placed to a supplier.
Database level
The entity's attributes are shown below. Mandatory fields are marked with a red star:
|
Name |
Type |
Label |
Description |
|---|---|---|---|
|
form * |
String |
Form |
Represents the entity form. Will always be "cmd". |
|
cmd_name * |
String |
Name |
The object name. |
|
cmd_created_from * |
String |
|
The parent process type under which the comand has been created and referenced. |
|
cmd_creation_date * |
Date/Time |
|
The date the order was placed. |
|
cmd_nr * |
String |
|
Respresents the supplier-order number. Will always be "CO-xxxx" as serial number, that automatically increments by 1 as each new record is added. |
|
cmd_org_name * |
String |
|
The name of the supplier organisation that received the order. |
|
cmd_org_unid * |
String |
|
The unique ID of the supplier organisation document that received the order. |
|
cmd_receiver_name * |
String |
|
The contact name within the supplier organisation that received the order composed from first name and last name (with an empty space in between). |
|
cmd_receiver_unid * |
String |
|
The unique ID of the supplier's contact name document that received the order. |
|
cmd_sender_name * |
String |
|
The person name that places the order composed from first name and last name (with an empty space in between). |
|
cmd_sender_unid * |
String |
|
The unique ID of the person name document that places the order. |
|
cmd_sop_name * |
String |
|
The parent process name under which the order has been created and referenced. |
|
cmd_sop_nr * |
String |
|
Represents the parent oportunity number. Will always be "S-YYxxxx" as serial number, that automatically increments by 1 as each new record is added. |
|
cmd_sop_unid * |
String |
|
Represents the unique ID of the parent process under which the order has been created and referenced. |
|
cmd_state * |
String |
|
Represents the state of the command as a number. (e.g. 100, 200) |
|
cmd_state_text * |
String |
|
Represents the state of the command as text. |
|
cmd_total_value |
Number |
|
Represents the value of the command. |
QEE classes level
The class representing the Command is QEECmd
Inherits from: QEEObject
REST level
The endpoints dealing with Command are:
xrCmd (GET, POST, PUT, DELETE)
xrCmds (GET, PUT, DELETE)