Class FL_FixedAssetsJournal_upd

Inherits

SY_Update

Properties

LOCAL cDailyPostingWorkFile$="FL_DailyPostingWork"  

Name of F/L Daily Posting Work table

LOCAL cDefaultBatchNo$="00001"  

Default Batch Number, since batching functionality is not available

LOCAL cPostingRecapWrkFile$="FL_PostingRecapWrk"  

Name of Posting Recap Work table

LOCAL cRegisterWrkFile$="FL_FixedAssetsJournalWrk"  

Name of Journal Work table

PROPERTY ErrorLog  

Handle of Error Log object

PROPERTY PrintPostingRecap  

Boolean to indicate whether to print the Posting Recap

PROPERTY ReportCaption$  

Report Caption

PROPERTY UpdateCompleted   * Read Only *

[boolean] Flag to indicate to period end that update was complete

PROPERTY UpdateErrors   * Read Only *

[boolean] Flag to indicate that errors exist in the register/update

Methods

FUNCTION GetAdditionalReports(reports$)  

Gets a list of additional report(s) to process after the Journal

ParameterDescription
reports$ [output, string] List of additional report(s)
Returns [boolean] Always returns success
FUNCTION GetSourceTables$(table$)  

Gets a list of source tables for the mappings in the Journal and Update

Returns sourceTables$ [string] List of source tables for the mappings in the Journal and Update
FUNCTION ProcessAdditionalReports(report$, cOutputType$)  

Processes additional report(s) after the Journal

ParameterDescription
report$ [input, string] Name of additional report
cOutputType$ [input, string] Output Type (Print, Preview, etc.)
Returns [boolean] Success if additional report(s) printed, otherwise failure