Share via


LedgerJournalFormTrans_Payment Class [AX 2012]

The LedgerJournalFormTrans_Payment class helps with form initialization and managing the enabled state of controls.

Syntax

class LedgerJournalFormTrans_Payment extends LedgerJournalFormTrans

Run On

Client

Methods

  Method Description
Gg809101.pubmethod(en-us,AX.60).gif allowEditAndCreateLines Determines if it is allowed to edit and create journal lines. (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif buttonClickedFunctions (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif buttonClickedShowInfolog (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceActivePost (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceCreatePost (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceCreatePre (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceDeletePost (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceDeletePre (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceExecuteQueryPost (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceInitPost (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceInitValuePost (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceInitValuePre (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceLinkActivePre Performs initialization for the active event for a data source. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceMethodLineLogImage (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceValidateWritePost (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceWritePost (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif datasourceWritePre (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif displayJournalNumOfLines (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif displayVoucherNumOfLines (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif enableAgreementFields_RU Enables or disables AccountAgreementId_RU and OffsetAccountAgreementId_RU fields for the active event for the data source. (Overrides the enableAgreementFields_RU Method.)
Gg809101.pubmethod(en-us,AX.60).gif enableButtonsActive Enables or disables controls for ledger journal payment lines forms. (Overrides the enableButtonsActive Method.)
Gg809101.pubmethod(en-us,AX.60).gif enableCashDueAnnounceRelatedField_RU (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif enableChallanInformation_IN Enables challan information. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif enableCompanyField Controls whether the Company field of the LedgerJournalTrans data source is editable based on whether the LedgerAdvIntercompanyAccounting configuration key is enabled.
Gg809101.pubmethod(en-us,AX.60).gif enableCurrencyConvert_RU Enables the currency converter field group if the bank transaction type ID is not empty and the bank transaction extended type does not equal None; otherwise, the field group is disabled. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif enableDimensionButtonsActive Indicates whether the financial dimension menu items on the lines form are enabled. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif enableDisableExciseRecordType_IN Makes the exciseTypes controls visible or invisible for the active event for the data source. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif enableFactureAutoCreate Enables or disables the Facture Auto Create field in the GL journal. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif enableFieldsActive Enables or disables fields on the active event for the data source. (Overrides the enableFieldsActive Method.)
Gg809101.pubmethod(en-us,AX.60).gif enableOrderPaymentFields_RU
Gg809101.pubmethod(en-us,AX.60).gif enablePaymStatusFields Allows or disallows editing of the fields in the LedgerJournalTrans data source.
Gg809101.pubmethod(en-us,AX.60).gif enableRepresPersonId_RU Enables or disables the Representative field. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg809101.pubmethod(en-us,AX.60).gif fieldModifiedTransDatePost (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif findRecord (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif formClosePre (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif formInitPost (Inherited from LedgerJournalFormTrans.)
Gg809101.privmethod(en-us,AX.60).gif getEnablePaymStatusFieldsKey Builds the enable payment status fields key based on the current LedgerJournalTrans information.
Gg809101.pubmethod(en-us,AX.60).gif getJournalFormTable (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif getJournalTypeId Returns the current value of the LedgerJournalType which is used to verify if the Payment journal form needs to be opened or not. This is needed because the class gets initialized when the list page is opened which also tries to run the logic in the payment journal form without actually opening the form.
Gg809101.pubmethod(en-us,AX.60).gif getReasonQuery Gets a query that contains records from the ReasonTable table that are set up for the LedgerJournalTrans table account type and offset account type. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg809101.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg809101.pubmethod(en-us,AX.60).gif hideTaxAmountFields (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif initButtons (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif initDatasourceAllow (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif initFactureSource_RU (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif initFormElementEnablingValues Initializes the editable state of workflow affected controls. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif initJournalFormTable (Inherited from JournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif initJournalTransFromCaller (Inherited from JournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif isActiveWFApprovalDocument Determines whether the journal is an active workflow approvals document. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif isDatasourceDisabledForWFApproval Determines whether the data source should be disabled for the current workflow state. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif isJournalEnabled (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif isProcessingPaymentOnAprovedJournal Indicates whether the user can process payments for a workflow approvals approved journal. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif isUIElementWFApprovalEnabled Determines whether a user interface (UI) element can be enabled based on current workflow state. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif journalTable (Inherited from JournalForm.)
Gg809101.pubmethod(en-us,AX.60).gif journalTableData (Inherited from JournalForm.)
Gg809101.pubmethod(en-us,AX.60).gif journalTrans_DS (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif journalTransData (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif manageEditingModeForApprovedWFApproval Determines whether the lines form should be closed so that the edit mode of the approved journal can be changed. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif mayCurrencyBeModified (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif maySecondaryCurrencyBeModified (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif mcrExecuteFromClass Returns a string indicating that the invoice journal is called from a class. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif new Initializes a new instance of the JournalForm class. (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg809101.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg809101.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg809101.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg809101.pubmethod(en-us,AX.60).gif parmActualTaxAmount Gets or sets the ActualTaxAmount parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCalculatedTaxAmount Gets or sets the CalculatedTaxAmount parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlAccountDimensionButton Gets or sets the CtrlAccountDimensionButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlAccrualButton Gets or sets the CtrlAccrualButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlApproveButton Gets or sets the CtrlApproveButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlBalanceControButton Gets or sets the CtrlBalanceControButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlBankChequeReuseButton Gets or sets the CtrlBankChequeReuseButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlBankDepositVoucherGrid Gets or sets the CtrlBankDepositVoucherGrid parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlBankDepositVoucherTab Gets or sets the CtrlBankDepositVoucherTab parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlBankPromissoryNoteCancelButton Gets or sets the ctrlBankPromissoryNoteCancelButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlCancelCashDueAnnouncement_RU Gets or sets the CtrlCancelCashDueAnnouncement_RU parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlCancelNoteOrDocumentButton Gets or sets the ctrlCancelNoteOrDocumentButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlCashDueAnnouncementButton_RU Gets or sets the CtrlCashDueAnnouncementButton_RU parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlChallanInformationButton_IN Gets or sets the CtrlChallanInformationButton_IN parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlChangePaymentMethodButton Gets or sets the ctrlChangePaymentMethodButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlCheckJournal Gets or sets the CtrlCheckJournal parameter. (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlCheckJournalMenu Gets or sets the CtrlCheckJournalMenu parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlCopyPeriodicButton Gets or sets the ctrlCopyPeriodicButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlCourseButton Gets or sets the CtrlCourseButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlCreatePaymentButton Gets or sets the ctrlCreatePaymentButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlCreditInvoicing Gets or sets the CtrlCreditInvoicing parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlCurrencyConvert_RU Gets or sets the CtrlCurrencyConvert_RU parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlDefermentSchedule_IN Gets or sets the CtrlDefermentSchedule_IN parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlDeleteTransactionsButton Gets or sets the CtrlDeleteTransactionsButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlDepositSlipButton Gets or sets the CtrlDepositSlipButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlDimensionMenuButton Gets or sets the ctrlDimensionMenu class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlECCNumber Gets or sets the CtrlECCNumber parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlExchRate Gets or sets the CtrlExchRate parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlExchRateSecond Gets or sets the CtrlExchRateSecond parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlExciseManufacture_IN Gets or sets the ctrlExciseManufacture_IN class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlExciseNone_IN Gets or sets the ctrlExciseNone_IN class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlExciseTraders_IN Gets or sets the ctrlExciseTraders_IN class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlExecutionDateButton Gets or sets the ctrlExecutionDateButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlFunctionMenuButton Gets or sets the ctrlFunctionMenu class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlFurtherPostingButton Gets or sets the CtrlFurtherPostingButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlGetTransactionsButton Gets or sets the CtrlGetTransactionsButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlImportPaymentsButton Gets or sets the ctrlImportPaymentsButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlInfolog Gets or sets the CtrlInfolog parameter. (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlJournalTextsButton Gets or sets the ctrlJournalTextsButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlJournalTransDateSetButton_RU Gets or sets the CtrlJournalTransDateSetButton_RU parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlLedgerInAccountStatementTotal Gets or sets the ctrlLedgerInAccountStatementTotalButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlLedgerInAccountStatementTrans Gets or sets the ctrlLedgerInAccountStatementTransButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlLedgerJournalTransDailyTAccount Gets or sets the CtrlLedgerJournalTransDailyTAccount parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlLineLogImage Gets or sets the CtrlLineLogImage parameter. (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlManECCRegistrationNumberTable Gets or sets the CtrlManECCRegistrationNumberTable parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlOffsetAccountDimensionButton Gets or sets the CtrlOffsetAccountDimensionButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlOffsetAccountGrid Gets or sets the CtrlOffsetAccountGrid parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlOffsetAccountTab Gets or sets the CtrlOffsetAccountTab parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlOffsetAccountTypeGrid Gets or sets the CtrlOffsetAccountTypeGrid parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlOffsetAccountTypeTab Gets or sets the CtrlOffsetAccountTypeTab parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlOrderPaymentTab_RU Gets or sets the CtrlOrderPaymentTab_RU parameter.
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlPaymentProposalButton Gets or sets the ctrlPaymentProposalMenu class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlPaymentProposalMenuButton Gets or sets the ctrlPaymentProposalMenu class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlPaymentReconciliationButton Gets or sets the ctrlPaymentReconciliationButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlPaymentStatusMenuButton Gets or sets the ctrlPaymentStatusMenu class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlPaymFeeAccountDimensionButton Gets or sets the CtrlPaymFeeAccountDimensionButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlPeriodicJournalMenuButton Gets or sets the ctrlPeriodicJournalMenu class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlPostJournal Gets or sets the CtrlPostJournal parameter. (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlPostJournalMenu Gets or sets the ctrlPostJournalMenu class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmctrlRecipientName Gets or sets the ctrlRecipientName parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlRejectButton Gets or sets the CtrlRejectButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlReportAsReadyButton Gets or sets the CtrlReportAsReadyButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlSalesTaxMenu Gets or sets the ctrlSalesTaxMenu class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlSaveVoucherTemplateButton Gets or sets the ctrlSaveVoucherTemplateButton class field. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlSelectSettledNoteButton Gets or sets the ctrlSelectSettledNoteButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlSelectVoucherTemplateButton Gets or sets the ctrlSelectVoucherTemplateButton class field. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlSettlementButton Gets or sets the CtrlSettlementButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlSplitPostingButton Gets or sets the CtrlSplitPostingButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlTradeBLWIChangeCode Gets or sets the ctrlTradeBLWIChangeCodeButton class variable. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlTraderECCRegistrationNumberTable Gets or sets the CtrlTraderECCRegistrationNumberTable parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlTransDateGrid Gets or sets the CtrlTransDateGrid parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlTransDateTab Gets or sets the CtrlTransDateTab parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlTriangulation Gets or sets the CtrlTriangulation parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlVoucherGrid Gets or sets the CtrlVoucherGrid parameter. (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlVoucherTab Gets or sets the CtrlVoucherTab parameter. (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmCtrlVoucherTransButton Gets or sets the CtrlVoucherTransButton parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmDefermentScheduleEnable_IN Gets or sets the DefermentScheduleEnable_IN parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmFactureSource_RU Gets or sets the FactureSource_RU parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmIsActiveWFApprovalDocument Determines whether the journal is an active workflow approvals document. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmIsDisableDataSourceForWFApproval Determines whether the data source should be disabled for the current workflow state. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmIsPayStatusButtonAvailForWFApproval Indicates whether the Payment Status button can be enabled. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmIsProcessingPaymentOnAprovedJournal Indicates whether the user can process payments for a workflow approvals approved journal. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmIsUIElementWFApprovalEnabled Determines if a User Interface (UI) element can be enabled based on the current workflow state. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmMCRCtrlDeductionButton Gets or sets a FormFunctionButtonControl for the deduction button button control. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif parmWorkflowWorkItemTable Gets the WorkflowWorkItemTable parameter. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif researchJournalLines (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif runbaseMainCancel (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif runbaseMainEnd (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif runbaseMainStart (Inherited from JournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setAccountDimensionButtonEnable Indicates whether the button for the financial dimension account of the lines form is enabled. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setAccrualButtonEnabled Enables or disables the accrual button of the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setBalanceControlButtonEnabled (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setCancelCashDueAnnounceButtonEnabled_RU (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setCancelNoteOrDocumentButtonEnabled Sets the enabled state of the button.
Gg809101.protmethod(en-us,AX.60).gif setCancelPromissoryNoteButton Sets the enabled state of the button.
Gg809101.pubmethod(en-us,AX.60).gif setCashDueAnnouncementButtonEnabled_RU (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setChallanInformationButtonEnabled_IN Enables the challan information button. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setChangePaymentMethodButtonEnabled Sets the enabled state of the button.
Gg809101.protmethod(en-us,AX.60).gif setCheckMenuButtonEnabled (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setCopyPeriodicButtonEnable Enables or disables the period journal button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setCourseButtonEnable Enables or disables the course (original approvals) button. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setCreatePaymentsButtonEnabled Sets the enabled state of the button.
Gg809101.protmethod(en-us,AX.60).gif setCtrlLedgerJournalTransDailyTAccount Sets the control ledger journal transaction daily account. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setDefermentScheduleEnabled_IN Enables the deferment schedule. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setDeleteTransactionsButtonEnabled Enables or disables the delete transactions button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif setDelTransButtonEnabledForJournalLine Sets the enabled state for the delete transactions button based on the payment status of a journal line. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setDepositSlipButtonEnabled Enables or disables the deposit slip button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setExchRateEnabled Sets the enabled state of the button. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setExecutionDateButtonEnabled Sets the enabled state of the button.
Gg809101.protmethod(en-us,AX.60).gif setFunctionAndSubmenuForProcessPayments Sets the function button and all of the menu items on that button, except for the Generate Payments menu item, to the correct enabled state for processing payments on approved journals mode.
Gg809101.protmethod(en-us,AX.60).gif setFunctionMenuButtonEnabled Enables or disables the function button on the lines form (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setFurtherPostingButtonEnable Enables or disables the additional posting button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setGetTransactionsButtonEnable Enables or disables the get transactions button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setImportPaymentsButtonEnabled Sets the enabled state of the button.
Gg809101.protmethod(en-us,AX.60).gif setJournalTextsButtonEnabled Enables or disables the journal texts button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setJournalTransDateSetButtonEnabled_RU (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setLedgerInAcctStatTotalButtonEnable Enables or disables the import account statements (totals) button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setLedgerInAcctStatTranButtonEnable Enables or disables the import account statements (trans) button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setOffsetAccountDimensionButtonEnable Indicates whether the financial dimension offset account button of the lines form is enabled. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setPaymentProposalButtonEnabled Sets the enabled state of the button.
Gg809101.protmethod(en-us,AX.60).gif setPaymentReconciliationButtonEnabled Sets the enabled state of the payment reconciliation button.
Gg809101.protmethod(en-us,AX.60).gif setPaymentStatusButtonEnabled Sets the enabled state of the button.
Gg809101.protmethod(en-us,AX.60).gif setPaymFeeAccountDimensionButtonEnable Indicates whether the financial dimension payment fee account button of the lines form is enabled. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setPeriodicJournalMenuButtonEnabled Enables or disables the periodic journal menu button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setPostMenuButtonEnabled Enables or disables the post button on the lines form. (Overrides the setPostMenuButtonEnabled Method.)
Gg809101.protmethod(en-us,AX.60).gif setSalesTaxMenuButtonEnable Enables or disables the sales tax button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setSaveVoucherTemplateButtonEnabled Enables or disables the save voucher template menu item on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setSelectSettledNoteButtonEnabled Sets the enabled state of the button.
Gg809101.protmethod(en-us,AX.60).gif setSelectVoucherTemplateButtonEnabled Enables or disables the select voucher template menu item on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setSettlementButtonEnable Enables or disables the settlement button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setSplitPostingButtonEnable Enables or disables the breakdown of voucher button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg809101.protmethod(en-us,AX.60).gif setTradeBLWIChangeCodeButtonEnable Enables or disables the change BLWI code button on the lines form. (Inherited from LedgerJournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif setVoucherTransButtonEnabled Sets the enabled state of the button. (Inherited from LedgerJournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg809101.protmethod(en-us,AX.60).gif updateFormCache (Inherited from JournalFormTrans.)
Gg809101.protmethod(en-us,AX.60).gif updateFormCacheTransferJournal (Inherited from JournalFormTrans.)
Gg809101.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg809101.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg809101.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  JournalForm Class
    JournalFormTrans Class
      LedgerJournalFormTrans Class
        LedgerJournalFormTrans_Payment Class