TMSInvoice_TMSInvoiceTable Class [AX 2012]
The TMSInvoice_TMSInvoiceTable class is the data object class that is exposed through the TMSInvoiceService class.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createTMSInvoiceLine | Creates and sets a new value for the TMSInvoiceLine complex data item. |
| deserialize | Deserializes this strongly-typed data container from the specified XML representation. (Inherited from AfStronglyTypedDataContainer.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| exists | Indicates whether a data container contains a data item with the specified name. (Inherited from AfStronglyTypedDataContainer.) |
| exists_DocumentHash | Determines whether the _DocumentHash data item exists in the data container. |
| existsAddressCountryRegionId | Determines whether the AddressCountryRegionId data item exists in the data container. |
| existsAutoMatchReady | Determines whether the AutoMatchReady data item exists in the data container. |
| existsBillOfLadingId | Determines whether the BillOfLadingId data item exists in the data container. |
| existsBookingNum | Determines whether the BookingNum data item exists in the data container. |
| existsCarrierCode | Determines whether the CarrierCode data item exists in the data container. |
| existsCarrierServiceCode | Determines whether the CarrierServiceCode data item exists in the data container. |
| existsCashDiscCode | Determines whether the CashDiscCode data item exists in the data container. |
| existsCashDiscUTCDateTime | Determines whether the CashDiscUTCDateTime data item exists in the data container. |
| existsCosignee | Determines whether the Cosignee data item exists in the data container. |
| existsCountryRegionISOCode | Determines whether the CountryRegionISOCode data item exists in the data container. |
| existsCurrencyCode | Determines whether the CurrencyCode data item exists in the data container. |
| existsDeliveryUTCDateTime | Determines whether the DeliveryUTCDateTime data item exists in the data container. |
| existsDirection | Determines whether the Direction data item exists in the data container. |
| existsDiscAmount | Determines whether the DiscAmount data item exists in the data container. |
| existsDistance | Determines whether the Distance data item exists in the data container. |
| existsDistanceUOM | Determines whether the DistanceUOM data item exists in the data container. |
| existsDocumentDate | Determines whether the DocumentDate data item exists in the data container. |
| existsDocumentNum | Determines whether the DocumentNum data item exists in the data container. |
| existsDueUTCDateTime | Determines whether the DueUTCDateTime data item exists in the data container. |
| existsExchRate | Determines whether the ExchRate data item exists in the data container. |
| existsInternalInvNumber | Determines whether the InternalInvNumber data item exists in the data container. |
| existsInvoiceAmount | Determines whether the InvoiceAmount data item exists in the data container. |
| existsInvoiceDate | Determines whether the InvoiceDate data item exists in the data container. |
| existsInvoiceReferenceNum | Determines whether the InvoiceReferenceNum data item exists in the data container. |
| existsInvoiceStatus | Determines whether the InvoiceStatus data item exists in the data container. |
| existsLoadId | Determines whether the LoadId data item exists in the data container. |
| existsOrigQuoteNum | Determines whether the OrigQuoteNum data item exists in the data container. |
| existsPayeeAccount | Determines whether the PayeeAccount data item exists in the data container. |
| existsPaymId | Determines whether the PaymId data item exists in the data container. |
| existsProNum | Determines whether the ProNum data item exists in the data container. |
| existsQty | Determines whether the Qty data item exists in the data container. |
| existsRecId | Determines whether the RecId data item exists in the data container. |
| existsRecVersion | Determines whether the RecVersion data item exists in the data container. |
| existsRefJournalNum | Determines whether the RefJournalNum data item exists in the data container. |
| existsRelatedAccountNum | Determines whether the RelatedAccountNum data item exists in the data container. |
| existsRelatedOrderNum | Determines whether the RelatedOrderNum data item exists in the data container. |
| existsRouteCode | Determines whether the RouteCode data item exists in the data container. |
| existsSCAC | Determines whether the SCAC data item exists in the data container. |
| existsShipmentId | Determines whether the ShipmentId data item exists in the data container. |
| existsShipUTCDateTime | Determines whether the ShipUTCDateTime data item exists in the data container. |
| existsTMSInvoiceLine | Determines whether the TMSInvoiceLine data item exists in the data container. |
| existsTrailerNumber | Determines whether the TrailerNumber data item exists in the data container. |
| existsVendAccount | Determines whether the VendAccount data item exists in the data container. |
| existsVendInvoiceAccount | Determines whether the VendInvoiceAccount data item exists in the data container. |
| existsVendInvoiceId | Determines whether the VendInvoiceId data item exists in the data container. |
| existsVendPaymTermId | Determines whether the VendPaymTermId data item exists in the data container. |
| existsVendRef | Determines whether the VendRef data item exists in the data container. |
| existsVesselName | Determines whether the VesselName data item exists in the data container. |
| existsVoyageNum | Determines whether the VoyageNum data item exists in the data container. |
| existsWeight | Determines whether the Weight data item exists in the data container. |
| existsWeightUOM | Determines whether the WeightUOM data item exists in the data container. |
| get_Array | Gets data items of the type array. (Inherited from AfStronglyTypedDataContainer.) |
| get_Attribute | Gets data items of the primitive types. (Inherited from AfStronglyTypedDataContainer.) |
| get_Container | Gets data items of the type data container. (Inherited from AfStronglyTypedDataContainer.) |
| get_EdtArray | Gets data items of the extended array type. (Inherited from AfStronglyTypedDataContainer.) |
| get_List | Gets data items of the type data container list. (Inherited from AfStronglyTypedDataContainer.) |
| get_NewArray | Gets data items of the type array. (Inherited from AfStronglyTypedDataContainer.) |
| get_NewContainer | Gets data items of the type data container. (Inherited from AfStronglyTypedDataContainer.) |
| get_NewList | Gets data items of the type data container list. (Inherited from AfStronglyTypedDataContainer.) |
| getRootName | Gets the name of the root element of the XML representation of this strongly typed data container. (Inherited from AfStronglyTypedDataContainer.) |
| getSchema | Gets XML schema that describes XML representation of this strongly typed data container returned by the AfStronglyTypedDataContainer.serialize method and expected by the AfStronglyTypedDataContainer.deserialize method. (Inherited from AfStronglyTypedDataContainer.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the TMSInvoice_TMSInvoiceTable class. (Overrides the new Method.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parm_DocumentHash | Gets or sets the _DocumentHash parameter. |
| parmAddressCountryRegionId | Gets or sets the AddressCountryRegionId parameter. |
| parmAutoMatchReady | Gets or sets the AutoMatchReady parameter. |
| parmBillOfLadingId | Gets or sets the BillOfLadingId parameter. |
| parmBookingNum | Gets or sets the BookingNum parameter. |
| parmCarrierCode | Gets or sets the CarrierCode parameter. |
| parmCarrierServiceCode | Gets or sets the CarrierServiceCode parameter. |
| parmCashDiscCode | Gets or sets the CashDiscCode parameter. |
| parmCashDiscUTCDateTime | Gets or sets the CashDiscUTCDateTime parameter. |
| parmCosignee | Gets or sets the Cosignee parameter. |
| parmCountryRegionISOCode | Gets or sets the CountryRegionISOCode parameter. |
| parmCurrencyCode | Gets or sets the CurrencyCode parameter. |
| parmDeliveryUTCDateTime | Gets or sets the DeliveryUTCDateTime parameter. |
| parmDirection | Gets or sets the Direction parameter. |
| parmDiscAmount | Gets or sets the DiscAmount parameter. |
| parmDistance | Gets or sets the Distance parameter. |
| parmDistanceUOM | Gets or sets the DistanceUOM parameter. |
| parmDocumentDate | Gets or sets the DocumentDate parameter. |
| parmDocumentNum | Gets or sets the DocumentNum parameter. |
| parmDueUTCDateTime | Gets or sets the DueUTCDateTime parameter. |
| parmExchRate | Gets or sets the ExchRate parameter. |
| parmInternalInvNumber | Gets or sets the InternalInvNumber parameter. |
| parmInvoiceAmount | Gets or sets the InvoiceAmount parameter. |
| parmInvoiceDate | Gets or sets the InvoiceDate parameter. |
| parmInvoiceReferenceNum | Gets or sets the InvoiceReferenceNum parameter. |
| parmInvoiceStatus | Gets or sets the InvoiceStatus parameter. |
| parmLoadId | Gets or sets the LoadId parameter. |
| parmOrigQuoteNum | Gets or sets the OrigQuoteNum parameter. |
| parmPayeeAccount | Gets or sets the PayeeAccount parameter. |
| parmPaymId | Gets or sets the PaymId parameter. |
| parmProNum | Gets or sets the ProNum parameter. |
| parmQty | Gets or sets the Qty parameter. |
| parmRecId | Gets or sets the RecId parameter. |
| parmRecVersion | Gets or sets the RecVersion parameter. |
| parmRefJournalNum | Gets or sets the RefJournalNum parameter. |
| parmRelatedAccountNum | Gets or sets the RelatedAccountNum parameter. |
| parmRelatedOrderNum | Gets or sets the RelatedOrderNum parameter. |
| parmRouteCode | Gets or sets the RouteCode parameter. |
| parmSCAC | Gets or sets the SCAC parameter. |
| parmShipmentId | Gets or sets the ShipmentId parameter. |
| parmShipUTCDateTime | Gets or sets the ShipUTCDateTime parameter. |
| parmTMSInvoiceLine | Gets or sets the TMSInvoiceLine parameter. |
| parmTrailerNumber | Gets or sets the TrailerNumber parameter. |
| parmVendAccount | Gets or sets the VendAccount parameter. |
| parmVendInvoiceAccount | Gets or sets the VendInvoiceAccount parameter. |
| parmVendInvoiceId | Gets or sets the VendInvoiceId parameter. |
| parmVendPaymTermId | Gets or sets the VendPaymTermId parameter. |
| parmVendRef | Gets or sets the VendRef parameter. |
| parmVesselName | Gets or sets the VesselName parameter. |
| parmVoyageNum | Gets or sets the VoyageNum parameter. |
| parmWeight | Gets or sets the Weight parameter. |
| parmWeightUOM | Gets or sets the WeightUOM parameter. |
| populateFromTable | Populates this data container. (Inherited from AfStronglyTypedDataContainer.) |
| serialize | Serializes the strongly-typed data container into its XML representation. (Inherited from AfStronglyTypedDataContainer.) |
| set_Array | Sets the value of the data item of array type. (Inherited from AfStronglyTypedDataContainer.) |
| set_Attribute | Sets the value for data items of the primitive types. (Inherited from AfStronglyTypedDataContainer.) |
| set_Container | Sets the value for data items of data container type. (Inherited from AfStronglyTypedDataContainer.) |
| set_EdtArray | Sets the value for data items of extended array type. (Inherited from AfStronglyTypedDataContainer.) |
| set_List | Sets the value for data items of data container list type. (Inherited from AfStronglyTypedDataContainer.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| wt | Gets the weakly-typed data container interface that is associated with this strongly-typed data container. (Inherited from AfStronglyTypedDataContainer.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: