SalesFormLetter Class [AX 2012]
Syntax
class SalesFormLetter extends FormLetterServiceController
Run On
Called
Methods
Method | Description | |
---|---|---|
afterOperation | Called after a service operation is executed. (Inherited from FormLetterServiceController.) | |
afterOperationBody | Executes the main logic after an operation before cleanup. (Overrides the afterOperationBody Method.) | |
afterOperationEnd | Performs the post-operation closure. (Inherited from FormLetterServiceController.) | |
allowEmptyTable | (Inherited from FormLetterServiceController.) | |
asyncCallbackReturnValue | Microsoft internal use only. (Inherited from SysOperationServiceController.) | |
asyncCallbackVoid | Microsoft internal use only. (Inherited from SysOperationServiceController.) | |
batchAsyncCallback | Microsoft internal use only. (Inherited from SysOperationServiceController.) | |
batchInfo | Microsoft internal use only. (Inherited from SysOperationController.) | |
beforeOperation | Executed before a service operation is executed. (Inherited from SysOperationServiceController.) | |
callContractInterfaceMethod | Microsoft internal use only. (Inherited from SysOperationController.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canGoBatch | Microsoft internal use only. (Inherited from SysOperationController.) | |
caption | Microsoft internal use only. (Inherited from SysOperationController.) | |
checkAccess | Determines the permissions to the service operation that is being called. (Inherited from SysOperationServiceController.) | |
checkAgreement_RU | Validates the AgreementHeaderExt_RU field for processed sales orders. | |
checkClientOutput | Verifies whether destinations that are selected for printing from the SalesFormLetter class hierarchy are printers. (Overrides the checkClientOutput Method.) | |
checkClientOutputPrintManagement | Verifies whether selected destinations in print management are printers for printing original and copy reports. (Overrides the checkClientOutputPrintManagement Method.) | |
checkCloseDialog | Microsoft internal use only. (Inherited from SysOperationController.) | |
checkDocumentData_PL | ||
checkDuplicateNum_W | Determines whether invoice number has been previously used. | |
checkFormLetterId_IN | Checks for FormLetter | |
checkIfAnyContractImplementsInterface | Microsoft internal use only. (Inherited from SysOperationController.) | |
checkifWMSorder | ||
checkInterCompany | ||
checkLateSelection | ||
checkPrinterSettingsMultiThread | Verifies whether the selected printers for printing journals are Application Object Server (AOS) configured printers. (Inherited from FormLetterServiceController.) | |
checkPrintOut | Validates the PrintOut setting. (Inherited from FormLetterServiceController.) | |
checkPrintout_RU | ||
checkSalesLineChanged | ||
checkSalesLinesChanged | ||
checkServiceTariffNumber | Validates the service tariff number. | |
checkSumBy | ||
checkSumNum | ||
chooseLines | ||
chooseLines_IN | Creates SalesParmTable table records based on the chooseLines query. | |
chooseLinesQuery | (Inherited from FormLetterServiceController.) | |
cleanupDialog | Cleans up after a dialog box has been canceled. (Overrides the cleanupDialog Method.) | |
createFromLines | (Inherited from FormLetterServiceController.) | |
createParmUpdateFromParmUpdateRecord | ||
creditRemaining | ||
defaultCaption | Determines the service operation name. (Inherited from SysOperationServiceController.) | |
defaultGiroType | ||
deleteGiroAndInitQuery | Executes the deleteGiro and initLinesQuery methods on the server side to reduce the interaction between tiers. | |
dialog | Microsoft internal use only. (Overrides the dialog Method.) | |
dialogClose | Microsoft internal use only. (Inherited from SysOperationController.) | |
dialogInit | Microsoft internal use only. (Inherited from SysOperationController.) | |
dialogMake | internal use only. (Inherited from FormLetterServiceController.) | |
dialogPostBuild | Microsoft internal use only. (Inherited from SysOperationController.) | |
dialogPostRun | internal use only. (Inherited from FormLetterServiceController.) | |
dialogRun | Microsoft internal use only. (Inherited from FormLetterServiceController.) | |
dialogSelectCtrl | Microsoft internal use only. (Inherited from SysOperationController.) | |
dialogShow | Microsoft internal use only. (Inherited from SysOperationController.) | |
dialogTask | Microsoft internal use only. (Inherited from SysOperationController.) | |
displayProgress | ||
doBatch | Microsoft internal use only. (Inherited from SysOperationController.) | |
documentStatus | (Inherited from FormLetterServiceController.) | |
editLinesChanged | ||
enableUpdateNowField | ||
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
executeOperationWithRunAs | Determines whether a call should be run on the server by using the CLR runtime.If marshaling is required the call is packed into a container and marshaled with the RunAs API. (Inherited from SysOperationServiceController.) | |
fiscalDocType_PL | Gets or sets the value of PlFiscalDocType on the contract. | |
forceSaveLast | (Inherited from FormLetterServiceController.) | |
getBaseDataContract | (Inherited from SysOperationController.) | |
getCachedUIBuilderForDataContractInfo | Microsoft internal use only. (Inherited from SysOperationController.) | |
getContract | (Inherited from FormLetterServiceController.) | |
getDataContractInfoObject | Gets the metadata that is associated with a particular data contract parameter. (Inherited from SysOperationController.) | |
getDataContractInfoObjects | Microsoft internal use only. (Inherited from SysOperationController.) | |
getDataContractInfoObjectsInternal | Microsoft internal use only. (Inherited from SysOperationServiceController.) | |
getDataContractInfoObjectsRecursively | Microsoft internal use only. (Inherited from SysOperationController.) | |
getDataContractObject | Gets a data contract instance for reading or writing. (Inherited from SysOperationController.) | |
getFrameworkService | Microsoft internal use only. (Inherited from SysOperationServiceController.) | |
getFromDialog | Microsoft internal use only. (Inherited from SysOperationController.) | |
getLast | (Inherited from FormLetterServiceController.) | |
getLastFromCallerFormName | Retrieves a SysLastValue value for the FormLetter form with the caller form name as a differentiator. (Inherited from FormLetterServiceController.) | |
getNumAndVoucher | (Inherited from FormLetterServiceController.) | |
getOriginalQuery | Gets the original query that can be used in the SysQuery form. (Inherited from SysOperationController.) | |
getOutputContract | Gets the output data contract of the last service call. (Inherited from FormLetterServiceController.) | |
getSalesFormLetterContract | This method is used to return the current SalesFormLetterContract object. | |
getServiceClass | Microsoft internal use only. (Inherited from SysOperationServiceController.) | |
getServiceOperation | Microsoft internal use only. (Inherited from SysOperationServiceController.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
getUIBuilderForContractObject | Microsoft internal use only. (Inherited from SysOperationController.) | |
getUIBuilderForDataContractInfo | Microsoft internal use only. (Inherited from SysOperationController.) | |
getUIBuilderForParameterPath | Microsoft internal use only. (Inherited from SysOperationController.) | |
getValuesFormletterParmData | ||
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
init | (Inherited from FormLetterServiceController.) | |
initAllowEmptyTable | (Inherited from FormLetterServiceController.) | |
initBasedOnMenuItem | Initializes the object that is based on the action command by which it was opened. | |
initializeDataContractInfoMaps | Microsoft internal use only. (Inherited from SysOperationController.) | |
initializeFromArgs | Initializes an overridden service controller from an args menu item. (Inherited from SysOperationServiceController.) | |
initializeParameters | Called after parameters are initialized by the framework. (Inherited from SysOperationController.) | |
initializeServiceParameter | Initializes an instance of the SysDictClass class for each data contract that is found in a service operation contract. (Inherited from FormLetterServiceController.) | |
initLinesQuery | ||
initLinesQuery_IN | Initialize chooseLines query and add range to filter ExportOrder/SalesOrders. | |
initOfficials_RU | ||
initParameters | ||
initParmCustomsExportOrderTable_IN | Initialize the parameter of the customs export order table. | |
initParmDefault | Microsoft internal use only. (Inherited from SysOperationController.) | |
initParmSalesTable | ||
initParmUpdate | ||
initPrinterSettingsFormletter | Initializes printer settings for posting a sales order with default values | |
initShippingStat | ||
interCompanyCalledFromFormletter | (Inherited from FormLetterServiceController.) | |
interCompanyCreatedFormletter | (Inherited from FormLetterServiceController.) | |
interCompanyMap | (Inherited from FormLetterServiceController.) | |
interCompanyParmId | (Inherited from FormLetterServiceController.) | |
interCompanyParmSelectFromJournal | (Inherited from FormLetterServiceController.) | |
interCompanyPosted | (Inherited from FormLetterServiceController.) | |
interCompanySelectFromJournal | (Overrides the interCompanySelectFromJournal Method.) | |
isInBatch | Microsoft internal use only. (Inherited from SysOperationController.) | |
isVersioningCorrectionOrCancel | Checks if a versioning update type is Correction or Cancel. (Inherited from FormLetterServiceController.) | |
lastValueDataAreaId | Microsoft internal use only. (Inherited from SysOperationController.) | |
lastValueDesignName | Retrieves the design name that is used as a differentiator for the retrieval of a SysLastValue value. (Inherited from FormLetterServiceController.) | |
lastValueUserId | Microsoft internal use only. (Inherited from SysOperationController.) | |
lateSelection | (Overrides the lateSelection Method.) | |
lateSelectionRemoveLines | ||
loadFromSysLastValue | Microsoft internal use only. (Inherited from SysOperationController.) | |
loadingOrSavingFromLastValue | Checks whether the current execution loads from or saves to the syslastvalue table. (Inherited from SysOperationController.) | |
lockSalesUpdateField | ||
mcrMiscChargePrintOption | Sets and returns the MCRMiscChargePrintOption enumeration. | |
mcrSetShipAloneQuantities | Sets SalesParmline quantities appropriately for ship alone items. | |
mrcPostingErr | Determines whether to post error regarding SalesFormLetterContract. | |
mrcPrintOnPack | Determines whether to print during sales order packing. | |
multiForm | (Inherited from FormLetterServiceController.) | |
mustCheckIntrastat | Indicates whether intrastate needs to be checked. | |
mustPrintInAfterOperation | Indicates whether printing must occur in the after operation instead of in the service. (Inherited from FormLetterServiceController.) | |
name | Returns the name of the SysOperationController class. (Inherited from FormLetterServiceController.) | |
new | Creates a new instance of the SalesFromLetter 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.) | |
onPostingSuccess | This method gets called when some documents are posted. Child classes override this method to handle successful posting of docuemnts. (Inherited from FormLetterServiceController.) | |
operationReturnValue | Gets the service return value. (Inherited from SysOperationServiceController.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
pack | Serializes the current instance of the SalesFormLetter class. (Overrides the pack Method.) | |
packDataContract | (Inherited from FormLetterServiceController.) | |
packDataContractInfoObjects | Microsoft internal use only. (Inherited from SysOperationController.) | |
parmAccountingDate | Gets or sets the AccountingDate parameter. (Inherited from FormLetterServiceController.) | |
parmAdvanceInvoiceSettlement_W | Gets or sets the AdvanceInvoiceSettlement_W parameter. | |
parmAlwaysInitializeAndValidateOnServer | Microsoft internal use only. (Inherited from SysOperationController.) | |
parmArgs | Microsoft internal use only. (Inherited from SysOperationController.) | |
parmBatchCreatedBy | Gets or sets the BatchCreatedBy parameter. (Inherited from FormLetterServiceController.) | |
parmBatchGroupId | Gets or sets the BatchGroupId parameter. (Inherited from FormLetterServiceController.) | |
parmBatchJobId | Gets or sets the BatchJobId parameter. (Inherited from FormLetterServiceController.) | |
parmCallerFormName | Gets or sets the CallerFormName parameter. (Inherited from FormLetterServiceController.) | |
parmCallerTable | Gets or sets the CallerTable parameter. (Inherited from FormLetterServiceController.) | |
parmClassName | Gets or sets the ClassName parameter. (Inherited from SysOperationServiceController.) | |
parmCorrect_RU | Gets or sets the Correct_RU parameter. | |
parmCorrectedInvoiceDate_RU | Gets or sets the CorrectedInvoiceDate_RU parameter. | |
parmCorrectedInvoiceId_RU | Gets or sets the CorrectedInvoiceId_RU parameter. | |
parmCreateFromHistory | Gets or sets the CreateFromHistory parameter. (Inherited from FormLetterServiceController.) | |
parmCurrentBatch | Microsoft internal use only. (Inherited from SysOperationController.) | |
parmCustInvoicePrintoutType_RU | Gets or sets the CustInvoicePrintoutType_RU parameter. | |
parmCustomsExportOrderType_IN | Gets or sets the CustomsExportOrderType_IN parameter. | |
parmDataSourceRecordsPacked | Gets or sets the DataSourceRecordsPacked parameter. (Inherited from FormLetterServiceController.) | |
parmDialogCaption | Microsoft internal use only. (Inherited from SysOperationController.) | |
parmDirectDeliveryUpdate | Gets or sets the DirectDeliveryUpdate parameter. | |
parmDocumentStornoId_RU | Gets or sets the DocumentStornoId_RU parameter. | |
parmDocuSetCode | Gets or sets the DocuSetCode parameter. | |
parmExecutionMode | Microsoft internal use only. (Inherited from SysOperationController.) | |
parmExtraPrintoutLineExists_RU | Gets or sets the ExtraPrintoutLineExists_RU parameter. | |
parmFrameworkService | Microsoft internal use only. (Inherited from SysOperationController.) | |
parmGoodsInRouteId_RU | Gets or sets the GoodsInRouteId_RU parameter. | |
parmHelpKeyword | Gets or sets the HelpKeyword parameter. (Inherited from SysOperationServiceController.) | |
parmHistoryList | Gets or sets the HistoryList parameter. (Inherited from FormLetterServiceController.) | |
parmId | Gets or sets the Id parameter. (Inherited from FormLetterServiceController.) | |
parmIdSynched | Gets or sets the IdSynched parameter. (Inherited from FormLetterServiceController.) | |
parmInterCompanyCompanyId | Gets or sets the InterCompanyCompanyId parameter. (Inherited from FormLetterServiceController.) | |
parmInventLocationId_PL | Gets or sets the InventLocationId_PL parameter. | |
parmJournalRecord | Gets or sets the JournalRecord parameter. (Inherited from FormLetterServiceController.) | |
parmLineIdSet | Gets or sets the LineIdSet parameter. (Inherited from FormLetterServiceController.) | |
parmLineList | Gets or sets the LineList parameter. (Inherited from FormLetterServiceController.) | |
parmLoadFromSysLastValue | Microsoft internal use only. (Inherited from SysOperationController.) | |
parmLocation | Gets or sets the Location parameter. | |
parmMarkupOfTypeCustVendExists_RU | Gets or sets the MarkupOfTypeCustVendExists_RU parameter. | |
parmMCRInventTransRecid | Sets and returns the record ID for the InventTrans record. | |
parmMCRPaymMode | Gets or sets the MCRPaymMode parameter. | |
parmMCRPickWaveReference | Sets the variable MCRPickWaveReference to the pickwave that is being processed. | |
parmMethodName | Gets or sets the MethodName parameter. (Inherited from SysOperationServiceController.) | |
parmMiscText | Gets or sets the MiscText parameter. | |
parmNeedTransIDTransit_RU | Gets or sets the NeedTransIDTransit_RU parameter. | |
parmPrintHeader | Gets or sets the PrintHeader parameter. | |
parmProdType | Gets or sets the ProdType parameter. | |
parmQueryUsed | Gets or sets the QueryUsed parameter. (Inherited from FormLetterServiceController.) | |
parmRegisterCallbackForReliableAsyncCall | Microsoft internal use only. (Inherited from SysOperationController.) | |
parmRelatedJournal | Gets or sets the RelatedJournal parameter. | |
parmReliableAsyncBatchGroupId | Gets or sets the ReliableAsyncBatchGroupId parameter. (Inherited from SysOperationController.) | |
parmSendByMail_MX | Gets or sets the SendByMail_MX parameter. | |
parmShipmentId | Gets or sets the ShipmentId parameter. | |
parmShowDialog | Microsoft internal use only. (Inherited from SysOperationController.) | |
parmShowProgressForm | Gets or sets the ShowProgressForm parameter. (Inherited from SysOperationServiceController.) | |
parmSkipRunShipCarrier | Gets or sets the SkipRunShipCarrier parameter. | |
parmSourceTable | Gets or sets the SourceTable parameter. | |
parmSpecQtyIsSet | Gets or sets the SpecQtyIsSet parameter. (Inherited from FormLetterServiceController.) | |
parmTaxProfileMap | Gets or sets the TaxProfileMap parameter. | |
parmTradeLineRefId_RU | Gets or sets the TradeLineRefId_RU parameter. (Inherited from FormLetterServiceController.) | |
parmUseUserDefinedDestinations | Gets or sets the UseUserDefinedDestinations parameter. (Inherited from FormLetterServiceController.) | |
parmVersionDateTime | Gets or sets the VersionDateTime parameter. (Inherited from FormLetterServiceController.) | |
parmVersioningUpdateType | Gets or sets the VersioningUpdateType parameter. (Inherited from FormLetterServiceController.) | |
parmWHSLoadId | Gets or sets the WHSLoadId parameter. | |
pdsCWQtyInvent | Calculates the catch weight inventory quantity when it posts. | |
pdsMRCParameters | Gets a PdsMRCParameters record. | |
pdsPack | Serializes the current instance of the SalesFormLetter class. | |
pdsUnpack | Deserializes the _packedClass instance of the SalesFormLetter class. | |
postedJournalList_RU | Returns List object with posted journals | |
prePromptInit | ||
printAcceptanceReport_RU | Should Acceptance report be printed when posting document (Inherited from FormLetterServiceController.) | |
printBillOfLading_RU | Determines if bill of lading should be printed when posting journal (Overrides the printBillOfLading_RU Method.) | |
printCODLabel | ||
printEntryCertificate_W | Determines if entry certificate should be printed when posting journal. | |
printerSettingsCODLabel | ||
printerSettingsEntryCertificate_W | Returns printer settings which should be used for printing entry certificate. | |
printerSettingsFormletter | (Inherited from FormLetterServiceController.) | |
printerSettingsShippingLabel | ||
printExtraDocuments | The method shows if there are extra documents must be printed during posting except the form letter document. (Inherited from FormLetterServiceController.) | |
printFacture_RU | Should facture be printed when posting document (Inherited from FormLetterServiceController.) | |
printFormLetter | (Inherited from FormLetterServiceController.) | |
printInventBaileeReport_RU | Should invent bailee be printed when posting document (Inherited from FormLetterServiceController.) | |
printMgmtDocumentType | Identifies the print management document type. (Inherited from FormLetterServiceController.) | |
printMgmtNodeType | Identifies the print management node type. (Overrides the printMgmtNodeType Method.) | |
printout | (Overrides the printout Method.) | |
printPSDSDocuRef | Print the PSDS documents | |
printShippingLabel | ||
printTransportInvoice_RU | Should transport invoice be printed when posting document (Overrides the printTransportInvoice_RU Method.) | |
proforma | (Overrides the proforma Method.) | |
prompt | Microsoft internal use only. (Inherited from SysOperationController.) | |
promptAndRun | Executes a prompt and run scenario. | |
putToDialog | Moves data from the data contract into dialog box controls. (Inherited from SysOperationController.) | |
qtyInvent | ||
qtySales | ||
queryChanged | Microsoft internal use only. (Inherited from SysOperationController.) | |
queryHelper | Microsoft internal use only. (Inherited from SysOperationController.) | |
querySelectButtonClicked | Microsoft internal use only. (Inherited from SysOperationController.) | |
reArrange | Rearranges the order lines in accordance to the specified summary update parameter. | |
reArrangeNow | (Inherited from FormLetterServiceController.) | |
recommendedSpecQty | ||
reSelect | Reselects the order lines by a quantity specification. | |
resetParmListCommonCS | Resets all parameters of posting to default values. (Overrides the resetParmListCommonCS Method.) | |
resetProformaUponPhysicalUpdatable | Turns off the sample packing slip. | |
run | Contains the code that does the actual job of the class. (Overrides the run Method.) | |
runShipCarrier | Executes any functionality that will require user interaction. | |
runsImpersonated | Microsoft internal use only. (Inherited from SysOperationController.) | |
salesParmUpdate | ||
salesTable | ||
saveLast | Microsoft internal use only. (Inherited from SysOperationController.) | |
selectFromJournal | (Inherited from FormLetterServiceController.) | |
selectFromJournalLines | Updates document lines that are based on the specified records. (Inherited from FormLetterServiceController.) | |
setLedgerVoucher | ||
setNewContract | (Overrides the setNewContract Method.) | |
setNumAndVoucher | (Inherited from FormLetterServiceController.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
shouldRunXpp | Determines whether X++ code should be run instead of IL. | |
showBatchTab | Microsoft internal use only. (Inherited from SysOperationController.) | |
showQueryForm | (Inherited from FormLetterServiceController.) | |
showQuerySelectButton | Determines whether a Select button will be added to the dialog box. (Inherited from SysOperationController.) | |
showQueryValues | Determines whether the query values will be added to the dialog box. (Inherited from SysOperationController.) | |
specQty | ||
splitInventOwnerId_RU | ||
splitInventProfileType_RU | ||
splitPostingProfile_RU | ||
splitSite | ||
startOperation | Executes the service operation associated with the controller. (Inherited from SysOperationServiceController.) | |
sumBy | ||
templateForm | Microsoft internal use only. (Overrides the templateForm Method.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
transDate | (Inherited from FormLetterServiceController.) | |
unpack | Deserializes the _packedClass parameter value to an instance of the SalesFormLetter class. (Overrides the unpack Method.) | |
unpackDataContractInfoObjects | Microsoft internal use only. (Inherited from SysOperationController.) | |
unpackFormletterParmDataOutputContract | (Inherited from FormLetterServiceController.) | |
update | ||
updateEstimate | ||
updatePrinterSettingsCODLabel | ||
updatePrinterSettingsEntryCertificate_W | Updates printer settings which should be used for printing entry certificate. | |
updatePrinterSettingsFormLetter | (Inherited from FormLetterServiceController.) | |
updatePrinterSettingsShippingLabel | ||
updateSalesShippingStat | ||
updateSalesType | ||
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
usePrintManagement | (Inherited from FormLetterServiceController.) | |
validate | Validates whether it is all right to continue. (Overrides the validate Method.) | |
validateAll | (Inherited from FormLetterServiceController.) | |
validateParameters | Microsoft internal use only. (Inherited from SysOperationController.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::callPrinterSettingsCODLabel | Modifies the printer settings for COD labels by using the standard printer settings dialog box. | |
::callPrinterSettingsEntryCertificate_W | Allows the user to modify the printer settings for entry certificate by using the standard print job settings dialog box. | |
::callPrinterSettingsFormletter | Modifies the printer settings using the standard printer settings dialog box. | |
::callPrinterSettingsShippingLabel | Modifies the printer settings for shipping labels by using the standard printer settings dialog box. | |
::checkCreditNoteReason | Checks the reason for the credit note. | |
::checkParmTable | ||
::checkSalesLinesChangedServer | Checks whether sales lines has been updated since the posting was started. | |
::construct | ||
::getPrinterSettingsFormletter | ||
::initOfficialsServer_RU | Executes the initOfficials_RU method on the server tier. | |
::main | Provides an entry point for the SalesFormLetter class when it is called from a menu item. | |
::mainOnServer | ||
::mcrSplitParmData | Splits out parm lines into multiple alesParmTable records and SalesParmLine records where appropriate, such as for ship alone items. | |
::newFromPurchFormLetter_Invoice | ||
::newFromPurchFormLetter_PackingSlip | ||
::newGoodsInRoute_RU | ||
::posFiscalDocType_PL | ||
::runServer | ||
::useInventOwnerIdRange_RU |
Top
Inheritance Hierarchy
Object Class
SysOperationController Class
SysOperationServiceController Class
FormLetterServiceController Class
SalesFormLetter Class
SalesFormLetter_Confirm Class
SalesFormLetter_Invoice Class
SalesFormLetter_Invoice4Paym_RU Class
SalesFormLetter_PackingSlip Class
SalesFormLetter_PickingList Class
SalesFormLetter_ShippingBill_IN Class