Méthode | Description | |
---|---|---|
CreateSalesOrderHeader ( global salesOrderID, global revisionNumber, global orderDate, global dueDate, global status, global onlineOrderFlag, global salesOrderNumber, global customerID, global contactID, global billToAddressID, global shipToAddressID, global shipMethodID, global subTotal, global taxAmt, global freight, global totalDue, global rowguid, global modifiedDate ) : |
Create a new SalesOrderHeader object.
|
public static CreateSalesOrderHeader ( global salesOrderID, global revisionNumber, global orderDate, global dueDate, global status, global onlineOrderFlag, global salesOrderNumber, global customerID, global contactID, global billToAddressID, global shipToAddressID, global shipMethodID, global subTotal, global taxAmt, global freight, global totalDue, global rowguid, global modifiedDate ) : |
||
salesOrderID | global | Initial value of the SalesOrderID property. |
revisionNumber | global | Initial value of the RevisionNumber property. |
orderDate | global | Initial value of the OrderDate property. |
dueDate | global | Initial value of the DueDate property. |
status | global | Initial value of the Status property. |
onlineOrderFlag | global | Initial value of the OnlineOrderFlag property. |
salesOrderNumber | global | Initial value of the SalesOrderNumber property. |
customerID | global | Initial value of the CustomerID property. |
contactID | global | Initial value of the ContactID property. |
billToAddressID | global | Initial value of the BillToAddressID property. |
shipToAddressID | global | Initial value of the ShipToAddressID property. |
shipMethodID | global | Initial value of the ShipMethodID property. |
subTotal | global | Initial value of the SubTotal property. |
taxAmt | global | Initial value of the TaxAmt property. |
freight | global | Initial value of the Freight property. |
totalDue | global | Initial value of the TotalDue property. |
rowguid | global | Initial value of the rowguid property. |
modifiedDate | global | Initial value of the ModifiedDate property. |
Résultat |