FormLetterServiceController Class [AX 2012]
The FormletterServiceController class acts as the controller for the FormletterService class.
| Method | Description | |
|---|---|---|
| afterOperation | Called after a service operation is executed. (Overrides the afterOperation Method.) |
| afterOperationBody | Executes the main logic for after the operation, before cleanup. |
| afterOperationEnd | Performs the post-operation closure. |
| afterOperationPrint | |
| allowEmptyTable | |
| 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.) |
| checkClientOutput | Verifies that the destination for printing the original or copy of a report is client based. |
| checkClientOutputPrintManagement | Verifies that the selected printers in print management, for printing an original and a copy of reports, are using client output options. |
| checkCloseDialog | Microsoft internal use only. (Inherited from SysOperationController.) |
| checkIfAnyContractImplementsInterface | Microsoft internal use only. (Inherited from SysOperationController.) |
| checkPrinterSettingsMultiThread | Verifies whether the selected printers for printing journals are Application Object Server (AOS) configured printers. |
| checkPrintOut | Validates the PrintOut setting. |
| chooseLinesQuery | |
| cleanupDialog | |
| createFromLines | |
| defaultCaption | Determines the service operation name. (Inherited from SysOperationServiceController.) |
| dialog | Microsoft internal use only. (Inherited from SysOperationController.) |
| dialogClose | Microsoft internal use only. (Inherited from SysOperationController.) |
| dialogInit | Microsoft internal use only. (Inherited from SysOperationController.) |
| dialogMake | internal use only. (Overrides the dialogMake Method.) |
| dialogPostBuild | Microsoft internal use only. (Inherited from SysOperationController.) |
| dialogPostRun | internal use only. (Overrides the dialogPostRun Method.) |
| dialogRun | Microsoft internal use only. (Overrides the dialogRun Method.) |
| dialogSelectCtrl | Microsoft internal use only. (Inherited from SysOperationController.) |
| dialogShow | Microsoft internal use only. (Inherited from SysOperationController.) |
| dialogTask | Microsoft internal use only. (Inherited from SysOperationController.) |
| doBatch | Microsoft internal use only. (Inherited from SysOperationController.) |
| documentStatus | |
| 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.) |
| forceSaveLast | |
| getBaseDataContract | (Inherited from SysOperationController.) |
| getCachedUIBuilderForDataContractInfo | Microsoft internal use only. (Inherited from SysOperationController.) |
| getContract | |
| 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 | |
| getLastFromCallerFormName | Retrieves a SysLastValue value for the FormLetter form with the caller form name as a differentiator. |
| getNumAndVoucher | |
| 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. |
| 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.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | |
| initAllowEmptyTable | |
| 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. (Overrides the initializeServiceParameter Method.) |
| initParmDefault | Microsoft internal use only. (Inherited from SysOperationController.) |
| interCompanyCalledFromFormletter | |
| interCompanyCreatedFormletter | |
| interCompanyMap | |
| interCompanyParmId | |
| interCompanyParmSelectFromJournal | |
| interCompanyPosted | |
| interCompanySelectFromJournal | |
| isInBatch | Microsoft internal use only. (Inherited from SysOperationController.) |
| isVersioningCorrectionOrCancel | Checks if a versioning update type is Correction or Cancel. |
| 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. (Overrides the lastValueDesignName Method.) |
| lastValueUserId | Microsoft internal use only. (Inherited from SysOperationController.) |
| lateSelection | |
| 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.) |
| multiForm | |
| mustPrintInAfterOperation | Indicates whether printing must occur in the after operation instead of in the service. |
| name | Returns the name of the SysOperationController class. |
| new | Creates a new instance of the SysOperationServiceController 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. |
| 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 SysOperationServiceController class. (Inherited from SysOperationServiceController.) |
| packDataContract | |
| packDataContractInfoObjects | Microsoft internal use only. (Inherited from SysOperationController.) |
| parmAccountingDate | Gets or sets the AccountingDate parameter. |
| parmAlwaysInitializeAndValidateOnServer | Microsoft internal use only. (Inherited from SysOperationController.) |
| parmArgs | Microsoft internal use only. (Inherited from SysOperationController.) |
| parmBatchCreatedBy | Gets or sets the BatchCreatedBy parameter. |
| parmBatchGroupId | Gets or sets the BatchGroupId parameter. |
| parmBatchJobId | Gets or sets the BatchJobId parameter. |
| parmCallerFormName | Gets or sets the CallerFormName parameter. |
| parmCallerTable | Gets or sets the CallerTable parameter. |
| parmClassName | Gets or sets the ClassName parameter. (Inherited from SysOperationServiceController.) |
| parmCreateFromHistory | Gets or sets the CreateFromHistory parameter. |
| parmCurrentBatch | Microsoft internal use only. (Inherited from SysOperationController.) |
| parmDataSourceRecordsPacked | Gets or sets the DataSourceRecordsPacked parameter. |
| parmDialogCaption | Microsoft internal use only. (Inherited from SysOperationController.) |
| parmExecutionMode | Microsoft internal use only. (Inherited from SysOperationController.) |
| parmFrameworkService | Microsoft internal use only. (Inherited from SysOperationController.) |
| parmHelpKeyword | Gets or sets the HelpKeyword parameter. (Inherited from SysOperationServiceController.) |
| parmHistoryList | Gets or sets the HistoryList parameter. |
| parmId | Gets or sets the Id parameter. |
| parmIdSynched | Gets or sets the IdSynched parameter. |
| parmInterCompanyCompanyId | Gets or sets the InterCompanyCompanyId parameter. |
| parmJournalRecord | Gets or sets the JournalRecord parameter. |
| parmLineIdSet | Gets or sets the LineIdSet parameter. |
| parmLineList | Gets or sets the LineList parameter. |
| parmLoadFromSysLastValue | Microsoft internal use only. (Inherited from SysOperationController.) |
| parmMethodName | Gets or sets the MethodName parameter. (Inherited from SysOperationServiceController.) |
| parmQueryUsed | Gets or sets the QueryUsed parameter. |
| parmRegisterCallbackForReliableAsyncCall | Microsoft internal use only. (Inherited from SysOperationController.) |
| parmReliableAsyncBatchGroupId | Gets or sets the ReliableAsyncBatchGroupId parameter. (Inherited from SysOperationController.) |
| parmShowDialog | Microsoft internal use only. (Inherited from SysOperationController.) |
| parmShowProgressForm | Gets or sets the ShowProgressForm parameter. (Inherited from SysOperationServiceController.) |
| parmSpecQtyIsSet | Gets or sets the SpecQtyIsSet parameter. |
| parmTradeLineRefId_RU | Gets or sets the TradeLineRefId_RU parameter. |
| parmUseUserDefinedDestinations | Gets or sets the UseUserDefinedDestinations parameter. |
| parmVersionDateTime | Gets or sets the VersionDateTime parameter. |
| parmVersioningUpdateType | Gets or sets the VersioningUpdateType parameter. |
| printAcceptanceReport_RU | Should Acceptance report be printed when posting document |
| printBillOfLading_RU | Should bill of lading be printed when posting document |
| printerSettingsFormletter | |
| printExtraDocuments | The method shows if there are extra documents must be printed during posting except the form letter document. |
| printFacture_RU | Should facture be printed when posting document |
| printFormLetter | |
| printInventBaileeReport_RU | Should invent bailee be printed when posting document |
| printMgmtDocumentType | Identifies the print management document type. |
| printMgmtNodeType | Identifies the print management node type. |
| printout | |
| printTransportInvoice_RU | Should transport invoice be printed when posting document |
| proforma | |
| prompt | Microsoft internal use only. (Inherited from SysOperationController.) |
| putToDialog | Moves data from the data contract into dialog box controls. (Inherited from SysOperationController.) |
| queryChanged | Microsoft internal use only. (Inherited from SysOperationController.) |
| queryHelper | Microsoft internal use only. (Inherited from SysOperationController.) |
| querySelectButtonClicked | Microsoft internal use only. (Inherited from SysOperationController.) |
| reArrangeNow | |
| resetParmListCommonCS | |
| run | Executes the service operation. (Overrides the run Method.) |
| runsImpersonated | Microsoft internal use only. (Inherited from SysOperationController.) |
| saveLast | Microsoft internal use only. (Inherited from SysOperationController.) |
| selectFromJournal | |
| selectFromJournalLines | Updates document lines that are based on the specified records. |
| setNewContract | |
| setNumAndVoucher | |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showBatchTab | Microsoft internal use only. (Inherited from SysOperationController.) |
| showQueryForm | |
| 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.) |
| startOperation | Executes the service operation associated with the controller. (Inherited from SysOperationServiceController.) |
| templateForm | Microsoft internal use only. (Inherited from SysOperationController.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| transDate | |
| unpack | Deserializes the packedState parameter value to an instance of the SysOperationServiceController class. (Inherited from SysOperationServiceController.) |
| unpackDataContractInfoObjects | Microsoft internal use only. (Inherited from SysOperationController.) |
| unpackFormletterParmDataOutputContract | |
| updatePrinterSettingsFormLetter | |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| usePrintManagement | |
| validate | Validates whether it is okay to continue. (Overrides the validate Method.) |
| validateAll | |
| 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.) |
| ::isMenuItemProforma | |
| ::newClientArgs | |
| ::newFromContract | |
| ::packDataContractObject | Gets a container after packing the specified FormLetterContract object. |
| ::parseServiceInfo | Gest the service information from the specified Args object. |
| ::reFreshCallerDataSource | Refreshes the calling form data source. |
| ::unpackDataContractObject | Gets a FormLetterContract object after unpacking the specified container. |
Community Additions
ADD
Show: