JmgPostStandardSystem Class [AX 2012]
The JmgPostStandardSystem class is used to post time and quantities collected in manufacturing execution and time and attendance modules to other modules.
| Method | Description | |
|---|---|---|
| addJob | Adds a job to the JmgPostStandardSystem instance, which will be considered when journals are created. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createCoByOutput | |
| createProdStatusQty | Returns a list of instances of the ProdJournalCheckPost class, which refers to a production journal to post that contains registered information about the added jobs. |
| createProductionStartUpJournal | Creates a production startup journal by using the added jobs. |
| createProjTransFromProdJournalRoute | Create the project journal transactions. |
| createReportFinishedJournal | Returns an instance of the JmgProdMultiReportFinished class, which reports productions referred to by added jobs as finished |
| createUpdateBOMJournal | Generates a BOM Journal based on the added jobs |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getHourPriceFromStampTrans | |
| getJobs | Returns an array of the added jobs. |
| getReversedHourPrice | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| invertTime | Determines whether time should be inverted, that is negative time is posted in journals. |
| isLastOpenJobOnOpr | Indicates whether the specified job is the last open job on an operation. |
| isOtherWorkEnded | Indicates whether any work is being performed on the specified job by other workers than the one specified. |
| new | Initializes a new instance of the JmgPostStandardSystem class. |
| newJournal_JobCard | Creates and initializes the job card journal that is used to post production journals. |
| newJournal_Proj | Creates and initializes the Project journal that is used to post Shop Floor Control registrations. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmForcePostTime | Gets or sets the ForcePostTime parameter. |
| parmProfileDate | Gets or sets the ProfileDate parameter. |
| parmWorker | Gets or sets the Worker parameter. |
| parmWrkCtrPilot | Gets or sets the WrkCtrPilot parameter. |
| pdsCWProdQtyError | Gets the error quantity reported on the production order in catch weight units. |
| postIPCTime | Posts time based on the added jobs that refer to time collected on indirect activities. |
| postProjTime | Posts time based on the added jobs that refer to time collected on projects and project activities. |
| postQty | Posts the quantity, based on the added jobs that refer to time that is collected on productions. |
| postTime | Posts time, based on the added jobs that refer to time that is collected on productions. |
| prodQtyError | Gets the error quantity that is reported on the production order. |
| prodQtyErrorSpec | Adds journal lines for the specified error quantities. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| shouldReportAsFinished | Determines whether the production job should be reported as finished. |
| showBOMJournals | Shows generated BOM journals to the user, with the BOM journals generated based on the added jobs. |
| showProfitLossInventJournal | Shows an empty profit and loss journal to the user. |
| showProjectFeeJournal | Shows a project fee journal to the user. |
| showProjectItemJournal | Shows a project item journal to the user. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updatedOriginalTransactionOnJournal | |
| updateTotalsForProjJournalTable | Updates the totals. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the JmgPostStandardSystem class. |
| ::constructJmgStampJournalTable | Initializes an instance of the JmgPostStandardSystem class based on a JmgStampJournalTable record. |
| ::constructJmgStampJournalTrans | Initializes a new instance of the JmgPostStandardSystem class, which is initialized based on a JmgStampTable record. |
| ::constructJmgTimecardTable | Initializes an instance of the JmgPostStandardSystem class based on a JmgTimecardTable record. |
| ::constructJmgTimecardTrans | Initializes an instance of the JmgPostStandardSystem class based on a JmgTimecardTrans record. |
| ::constructJobBundle | Initializes an instance of the JmgPostStandardSystem class based on a JmgJobBundle object. |
| ::emptyInfolog | Removes noncritical information messages from the Infolog. |
| ::postQtyJournalsList | Posts the quantity, based on the added jobs that refer to time that is collected on productions. |
| ::showBOMJournalOnStartUp | Shows generated BOM journals to the user on the startup of jobs. |
| ::showProjectFeeJournalOnClient | Shows a project fee journal to the user. |
Community Additions
ADD
Show: