SalesSalesPackingSlip_SalesParmLine Class [AX 2012]
The SalesSalesPackingSlip_SalesParmLine class is the data object class that is exposed through the SalesSalesPackingSlipService class.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createDeliveryPostalAddress | Creates and sets a new value for the DeliveryPostalAddress complex data item. |
| createDocuRefLine | Creates and sets a new value for the DocuRefLine complex data item. |
| createInventDim | Creates and sets a new value for the InventDim complex data item. |
| createSalesCategory | Creates and sets a new value for the SalesCategory complex data item. |
| createShipCarrierPostalAddress | Creates and sets a new value for the ShipCarrierPostalAddress 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.) |
| existsAlcoholLicenseSeriesNum_RU | Determines whether the AlcoholLicenseSeriesNum_RU data item exists in the data container. |
| existsAssessableValue_IN | Checks whether the data container contains a data item that has the given name. |
| existsChangedManually | Determines whether the ChangedManually data item exists in the data container. |
| existsClosed | Determines whether the Closed data item exists in the data container. |
| existsComplete | Determines whether the Complete data item exists in the data container. |
| existsCustAccount | Determines whether the CustAccount data item exists in the data container. |
| existsCustomsShippingBillNumberTable_IN | Determines whether the CustomsShippingBillNumberTable_IN data item exists in the data container. |
| existsDeliverNow | Determines whether the DeliverNow data item exists in the data container. |
| existsDeliveryName | Determines whether the DeliveryName data item exists in the data container. |
| existsDeliveryPostalAddress | Determines whether the DeliveryPostalAddress data item exists in the data container. |
| existsDlvMode | Determines whether the DlvMode data item exists in the data container. |
| existsDlvTerm | Determines whether the DlvTerm data item exists in the data container. |
| existsDocuRefLine | Determines whether the DocuRefLine data item exists in the data container. |
| existsInventDim | Determines whether the InventDim data item exists in the data container. |
| existsInventDimId | Determines whether the InventDimId data item exists in the data container. |
| existsInventNow | Determines whether the InventNow data item exists in the data container. |
| existsInventOwnerId_RU | Determines whether the InventOwnerId_RU data item exists in the data container. |
| existsInventProfileType_RU | Determines whether the InventProfileType_RU data item exists in the data container. |
| existsInventTransId | Determines whether the InventTransId data item exists in the data container. |
| existsInvoiceAccount | Determines whether the InvoiceAccount data item exists in the data container. |
| existsItemId | Determines whether the ItemId data item exists in the data container. |
| existsLineAmount | Determines whether the LineAmount data item exists in the data container. |
| existsLineNum | Determines whether the LineNum data item exists in the data container. |
| existsMaximumRetailPrice_IN | Checks whether the data container contains a data item that has the given name. |
| existsOrigSalesId | Determines whether the OrigSalesId data item exists in the data container. |
| existsPackingUnit | Determines whether the PackingUnit data item exists in the data container. |
| existsPackingUnitQty | Determines whether the PackingUnitQty data item exists in the data container. |
| existsParmId | Determines whether the ParmId data item exists in the data container. |
| existsPdsCWDeliverNow | Indicates whether the PdsCWDeliverNow data item exists in the data container. |
| existsPdsCWRemainAfterInvent | Indicates whether the PdsCWRemainAfterInvent data item exists in the data container. |
| existsPostingProfile_RU | Determines whether the PostingProfile_RU 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. |
| existsRemainAfter | Determines whether the RemainAfter data item exists in the data container. |
| existsRemainAfterInvent | Determines whether the RemainAfterInvent data item exists in the data container. |
| existsRemainBefore | Determines whether the RemainBefore data item exists in the data container. |
| existsRemainBeforeInvent | Determines whether the RemainBeforeInvent data item exists in the data container. |
| existsSalesCategory | Determines whether the SalesCategory data item exists in the data container. |
| existsSalesLineRecId | Determines whether the SalesLineRecId data item exists in the data container. |
| existsScrap | Determines whether the Scrap data item exists in the data container. |
| existsShipCarrierAccount | Determines whether the ShipCarrierAccount data item exists in the data container. |
| existsShipCarrierID | Determines whether the ShipCarrierID data item exists in the data container. |
| existsShipCarrierPostalAddress | Determines whether the ShipCarrierPostalAddress data item exists in the data container. |
| existsTableRefId | Determines whether the TableRefId data item exists in the data container. |
| existsWMSOrder | Determines whether the WMSOrder 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 SalesSalesPackingSlip_SalesParmLine 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.) |
| parmAlcoholLicenseSeriesNum_RU | Gets or sets the AlcoholLicenseSeriesNum_RU parameter. |
| parmAssessableValue_IN | Gets or sets the AssessableValue_IN parameter. |
| parmChangedManually | Gets or sets the ChangedManually parameter. |
| parmClosed | Gets or sets the Closed parameter. |
| parmComplete | Gets or sets the Complete parameter. |
| parmCustAccount | Gets or sets the CustAccount parameter. |
| parmCustomsShippingBillNumberTable_IN | Gets or sets the CustomsShippingBillNumberTable_IN parameter. |
| parmDeliverNow | Gets or sets the DeliverNow parameter. |
| parmDeliveryName | Gets or sets the DeliveryName parameter. |
| parmDeliveryPostalAddress | Gets or sets the DeliveryPostalAddress parameter. |
| parmDlvMode | Gets or sets the DlvMode parameter. |
| parmDlvTerm | Gets or sets the DlvTerm parameter. |
| parmDocuRefLine | Gets or sets the DocuRefLine parameter. |
| parmInventDim | Gets or sets the InventDim parameter. |
| parmInventDimId | Gets or sets the InventDimId parameter. |
| parmInventNow | Gets or sets the InventNow parameter. |
| parmInventOwnerId_RU | Gets or sets the InventOwnerId_RU parameter. |
| parmInventProfileType_RU | Gets or sets the InventProfileType_RU parameter. |
| parmInventTransId | Gets or sets the InventTransId parameter. |
| parmInvoiceAccount | Gets or sets the InvoiceAccount parameter. |
| parmItemId | Gets or sets the ItemId parameter. |
| parmLineAmount | Gets or sets the LineAmount parameter. |
| parmLineNum | Gets or sets the LineNum parameter. |
| parmMaximumRetailPrice_IN | Gets or sets the MaximumRetailPrice_IN parameter. |
| parmOrigSalesId | Gets or sets the OrigSalesId parameter. |
| parmPackingUnit | Gets or sets the PackingUnit parameter. |
| parmPackingUnitQty | Gets or sets the PackingUnitQty parameter. |
| parmParmId | Gets or sets the ParmId parameter. |
| parmPdsCWDeliverNow | Gets or sets the PdsCWDeliverNow parameter. |
| parmPdsCWRemainAfterInvent | Gets or sets the PdsCWRemainAfterInvent parameter. |
| parmPostingProfile_RU | Gets or sets the PostingProfile_RU parameter. |
| parmRecId | Gets or sets the RecId parameter. |
| parmRecVersion | Gets or sets the RecVersion parameter. |
| parmRemainAfter | Gets or sets the RemainAfter parameter. |
| parmRemainAfterInvent | Gets or sets the RemainAfterInvent parameter. |
| parmRemainBefore | Gets or sets the RemainBefore parameter. |
| parmRemainBeforeInvent | Gets or sets the RemainBeforeInvent parameter. |
| parmSalesCategory | Gets or sets the SalesCategory parameter. |
| parmSalesLineRecId | Gets or sets the SalesLineRecId parameter. |
| parmScrap | Gets or sets the Scrap parameter. |
| parmShipCarrierAccount | Gets or sets the ShipCarrierAccount parameter. |
| parmShipCarrierID | Gets or sets the ShipCarrierID parameter. |
| parmShipCarrierPostalAddress | Gets or sets the ShipCarrierPostalAddress parameter. |
| parmTableRefId | Gets or sets the TableRefId parameter. |
| parmWMSOrder | Gets or sets the WMSOrder 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: