RetailContosoDemoDataGenerator Class [AX 2012]

Syntax

class RetailContosoDemoDataGenerator extends RunBase

Run On

Called

Methods

  Method Description
Hh812124.privmethod(en-us,AX.60).gif addProductsToHierarchy
Hh812124.pubmethod(en-us,AX.60).gif addRetailNumberSequences Adds the retail number sequences.
Hh812124.pubmethod(en-us,AX.60).gif addRetailNumberSequencesForStores Adds the retail number sequences that have an operating unit as a scope.
Hh812124.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh812124.pubmethod(en-us,AX.60).gif canGoBatch Returns false in this class. (Inherited from RunBase.)
Hh812124.protmethod(en-us,AX.60).gif canSwapBetweenCS Controls whether a calledFrom class that is instantiated on the server should have its prompt executed on the client. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif caption Returns the description from the current class by calling the static description method on the class if there is one. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif checkCloseDialog Must be called in the CloseOk method of a RunBase dialog box. (Inherited from RunBase.)
Hh812124.protmethod(en-us,AX.60).gif cleanupDialog Provides a way to clean up after a dialog box has been canceled. (Inherited from RunBase.)
Hh812124.privmethod(en-us,AX.60).gif createAndReleaseProduct
Hh812124.privmethod(en-us,AX.60).gif createAndReleaseProductMaster
Hh812124.privmethod(en-us,AX.60).gif createAssortments
Hh812124.privmethod(en-us,AX.60).gif createCustomers
Hh812124.privmethod(en-us,AX.60).gif createJobsForRetailDataTables
Hh812124.privmethod(en-us,AX.60).gif createOMHierarchy
Hh812124.privmethod(en-us,AX.60).gif createProductHierarchy
Hh812124.privmethod(en-us,AX.60).gif createProducts
Hh812124.privmethod(en-us,AX.60).gif createSpecialHierarchy
Hh812124.privmethod(en-us,AX.60).gif createStaff
Hh812124.privmethod(en-us,AX.60).gif createVendors
Hh812124.protmethod(en-us,AX.60).gif dialog Returns a class that contains the methods that are described by the RunBaseDialogable interface. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif dialogClear Clears the contents of the dialog box. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif dialogInit Initializes the dialog box. (Inherited from RunBase.)
Hh812124.protmethod(en-us,AX.60).gif dialogInternal (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif dialogMake Obtains the dialog from a RunBase class. (Inherited from RunBase.)
Hh812124.protmethod(en-us,AX.60).gif dialogPost Makes it possible to add controls after the main dialog method has been run because this method is called after the dialog method is called. (Inherited from RunBase.)
Hh812124.protmethod(en-us,AX.60).gif dialogPostInit Called right after the RunBase.dialogInit Method method. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif dialogPostRun Called after the Dialog.run Method class. (Inherited from RunBase.)
Hh812124.protmethod(en-us,AX.60).gif dialogReInit Reinitializes the dialog box. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif dialogSelectCtrl When using the dialog class for dialog, this method is called whenever a control is selected. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif dialogTask When using the Dialog Class class for dialog, this method is called from the task method in the dialog form. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif dialogUpdate Updates the dialog, for example after reinitializing the query. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif dialogUpdateQuery Updates the query in the dialog box. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh812124.pubmethod(en-us,AX.60).gif getFromDialog Assigns the dialog values to the internal variables. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif getLast Gets the last choice that is stored in the last value table. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif getRunBase (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh812124.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh812124.protmethod(en-us,AX.60).gif inGetSaveLast Returns true when the GetLast or SaveLast method is executed. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif init Gives RunBase the same profile as, for example, a FormRun class. This method is not used in the standard application. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif initParmDefault Initializes the internal variables. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif isSwappingPrompt Checks if the program is currently swapping from server to client. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif lastValueDataAreaId (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif lastValueDesignName (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif lastValueElementName (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif lastValueType (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif lastValueUserId (Inherited from RunBase.)
Hh812124.privmethod(en-us,AX.60).gif loadResourceData
Hh812124.privmethod(en-us,AX.60).gif loadStrResource
Hh812124.pubmethod(en-us,AX.60).gif mustLoadSaveQuery Determines whether the last query must be loaded and saved when you leave the form. Called from the SysQueryForm. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif name Returns the name of the RunBase class. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif new Initializes a new instance of the RunBase class. (Inherited from RunBase.)
Hh812124.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.)
Hh812124.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.)
Hh812124.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh812124.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh812124.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the RetailContosoDemoDataGenerator class. (Overrides the pack Method.)
Hh812124.pubmethod(en-us,AX.60).gif parmProgress Gets or sets the Progress parameter. (Inherited from RunBase.)
Hh812124.protmethod(en-us,AX.60).gif prepareForRun Allows subclasses to process the dialog box immediately before the dialog box.Run method. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif progressHide Hides the Progress form. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif progressInit Initializes the Progress object in RunBase. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif progressKill Kills the Progress object in RunBase. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif prompt (Inherited from RunBase.)
Hh812124.protmethod(en-us,AX.60).gif promptPack Wraps a call to the RunBase.pack Method method when packing in the RunBase.promptPrim Method method. (Inherited from RunBase.)
Hh812124.protmethod(en-us,AX.60).gif promptUnpack Unpacks what the promptPack method has packed. (Inherited from RunBase.)
Hh812124.protmethod(en-us,AX.60).gif putToDialog Enables setting the fields that were just added in the RunBase.dialog Method method. This method is called from the RunBase.promptPrim Method method directly following the RunBase.dialogMake Method method. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif queryRun Returns the QueryRun object, which is used by the QueryPrompt class. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif reset Resets the class to its default state. (Inherited from RunBase.)
Hh812124.privmethod(en-us,AX.60).gif retailData_Add
Hh812124.privmethod(en-us,AX.60).gif retailData_AddSecondCompany
Hh812124.privmethod(en-us,AX.60).gif retailData_Delete
Hh812124.privmethod(en-us,AX.60).gif retailData_DeleteSecondCompany
Hh812124.pubmethod(en-us,AX.60).gif run Contains the code that does the actual job of the class. (Overrides the run Method.)
Hh812124.pubmethod(en-us,AX.60).gif runBase Returns the RunBase itself. (Inherited from RunBase.)
Hh812124.privmethod(en-us,AX.60).gif s_BarcodeSetup
Hh812124.privmethod(en-us,AX.60).gif s_CustGroup
Hh812124.privmethod(en-us,AX.60).gif s_DirAddressBook
Hh812124.privmethod(en-us,AX.60).gif s_EcoResColor
Hh812124.privmethod(en-us,AX.60).gif s_EcoResSize
Hh812124.privmethod(en-us,AX.60).gif s_EcoResStyle
Hh812124.privmethod(en-us,AX.60).gif s_InventItemGroup
Hh812124.privmethod(en-us,AX.60).gif s_InventItemGroupForm
Hh812124.privmethod(en-us,AX.60).gif s_InventLocation
Hh812124.privmethod(en-us,AX.60).gif s_InventModelGroup
Hh812124.privmethod(en-us,AX.60).gif s_InventModelGroupItem
Hh812124.privmethod(en-us,AX.60).gif s_InventSite
Hh812124.privmethod(en-us,AX.60).gif s_InventTableModule
Hh812124.privmethod(en-us,AX.60).gif s_MainAccount
Hh812124.privmethod(en-us,AX.60).gif s_MarkupTable
Hh812124.privmethod(en-us,AX.60).gif s_PaymTerm
Hh812124.privmethod(en-us,AX.60).gif s_PaymTermHold
Hh812124.privmethod(en-us,AX.60).gif s_PriceDiscGroup
Hh812124.privmethod(en-us,AX.60).gif s_PriceDiscTable
Hh812124.privmethod(en-us,AX.60).gif s_ReqSitePolicy
Hh812124.privmethod(en-us,AX.60).gif s_RetailAttributesGlobalLookup
Hh812124.privmethod(en-us,AX.60).gif s_RetailAttributesLegalEntityLookup
Hh812124.privmethod(en-us,AX.60).gif s_RetailBarcodeMaskCharacter
Hh812124.privmethod(en-us,AX.60).gif s_RetailBarcodeMaskSegment
Hh812124.privmethod(en-us,AX.60).gif s_RetailBarcodeMaskTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailBatchExportPaths
Hh812124.privmethod(en-us,AX.60).gif s_RetailBatchImportPaths
Hh812124.privmethod(en-us,AX.60).gif s_RetailButtonGrid
Hh812124.privmethod(en-us,AX.60).gif s_RetailButtonGridButtons
Hh812124.privmethod(en-us,AX.60).gif s_RetailBuyersPushLine
Hh812124.privmethod(en-us,AX.60).gif s_RetailBuyersPushLineQty
Hh812124.privmethod(en-us,AX.60).gif s_RetailBuyersPushTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailCampaignDiscount
Hh812124.privmethod(en-us,AX.60).gif s_RetailCampaignDiscountMedia
Hh812124.privmethod(en-us,AX.60).gif s_RetailCardToTenderMapping
Hh812124.privmethod(en-us,AX.60).gif s_RetailCashDeclaration
Hh812124.privmethod(en-us,AX.60).gif s_RetailCategoryContainmentLookup
Hh812124.privmethod(en-us,AX.60).gif s_RetailCategoryVendCategoryMapping
Hh812124.privmethod(en-us,AX.60).gif s_RetailChannelPriceGroup
Hh812124.privmethod(en-us,AX.60).gif s_RetailChannelTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailColorGroupTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailColorGroupTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailCommSvcConfiguration50
Hh812124.privmethod(en-us,AX.60).gif s_RetailCommSvcMarketplaces50
Hh812124.privmethod(en-us,AX.60).gif s_RetailCommSvcOnlineStores50
Hh812124.privmethod(en-us,AX.60).gif s_RetailCommSvcServerState50
Hh812124.privmethod(en-us,AX.60).gif s_RetailCommSvcServiceCredentials50
Hh812124.privmethod(en-us,AX.60).gif s_RetailCommSvcServices50
Hh812124.privmethod(en-us,AX.60).gif s_RetailCompetitorPriceTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractArea
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractAreaGroup
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractBudget
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractCommission
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractCommissionHist
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractInvHistLine
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractInvHistPaym
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractInvHistSales
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractInvoiceHistory
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractLines
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractLinesHistory
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractPayment
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractPaymentHistory
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractSalesCost
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractSalesCostHisto
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionContractTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionFileLogTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionFileLogTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionPurchLogTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionPurchLogTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailConcessionSorting
Hh812124.privmethod(en-us,AX.60).gif s_RetailConsessionPartPayment
Hh812124.privmethod(en-us,AX.60).gif s_RetailConsessionPartPaymentLine
Hh812124.privmethod(en-us,AX.60).gif s_RetailConsessionSettlementPartPay
Hh812124.privmethod(en-us,AX.60).gif s_RetailConsessionSettlementSales
Hh812124.privmethod(en-us,AX.60).gif s_RetailConsessionSettlementTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailConsessionSettlementTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailCounterTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailCouponIssuerTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailCreditVoucherTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailCustTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailDataEntryTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailDataEntryTypeTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailDataSyncTracker
Hh812124.privmethod(en-us,AX.60).gif s_RetailDiscountCode
Hh812124.privmethod(en-us,AX.60).gif s_RetailDiscountMixAndMatch
Hh812124.privmethod(en-us,AX.60).gif s_RetailDiscountMultibuy
Hh812124.privmethod(en-us,AX.60).gif s_RetailDiscountOffer
Hh812124.privmethod(en-us,AX.60).gif s_RetailDiscountPromotions
Hh812124.privmethod(en-us,AX.60).gif s_RetailDiscountValidationPeriod
Hh812124.privmethod(en-us,AX.60).gif s_RetailDispensePrinterGroup
Hh812124.privmethod(en-us,AX.60).gif s_RetailErrors
Hh812124.privmethod(en-us,AX.60).gif s_RetailFiles
Hh812124.privmethod(en-us,AX.60).gif s_RetailFormLayout
Hh812124.privmethod(en-us,AX.60).gif s_RetailFunctionalityProfile
Hh812124.privmethod(en-us,AX.60).gif s_RetailGiftCardTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailGiftCardTransactions
Hh812124.privmethod(en-us,AX.60).gif s_RetailGroupMemberLine
Hh812124.privmethod(en-us,AX.60).gif s_RetailHandheldSetup
Hh812124.privmethod(en-us,AX.60).gif s_RetailHardwareProfile
Hh812124.privmethod(en-us,AX.60).gif s_RetailHour
Hh812124.privmethod(en-us,AX.60).gif s_RetailImages
Hh812124.privmethod(en-us,AX.60).gif s_RetailImportGroup
Hh812124.privmethod(en-us,AX.60).gif s_RetailImportJournalTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailImportJournalTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailImportSetup
Hh812124.privmethod(en-us,AX.60).gif s_RetailImportTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailImportTableSelect
Hh812124.privmethod(en-us,AX.60).gif s_RetailImportTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailIncomeExpenseAccountTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailInfocodeTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailInfocodeTableSpecific
Hh812124.privmethod(en-us,AX.60).gif s_RetailInformationSubcodeTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventErrorNotifyTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventErrorNotifyTxt
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventItemActivityTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventItemActivityTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventItemActivityType
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventItemFamily
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventItemImage
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventItemLabel
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventItemLabelReportSetup
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventItemLabelSetup
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventItemSectionLocation
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventItemStoreOrderingInfo
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventItemTxt
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventItemTxtLine
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventLinkedItem
Hh812124.privmethod(en-us,AX.60).gif s_RetailInventTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailInvReceivingLine
Hh812124.privmethod(en-us,AX.60).gif s_RetailInvReceivingListTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailInvTransferPickingLine
Hh812124.privmethod(en-us,AX.60).gif s_RetailInvTransferPickingListTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailJobPosPermissionGroup
Hh812124.privmethod(en-us,AX.60).gif s_RetailKeyboardButtonControl
Hh812124.privmethod(en-us,AX.60).gif s_RetailKeyboardButtonControlB
Hh812124.privmethod(en-us,AX.60).gif s_RetailKeyboardMappingTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailKeyboardMappingTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailKeyCommand
Hh812124.privmethod(en-us,AX.60).gif s_RetailKeyMapping
Hh812124.privmethod(en-us,AX.60).gif s_RetailLabelGeneration
Hh812124.privmethod(en-us,AX.60).gif s_RetailLabelTmp
Hh812124.privmethod(en-us,AX.60).gif s_RetailLanguageText
Hh812124.privmethod(en-us,AX.60).gif s_RetailLog
Hh812124.privmethod(en-us,AX.60).gif s_RetailLoyaltyCustTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailLoyaltyMSRCardTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailLoyaltyMSRCardTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailLoyaltyPointsTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailLoyaltySchemesTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailMandatoryCheck
Hh812124.privmethod(en-us,AX.60).gif s_RetailMandatoryCheckErrorLines
Hh812124.privmethod(en-us,AX.60).gif s_RetailOfflineProfile
Hh812124.privmethod(en-us,AX.60).gif s_RetailOfflineProfileScopes
Hh812124.privmethod(en-us,AX.60).gif s_RetailOfflineScope
Hh812124.privmethod(en-us,AX.60).gif s_RetailOfflineScopeTables
Hh812124.privmethod(en-us,AX.60).gif s_RetailOfflineSyncLog
Hh812124.privmethod(en-us,AX.60).gif s_RetailOfflineTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailOfflineTableColumns
Hh812124.privmethod(en-us,AX.60).gif s_RetailOnlineChannelTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailOnlineStoreTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailOperations Adds the retail operations.
Hh812124.privmethod(en-us,AX.60).gif s_RetailPackageLines
Hh812124.privmethod(en-us,AX.60).gif s_RetailPackagePurch
Hh812124.privmethod(en-us,AX.60).gif s_RetailPackageTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailParameters
Hh812124.privmethod(en-us,AX.60).gif s_RetailParametersEx1
Hh812124.privmethod(en-us,AX.60).gif s_RetailParametersEx2
Hh812124.privmethod(en-us,AX.60).gif s_RetailParametersEx5
Hh812124.privmethod(en-us,AX.60).gif s_RetailPeriodicDiscount
Hh812124.privmethod(en-us,AX.60).gif s_RetailPeriodicDiscountLine
Hh812124.privmethod(en-us,AX.60).gif s_RetailPermissions
Hh812124.privmethod(en-us,AX.60).gif s_RetailPosBatchAccountTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailPosBatchTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailPosBatchTenderTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailPositionPosPermission
Hh812124.privmethod(en-us,AX.60).gif s_RetailPosPermissionGroup
Hh812124.privmethod(en-us,AX.60).gif s_RetailPOSSeedData
Hh812124.privmethod(en-us,AX.60).gif s_RetailPrePaymentTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailPrePaymentTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailProductAttributesLookup
Hh812124.privmethod(en-us,AX.60).gif s_RetailProductAttributesToUpdate
Hh812124.privmethod(en-us,AX.60).gif s_RetailReceiptMasks
Hh812124.privmethod(en-us,AX.60).gif s_RetailReceiptProfile
Hh812124.privmethod(en-us,AX.60).gif s_RetailReceiptProfileLine
Hh812124.privmethod(en-us,AX.60).gif s_RetailRedeploymentStatus
Hh812124.privmethod(en-us,AX.60).gif s_RetailReplenishmentRuleLines
Hh812124.privmethod(en-us,AX.60).gif s_RetailReplenishmentRuleTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailRoundingMethod
Hh812124.privmethod(en-us,AX.60).gif s_RetailRoundingMethodGroup
Hh812124.privmethod(en-us,AX.60).gif s_RetailSalesByHourReportTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailSalesBYStaffTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailSalesComparisionTmp
Hh812124.privmethod(en-us,AX.60).gif s_RetailSalesPerformanceReportTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailSalesPerformanceTemp
Hh812124.privmethod(en-us,AX.60).gif s_RetailSalesPricePoint
Hh812124.privmethod(en-us,AX.60).gif s_RetailSalesPricePointGroup
Hh812124.privmethod(en-us,AX.60).gif s_RetailSalesTaxOverride
Hh812124.privmethod(en-us,AX.60).gif s_RetailSalesTaxOverrideGroup
Hh812124.privmethod(en-us,AX.60).gif s_RetailSalesTaxOverrideGroupMember
Hh812124.privmethod(en-us,AX.60).gif s_RetailSeasonTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailServiceCategory
Hh812124.privmethod(en-us,AX.60).gif s_RetailSetupLog
Hh812124.privmethod(en-us,AX.60).gif s_RetailSharedParameters
Hh812124.privmethod(en-us,AX.60).gif s_RetailSizeGroupTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailSizeGroupTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailSpecialCategoryMember
Hh812124.privmethod(en-us,AX.60).gif s_RetailStaffLoginLog
Hh812124.privmethod(en-us,AX.60).gif s_RetailStaffPermissionGroup
Hh812124.privmethod(en-us,AX.60).gif s_RetailStatementJour
Hh812124.privmethod(en-us,AX.60).gif s_RetailStatementLine
Hh812124.privmethod(en-us,AX.60).gif s_RetailStatementTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailStatementTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailStatementVoucher
Hh812124.privmethod(en-us,AX.60).gif s_RetailStatisticsTimeSetup
Hh812124.privmethod(en-us,AX.60).gif s_RetailStockCountLine
Hh812124.privmethod(en-us,AX.60).gif s_RetailStockCountTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailStoreAddressBook
Hh812124.privmethod(en-us,AX.60).gif s_RetailStoreCashDeclarationTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailStoreSection
Hh812124.privmethod(en-us,AX.60).gif s_RetailStoreShelf
Hh812124.privmethod(en-us,AX.60).gif s_RetailStoresToDeploy
Hh812124.privmethod(en-us,AX.60).gif s_RetailStoreTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailStoreTenderTypeCardTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailStoreTenderTypeTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailStoreWorkShiftTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailStoreWorkShiftTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailStyleGroupTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailStyleGroupTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailSumLines
Hh812124.privmethod(en-us,AX.60).gif s_RetailSupportedCountryRegion
Hh812124.privmethod(en-us,AX.60).gif s_RetailSuspendedTransactions
Hh812124.privmethod(en-us,AX.60).gif s_RetailTempGroup
Hh812124.privmethod(en-us,AX.60).gif s_RetailTenderTypeCardNumbers
Hh812124.privmethod(en-us,AX.60).gif s_RetailTenderTypeCardTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailTenderTypeTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailTerminalCustomField
Hh812124.privmethod(en-us,AX.60).gif s_RetailTerminalReceiptTxt
Hh812124.privmethod(en-us,AX.60).gif s_RetailTerminalTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailTillLayout
Hh812124.privmethod(en-us,AX.60).gif s_RetailTmpActiveOffer
Hh812124.privmethod(en-us,AX.60).gif s_RetailTMPConcessionContractReportCalc
Hh812124.privmethod(en-us,AX.60).gif s_RetailTmpConcessionContractSales
Hh812124.privmethod(en-us,AX.60).gif s_RetailTmpConcessionFee
Hh812124.privmethod(en-us,AX.60).gif s_RetailTMPInventDimCombination
Hh812124.privmethod(en-us,AX.60).gif s_RetailTmpInventLocation
Hh812124.privmethod(en-us,AX.60).gif s_RetailTMPTransactionSalesTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionBankedTenderTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionDiscountTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionIncomeExpenseTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionInfocodeTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionInfocodeTransVoided
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionLineVoided
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionLoyaltyPointsTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionOrderInvoiceTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionPaymentTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionSafeTenderTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionSalesTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionServiceProfile
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionTableEx5
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionTaxTrans
Hh812124.privmethod(en-us,AX.60).gif s_RetailTransactionTenderDeclarationTran
Hh812124.privmethod(en-us,AX.60).gif s_RetailUnit
Hh812124.privmethod(en-us,AX.60).gif s_RetailUsers
Hh812124.privmethod(en-us,AX.60).gif s_RetailUserStoreTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailVendorProductCandSalesPrice
Hh812124.privmethod(en-us,AX.60).gif s_RetailVendorSalesPriceMarginSetup
Hh812124.privmethod(en-us,AX.60).gif s_RetailVendorSalesPricePointSetup
Hh812124.privmethod(en-us,AX.60).gif s_RetailVendTable
Hh812124.privmethod(en-us,AX.60).gif s_RetailVisualProfile
Hh812124.privmethod(en-us,AX.60).gif s_RetailWorkShiftSetup
Hh812124.privmethod(en-us,AX.60).gif s_TaxData
Hh812124.privmethod(en-us,AX.60).gif s_TaxGroupData
Hh812124.privmethod(en-us,AX.60).gif s_TaxGroupHeading
Hh812124.privmethod(en-us,AX.60).gif s_TaxGroupTaxJurisdiction
Hh812124.privmethod(en-us,AX.60).gif s_TaxItemGroupHeading
Hh812124.privmethod(en-us,AX.60).gif s_TaxOnItem
Hh812124.privmethod(en-us,AX.60).gif s_TaxTable
Hh812124.privmethod(en-us,AX.60).gif s_VendGroup
Hh812124.pubmethod(en-us,AX.60).gif saveLast Saves the last choice by using the RunBase.pack Method method. (Inherited from RunBase.)
Hh812124.privmethod(en-us,AX.60).gif setRetailVariantIds
Hh812124.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh812124.protmethod(en-us,AX.60).gif showClearButton Determines whether to add a Clear button to the dialog box. If you change the return value to true it will add the button. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif showDefaultButton Determines whether a Default button is to be added to the dialog box. If you change the return value to true, it will add the button. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif showDialog (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif showIndexFields If this method returns true, it will look for the first enabled index when you are adding query range fields to the dialog and if a data source does not have any ranges specified. It will also show the visible fields from that index. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif showQuerySelectButton (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif showQueryValues Determines whether a Select button is to be added to the dialog box. If you change the return value to true, the button will be added. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh812124.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter value to an instance of the RetailContosoDemoDataGenerator class. (Overrides the unpack Method.)
Hh812124.privmethod(en-us,AX.60).gif updateCustParameters
Hh812124.privmethod(en-us,AX.60).gif updateLedger
Hh812124.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.)
Hh812124.pubmethod(en-us,AX.60).gif validate Validates the state of the internal variables. (Inherited from RunBase.)
Hh812124.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh812124.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh812124.privmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::attachDiscountImage
Hh812124.privmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::attachDiscountLineImage
Hh812124.privmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::attachImageResourceAsExternal
Hh812124.pubmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::createDiscountLineMixAndMatch
Hh812124.pubmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::createDiscountLineMixAndMatchGroups
Hh812124.pubmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::createDiscountLineMultibuy
Hh812124.pubmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::createDiscountMixAndMatch
Hh812124.pubmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::createDiscountMultibuy
Hh812124.pubmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::createDiscountMultibuyQuantities
Hh812124.pubmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::createDiscountOffer
Hh812124.pubmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::createDiscountOfferLine
Hh812124.pubmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::createOrFindRetailPriceGroup
Hh812124.privmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::createRetailPriceGroup
Hh812124.pubmethod(en-us,AX.60).gif Hh812124.static(en-us,AX.60).gif ::main Provides an entry point for the RetailContosoDemoDataGenerator class when it is called from a command.

Top

Inheritance Hierarchy

Object Class
  RunBase Class
    RetailContosoDemoDataGenerator Class