SalesPackingSlipJournalPost Class [AX 2012]
Syntax
class SalesPackingSlipJournalPost extends FormletterJournalPost
Run On
Server
Methods
Method | Description | |
---|---|---|
addToInventReportDimHistory | Adds a record to the InventReportDimHistory table. (Overrides the addToInventReportDimHistory Method.) | |
adjustAmountsMST_W | Adjusts the amount in the accounting currency. (Inherited from FormletterJournalPost.) | |
afterLinePost | The method is being run before line is posted. (Inherited from FormletterJournalPost.) | |
beforeLinePost | The method is being run before line is posted. (Inherited from FormletterJournalPost.) | |
calculateMarkupAmount_IN | Calculates markup amount. (Inherited from FormletterJournalPost.) | |
calculateVATDefermentTax_IN | Method overrides in the child classes. (Inherited from FormletterJournalPost.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canEndLedgerVoucher | Determines whether the LedgerVoucher object can be ended. (Inherited from FormletterJournalPost.) | |
canPostEndDisc | Determines whether end discounts can be posted. (Inherited from FormletterJournalPost.) | |
canPostLedger | Determines whether ledger postings can occur. (Overrides the canPostLedger Method.) | |
canPostRoundOff | Determines whether end roundings can be posted. (Inherited from FormletterJournalPost.) | |
canPostTax | Determines whether tax can be posted. (Inherited from FormletterJournalPost.) | |
canPostToInventory | Determines whether an order line can be inventory posted. (Inherited from FormletterJournalPost.) | |
cashDiscountAmount | Gets the cash discount amount. (Inherited from FormletterJournalPost.) | |
cashDiscPercent | Gets the cash discount percentage. (Inherited from FormletterJournalPost.) | |
checkBeforePostingLine | Performs validation before posting a line. (Overrides the checkBeforePostingLine Method.) | |
checkLedgerPeriod | Checks whether posting in the ledger period is allowed. (Inherited from FormletterJournalPost.) | |
checkNotStockedLineAfterPosting | Verifies the not stocked order lines after posting. (Inherited from FormletterJournalPost.) | |
checkNotStockedLineBeforePosting | Verifies the not stocked order lines before posting. (Inherited from FormletterJournalPost.) | |
checkSourceLine | Verifies the source line for the journal line. (Inherited from FormletterJournalPost.) | |
copyDocuRefLine | Copies document references to the journal line. (Inherited from FormletterJournalPost.) | |
copyDocuRefTable | Copies document references to the journal header. (Inherited from FormletterJournalPost.) | |
createBackorderLines | ||
createBackorderLinesHistory | Creates CustPackingSlipBackorderLineHistory records for the current packing slip version. | |
createFacture_RU | Method used to create facture after invoice posted (Inherited from FormletterJournalPost.) | |
createInventReportDimHistory | Creates a record in the InventReportDimHistory table. (Inherited from FormletterJournalPost.) | |
createNotStockedPostCheck | Retrieves a TradeNotStockedPostCheck object that is used to verify order lines during posting. (Overrides the createNotStockedPostCheck Method.) | |
createPaymentDisbursement | Serves as the blank implementation of method. (Inherited from FormletterJournalPost.) | |
createPaymentSched | Creates a payment schedule. (Inherited from FormletterJournalPost.) | |
createReportData | Creates the data that can be used by the report. (Overrides the createReportData Method.) | |
creditDiscount | Determines whether discounts should be credited. (Inherited from FormletterJournalPost.) | |
creditNote | Determines whether the posting is for a credit note. (Overrides the creditNote Method.) | |
currencyCode | Gets the currency code for the journal. (Inherited from FormletterJournalPost.) | |
dealQualityOrderLine_IN | Deals the quality order line. (Inherited from FormletterJournalPost.) | |
dealVoucher_CN | Deals Chinese voucher for inventory general ledger during SourceDocument processing e.g. Purchase order posting (Inherited from FormletterJournalPost.) | |
defaultLedgerTransactionText | Gets the default ledger transaction text. (Inherited from FormletterJournalPost.) | |
distributeSourceDocument | Performs the creation of distributions (Inherited from FormletterJournalPost.) | |
documentStatus | Gets the type of document (Overrides the documentStatus Method.) | |
docuRefCopy | Copies attachments from a single source document to a single destination document. (Inherited from FormletterJournalPost.) | |
docuRefCopyByRecId | Copies attachments between documents. (Inherited from FormletterJournalPost.) | |
docuRefCopyMultiple | Copies attachments from a set of source documents to a destination document. (Inherited from FormletterJournalPost.) | |
docuRefCopyMultipleByRecId | Copies attachments from a set of source documents to a destination document. (Inherited from FormletterJournalPost.) | |
docuRefFindAndCopyMultiple | Copies attachments from a set of source documents to a destination document. (Inherited from FormletterJournalPost.) | |
endLedgerVoucher | Invokes the actual posting process. (Inherited from FormletterJournalPost.) | |
endLines | Ends the posting of all journal lines. (Overrides the endLines Method.) | |
endPost | Ends the posting. (Overrides the endPost Method.) | |
endPostLine | Ends the posting of a journal line. (Overrides the endPostLine Method.) | |
endUpdate | Ends the update of selected records. (Overrides the endUpdate Method.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
exchRate_W | Determines the exchange rate. (Inherited from FormletterJournalPost.) | |
exchRateSec_W | Determines the secondary exchange rate. (Inherited from FormletterJournalPost.) | |
factureJour_RU | Returns FactureJour_RU record (Inherited from FormletterJournalPost.) | |
findOrCreateLedgerVoucherObject | Finds or creates the instance of the specified LedgerVoucherObject class. (Inherited from FormletterJournalPost.) | |
fixedEuroTriangulation | Gets the fixed euro triangulation value. (Inherited from FormletterJournalPost.) | |
fixedExchRate | Gets the fixed exchange rate. (Inherited from FormletterJournalPost.) | |
fixedExchRateSecondary | Gets the fixed secondary exchange rate. (Inherited from FormletterJournalPost.) | |
formletterJournalTransRecord | Determines whether journal lines exist. (Inherited from FormletterJournalPost.) | |
formletterProformaPrintToFormletter | Transfers values from the FormletterProformaPrint class to the Formletter class. (Inherited from FormletterJournalPost.) | |
formletterType | Determines the form letter type. (Overrides the formletterType Method.) | |
getFormletterProformaPrintPacked | Retrieves a container that contains specific values that are used for printing pro forma reports. (Inherited from FormletterJournalPost.) | |
getLedgerVoucherObject | Retrieves a new instance of the LedgerVoucherObject class. (Inherited from FormletterJournalPost.) | |
getOrdersPosted | Retrieves a set of posted order IDs. (Inherited from FormletterJournalPost.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
getVoucher | Gets a voucher number. (Overrides the getVoucher Method.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
hasQualityOrder_IN | Determines whether journal line can be dealed. (Inherited from FormletterJournalPost.) | |
init | Initializes the class. (Overrides the init Method.) | |
initDocuRefRecId | Initializes the list docuRefRecIdList (Inherited from FormletterJournalPost.) | |
initFormletterProvider | Initializes the FormletterProvider object. (Inherited from FormletterJournalPost.) | |
initLedgerVoucher | Initializes a LedgerVoucherObject object. (Overrides the initLedgerVoucher Method.) | |
initMarkup | Initializes the Markup object. (Inherited from FormletterJournalPost.) | |
initPreviousVersionDateTime | Finds the previous packing slip version. | |
initRecordLists | Initializes the record lists. (Overrides the initRecordLists Method.) | |
initRelatedLineTables | Initializes the records that are related to the current journal line. (Overrides the initRelatedLineTables Method.) | |
initRelatedParmLine | Initializes an instance of the SalesParmLine class. | |
initTax | Initializes the Tax object. (Inherited from FormletterJournalPost.) | |
initTransactionTxt | Initializes the TransactionTxt object. (Overrides the initTransactionTxt Method.) | |
insertBackorderLine | ||
insertInventReportDimHistory | Inserts a record in the InventReportDimHistory object. (Inherited from FormletterJournalPost.) | |
insertRecordList | Inserts records in the record lists into the database. (Overrides the insertRecordList Method.) | |
interCompanyPost | ||
inventReportDimHistoryLogType | Gets the inventory report dimension history type. (Overrides the inventReportDimHistoryLogType Method.) | |
invoicePostingType_RU | Returns SalesInvoicePostingType_RU, overridden in SalesInvoicePostJournal (Inherited from FormletterJournalPost.) | |
isConfigkeyEnabledShipCarrier | ||
isOnHold | Determines whether the journal is on hold. (Inherited from FormletterJournalPost.) | |
isPrepaymentJournal | Identifies if the FormletterJournalPost is a prepayment journal. (Inherited from FormletterJournalPost.) | |
isProforma | Determines whether the journal is a pro forma journal. (Inherited from FormletterJournalPost.) | |
journalLine | Gets or sets the current journal line record. (Overrides the journalLine Method.) | |
journalLineTableId | Gets the table ID for the journal line table. (Overrides the journalLineTableId Method.) | |
ledgerVoucherObjectDocument | Gets the document values from the LedgervoucherObject object. (Overrides the ledgerVoucherObjectDocument Method.) | |
ledgerVoucherObjectSetParms | Sets parameters on the LedgerVoucherObject object. (Inherited from FormletterJournalPost.) | |
lineDiscountAmount | Gets the line discount amount. (Inherited from FormletterJournalPost.) | |
mcrValidateGiftCardSerialNumber | ||
moveFiscalDataToPackingSlip_BR | Moves fiscal references and legal texts from SalesParmTable table record to CustPackingSlipJour table record. | |
new | Initializes a new instance of the FormletterJournalPost class. (Inherited from FormletterJournalPost.) | |
nextFormletterJournalTrans | Selects the next journal line. (Inherited from FormletterJournalPost.) | |
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.) | |
parmChainFormletterContract | Gets or sets the ChainFormletterContract parameter. (Inherited from FormletterJournalPost.) | |
parmDocuRefRecId | Gets or sets the DocuRefRecId parameter. (Inherited from FormletterJournalPost.) | |
parmFormletter | Gets or sets the Formletter parameter. (Inherited from FormletterJournalPost.) | |
parmJournalTable | Gets or sets the JournalTable parameter. (Overrides the parmJournalTable Method.) | |
parmMCRInventTransRecid | Gets or sets the inventory transaction record ID. (Inherited from FormletterJournalPost.) | |
parmMrcPostingErr | Gets or sets the MrcPostingErr parameter. | |
parmMrcPrintOnPack | Gets or sets the MrcPrintOnPack parameter. | |
parmNumberOfOrders | Gets or sets the NumberOfOrders parameter. (Inherited from FormletterJournalPost.) | |
parmNumberSeq | Gets or sets the NumberSeq parameter. (Inherited from FormletterJournalPost.) | |
parmPackedLineIdSet | Gets or sets the PackedLineIdSet parameter. (Inherited from FormletterJournalPost.) | |
parmParmTable | Gets or sets the ParmTable parameter. (Overrides the parmParmTable Method.) | |
parmPostingInBatch | Gets or sets the PostingInBatch parameter. (Inherited from FormletterJournalPost.) | |
parmPrintFormLetter | Gets or sets the PrintFormLetter parameter. (Inherited from FormletterJournalPost.) | |
parmPrintout | Gets or sets the Printout parameter. (Inherited from FormletterJournalPost.) | |
parmProforma | Gets or sets the Proforma parameter. (Inherited from FormletterJournalPost.) | |
parmProjProposalJour | Gets or sets the ProjProposalJour parameter. (Inherited from FormletterJournalPost.) | |
parmReduceOnHand | Gets or sets the ReduceOnHand parameter. (Inherited from FormletterJournalPost.) | |
parmSendByMail_MX | Gets or sets the sendByEmail parameter. (Inherited from FormletterJournalPost.) | |
parmShipmentId | Gets or sets the ShipmentId parameter. (Overrides the parmShipmentId Method.) | |
parmSpecQty | Gets or sets the SpecQty parameter. (Inherited from FormletterJournalPost.) | |
parmStorno | Gets or sets the Storno parameter. (Inherited from FormletterJournalPost.) | |
parmSumBy | Gets or sets the SumBy parameter. (Inherited from FormletterJournalPost.) | |
parmSumOrderId | Gets or sets the SumOrderId parameter. (Inherited from FormletterJournalPost.) | |
parmTotals | Gets or sets the Totals parameter. (Inherited from FormletterJournalPost.) | |
parmWHSLoadId | Gets or sets the WHSLoadId parameter. (Inherited from FormletterJournalPost.) | |
pdsMRCParameters | Retrieves the PdsMCRParameters record. | |
postAsset_RU | Performs asset posting for russian fixed assets (Inherited from FormletterJournalPost.) | |
postBalanceAsManyLedgerTransactions_RU | Returns true if balance should be posted as many ledger transactions. (Inherited from FormletterJournalPost.) | |
postCustVend | Performs customer and vendor related postings. (Inherited from FormletterJournalPost.) | |
postDeliverySlip_BR | Starts delivery slip post process | |
postEndDiscount | Posts the end discount. (Inherited from FormletterJournalPost.) | |
postEndPost_BR | Executes Brazilian localization logic after the endPost method. | |
postEndPostLine_BR | Executes Brazilian localization logic after the endPostLine method. | |
postFailed | Called when the posting of a journal fails. (Inherited from FormletterJournalPost.) | |
postInit_BR | Create new list of journal lines. | |
postInventory | Posts to inventory. (Overrides the postInventory Method.) | |
postJournalPost | Runs after posting a journal. (Inherited from FormletterJournalPost.) | |
postLine | Posts a journal line. (Inherited from FormletterJournalPost.) | |
postLineDiscount | Posts a line discount. (Inherited from FormletterJournalPost.) | |
postMarkupLine | Posts the markup for the current journal line. (Inherited from FormletterJournalPost.) | |
postMarkupLineBeforeInventory | Determines whether markup for a line should be posted before making inventory updates. (Inherited from FormletterJournalPost.) | |
postMarkupOnJour | ||
postMarkupOnSalesLine | Posts the markup for the journal lines. | |
postMarkupOnTrans | Posts the markup for the journal lines. (Inherited from FormletterJournalPost.) | |
postMarkupTable | Posts the markup for the journal header. (Overrides the postMarkupTable Method.) | |
postNotStocked | Performs posting routines for order lines that cannot be posted to inventory. (Overrides the postNotStocked Method.) | |
postRoundOff | Posts roundings. (Inherited from FormletterJournalPost.) | |
postTax | Performs tax postings. (Inherited from FormletterJournalPost.) | |
postTaxesBeforeSourceDocument | Determines whether taxes should be posted prior to source document journalization. (Inherited from FormletterJournalPost.) | |
postTaxOnProforma | Indicates whether the tax should be considered when a proforma journal is posted. (Overrides the postTaxOnProforma Method.) | |
postTaxOnUpdate | Determines whether tax should be posted on update. (Inherited from FormletterJournalPost.) | |
postToCustomsExpenseAccount_IN | Method overrides in the child classes. (Inherited from FormletterJournalPost.) | |
processSourceDocument | Processes the source document. (Inherited from FormletterJournalPost.) | |
projLedger | Gets the ProjLedger object. (Inherited from FormletterJournalPost.) | |
recalcTotals | Recalculates the totals. (Overrides the recalcTotals Method.) | |
requirePostCustVendAfterLedgerVoucherEnd | Determines whether automatic settlement for AP/AR should be posted after ledger voucher is posted (Inherited from FormletterJournalPost.) | |
roundingOffSign | Gets the rounding sign (Inherited from FormletterJournalPost.) | |
run | Posts a journal. (Inherited from FormletterJournalPost.) | |
selectFormletterJournalTrans | Selects a journal line. (Overrides the selectFormletterJournalTrans Method.) | |
setLedgerVoucher | Sets the LedgerVoucher object. (Inherited from FormletterJournalPost.) | |
setNumAndVoucher | Sets journal and voucher number. (Inherited from FormletterJournalPost.) | |
setRecalcTotals | Sets the internal value that indicates whether total recalculation is needed. (Inherited from FormletterJournalPost.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
shipCarrierSendShippingInfo | Saves information to the Intermedia ShipCarrierShippingRequest table. | |
shouldCopyMultipleDocuRef | Determines whether attachments should be copied from multiple source documents. (Inherited from FormletterJournalPost.) | |
shouldPostMarkupTable | Gets a value indicating whether miscellaneous charges for sales order should be posted. (Inherited from FormletterJournalPost.) | |
skipCreditMaxCheck | Determines whether a credit max validation should be skipped. (Inherited from FormletterJournalPost.) | |
sourceLine | Gets the source line record for the current journal line. (Overrides the sourceLine Method.) | |
sourceTable | Gets the source header record for the journal header. (Overrides the sourceTable Method.) | |
startLines | Starts the posting of all journal lines. (Overrides the startLines Method.) | |
tax | Sets and gets the Tax object. (Inherited from FormletterJournalPost.) | |
tax1099 | Performs tax 1099 postings. (Inherited from FormletterJournalPost.) | |
taxWithholdCalculation_IN | Sets tax withhold calculation. (Inherited from FormletterJournalPost.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
tradeCalcTax | Gets an instance of the TradeCalcTax class. (Inherited from FormletterJournalPost.) | |
transactionLogTxt | Gets an instance of the TransTxt object. (Overrides the transactionLogTxt Method.) | |
transactionLogType | Gets the transaction log type. (Overrides the transactionLogType Method.) | |
updateAdvanceInvoiceSettlement_W | Updates the advance invoice marked to settle. (Inherited from FormletterJournalPost.) | |
updateBankLC | Updates the Letter of Credit after the journal is posted. | |
updateCrossdocking | Updates cross docking information. (Inherited from FormletterJournalPost.) | |
updateDate | Gets the transaction date. (Overrides the updateDate Method.) | |
updateInventory | ||
updateJournalLine | Updates the customer packing slip journal line. (Overrides the updateJournalLine Method.) | |
updateJournalTable | Updates the journal header. (Overrides the updateJournalTable Method.) | |
updateSalesShippingStat | ||
updateSourceLine | Updates the source line for the current journal line. (Overrides the updateSourceLine Method.) | |
updateSourceLineBeforePosting | Overridden to perform packing slip related pre-posting updates of the source line. (Overrides the updateSourceLineBeforePosting Method.) | |
updateSourceTable | Updates the source table for the journal header. (Overrides the updateSourceTable Method.) | |
updateTransactTxtForLedgerVoucherObject | Updates the transaction text. (Inherited from FormletterJournalPost.) | |
updateWHSLoadTable | Updates the warehouse load record relating to the packing slip. | |
updateWMSShipment | ||
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
useBillOfLading | Indicates whether the bill of lading can be created and populated. | |
vatRegData_W | Initializes container of VAT related data. (Inherited from FormletterJournalPost.) | |
wait | Pauses a process. (Inherited from Object.) | |
writeTaxAmount_W | Writes tax amount. (Inherited from FormletterJournalPost.) | |
writeTmpTaxWorkTrans | Inserts records into the TmpTaxWorkTrans table. (Inherited from FormletterJournalPost.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::construct | Initializes a new instance of the SalesPackingSlipJournalPost class. |
Top
Inheritance Hierarchy
Object Class
FormletterJournalPost Class
SalesPackingSlipJournalPost Class
SalesPackingSlipJournalPostProj Class