Report 5130119 M365 Copy Job Structure
Report 5130119 M365 Copy Job Structure
| Language | Caption |
|---|---|
| de-DE | Projektstruktur kopieren |
| es-ES | Copiar estructura de proyecto |
| en-US | Copy Project Structure |
| it-CH | Copia struttura progetto |
| it-IT | Copia struttura progetto |
Methods
SetJobStructHeader
procedure SetJobStructHeader(var newJobStructHeader: Record "M365 Job Structure Header")
Parameters / Return Value
- newJobStructHeader
Record "M365 Job Structure Header"
CopyHeader
procedure CopyHeader()
CopyLines
procedure CopyLines()
ReCalcLines
procedure ReCalcLines()
CalcPlanningParameters
procedure CalcPlanningParameters(jobStructLine: Record "M365 Job Structure Line")
Parameters / Return Value
- jobStructLine
Record "M365 Job Structure Line"
SetTemplate
procedure SetTemplate(templateNo: Code[20])
Parameters / Return Value
- templateNo
Code[20]
SetParamenters
procedure SetParamenters(SetIncludeHeader: Boolean; SetRecalculateLines: Boolean; SetWithDate: Boolean; SetIncludeHTMLText: Boolean; SetEOSCopyStatusLine: Boolean)
This procedeure is used to set the parameters for the Copy Project Structure report
Parameters / Return Value
SetIncludeHeader
BooleanSet the Include Header parameter
SetRecalculateLines
BooleanSet the Recalculate Lines parameter
SetWithDate
BooleanSet the With Date parameter
SetIncludeHTMLText
BooleanSet the include HTML Text parameter
SetEOSCopyStatusLine
BooleanSet the Copy Project Structure Line Status parameter
Events
OnSetTemplate
local procedure OnSetTemplate(var templateNo: Code[20]; var docNo: Code[20]; var docType: Option Template,"Job Structure",Archive; var addReplace: Option Add,Replace)
Parameters / Return Value
templateNo
Code[20]docNo
Code[20]docType
OptionTemplate(0) ,"Job Structure"(1) ,Archive(2)addReplace
OptionAdd(0) ,Replace(1)
OnBeforeModifyJobStructHeaderFromJobStruct
local procedure OnBeforeModifyJobStructHeaderFromJobStruct(fromJobStructHeader: Record "M365 Job Structure Header"; var toJobStructHeader: Record "M365 Job Structure Header")
Parameters / Return Value
fromJobStructHeader
Record "M365 Job Structure Header"toJobStructHeader
Record "M365 Job Structure Header"
OnBeforeModifyJobStructHeaderFromArchive
local procedure OnBeforeModifyJobStructHeaderFromArchive(fromArchiveHeader: Record "M365 Job Struct. Header Arc."; var toJobStructHeader: Record "M365 Job Structure Header")
Parameters / Return Value
fromArchiveHeader
Record "M365 Job Struct. Header Arc."toJobStructHeader
Record "M365 Job Structure Header"
OnBeforeModifyJobStructLineFromJobStruct
local procedure OnBeforeModifyJobStructLineFromJobStruct(fromJobStructLine: Record "M365 Job Structure Line"; var toJobStructLine: Record "M365 Job Structure Line")
Parameters / Return Value
fromJobStructLine
Record "M365 Job Structure Line"toJobStructLine
Record "M365 Job Structure Line"
OnBeforeModifyJobStructLineFromArchive
local procedure OnBeforeModifyJobStructLineFromArchive(fromArchiveLine: Record "M365 Job Struct. Line Archive"; var toJobStructLine: Record "M365 Job Structure Line")
Parameters / Return Value
fromArchiveLine
Record "M365 Job Struct. Line Archive"toJobStructLine
Record "M365 Job Structure Line"
OnBeforeModifyJobStructLineRecalculateLineFromJobStruct
local procedure OnBeforeModifyJobStructLineRecalculateLineFromJobStruct(fromJobStructLine: Record "M365 Job Structure Line"; var toJobStructLine: Record "M365 Job Structure Line")
Parameters / Return Value
fromJobStructLine
Record "M365 Job Structure Line"toJobStructLine
Record "M365 Job Structure Line"
OnBeforeModifyJobStructLineRecalculateLineFromArchive
local procedure OnBeforeModifyJobStructLineRecalculateLineFromArchive(fromArchiveLine: Record "M365 Job Struct. Line Archive"; var toJobStructLine: Record "M365 Job Structure Line")
Parameters / Return Value
fromArchiveLine
Record "M365 Job Struct. Line Archive"toJobStructLine
Record "M365 Job Structure Line"
OnBeforeInsertJobStructureLine
internal procedure OnBeforeInsertJobStructureLine(FromJobStructureLine: Record "M365 Job Structure Line";var ToJobStructureHeader: Record "M365 Job Structure Header";var ToJobStructureLine: Record "M365 Job Structure Line";IncludeHeader: Boolean;RecalculateLines: Boolean;WithDate: Boolean;CopyStatusLine: Boolean)
Parameters / Return Value
FromJobStructureLine
Record "M365 Job Structure Line"ToJobStructureHeader
Record "M365 Job Structure Header"ToJobStructureLine
Record "M365 Job Structure Line"IncludeHeader
BooleanRecalculateLines
BooleanWithDate
BooleanCopyStatusLine
Boolean
OnAfterInsertJobStructureLine
internal procedure OnAfterInsertJobStructureLine(FromJobStructureLine: Record "M365 Job Structure Line";var ToJobStructureHeader: Record "M365 Job Structure Header";var ToJobStructureLine: Record "M365 Job Structure Line";IncludeHeader: Boolean;RecalculateLines: Boolean;WithDate: Boolean;CopyStatusLine: Boolean)
Parameters / Return Value
FromJobStructureLine
Record "M365 Job Structure Line"ToJobStructureHeader
Record "M365 Job Structure Header"ToJobStructureLine
Record "M365 Job Structure Line"IncludeHeader
BooleanRecalculateLines
BooleanWithDate
BooleanCopyStatusLine
Boolean
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.