Codeunit 18122158 EOS DS Insert Def. Data Mgmt
Codeunit 18122158 EOS DS Insert Def. Data Mgmt
Methods
InsertDefaultData
procedure InsertDefaultData(DSTablesSetup: Record "EOS DS Tables Setup")
Parameters / Return Value
- DSTablesSetup
Record "EOS DS Tables Setup"
GenerateSatus
procedure GenerateSatus() CreatedRecord: Integer
Parameters / Return Value
- Returns
Integer
GenerateStatusGeneric
procedure GenerateStatusGeneric(Lbl: Text; var CreatedRecord: Integer)
Parameters / Return Value
Lbl
Text[]
CreatedRecord
Integer
GenerateTableStatusGeneric
procedure GenerateTableStatusGeneric(TableID: Integer; OptionType: Integer; StatusCode: Code[10]; FirstStatus: Boolean; LastStatus: Boolean) Created: Boolean
Parameters / Return Value
TableID
Integer
OptionType
Integer
StatusCode
Code[10]
FirstStatus
Boolean
LastStatus
Boolean
Returns
Boolean
GenerateTableStatusTransactionGeneric
procedure GenerateTableStatusTransactionGeneric(TableID: Integer; OptionType: Integer; FromStatus: Code[10]; ToStatus: Code[10]; SkipPermission: Boolean) Created: Boolean
Parameters / Return Value
TableID
Integer
OptionType
Integer
FromStatus
Code[10]
ToStatus
Code[10]
SkipPermission
Boolean
Returns
Boolean
GenerateTablesSetupGeneric
procedure GenerateTablesSetupGeneric(TableID: Integer; OptionType: Integer)
Parameters / Return Value
TableID
Integer
OptionType
Integer
GenerateTableControlList
procedure GenerateTableControlList(var ChildTableSetup: Record "EOS003 Child Table Setup"; TableStatus: Record "EOS DS Table Status")
Parameters / Return Value
ChildTableSetup
Record "EOS003 Child Table Setup"
TableStatus
Record "EOS DS Table Status"
InsertChildTableSetup
procedure InsertChildTableSetup(var ChildTableSetup: Record "EOS003 Child Table Setup"; TableStatus: Record "EOS DS Table Status"; TableIDToCheck: Integer)
Parameters / Return Value
ChildTableSetup
Record "EOS003 Child Table Setup"
TableStatus
Record "EOS DS Table Status"
TableIDToCheck
Integer
OnInstall_GenerateTablesSetup
procedure OnInstall_GenerateTablesSetup()
OnInstall_GenerateTableStatus
procedure OnInstall_GenerateTableStatus()
OnInstall_GenerateTableStatusTransaction
procedure OnInstall_GenerateTableStatusTransaction()
OnInstall_GenerateStatusTransactionMandatoryFields
procedure OnInstall_GenerateStatusTransactionMandatoryFields()
Events
OnAfterGenerateChildTableSetup
local procedure OnAfterGenerateChildTableSetup(var TempChildTableSetup: Record "EOS003 Child Table Setup" temporary; TableStatus: Record "EOS DS Table Status")
raised afer insert default record for control EDS Table Status
Parameters / Return Value
TempChildTableSetup
Record "EOS003 Child Table Setup"
TableStatus
Record "EOS DS Table Status"
OnBeforeGenerateChildTableSetup
local procedure OnBeforeGenerateChildTableSetup(var TempChildTableSetup: Record "EOS003 Child Table Setup" temporary; TableStatus: Record "EOS DS Table Status"; var IsHandled: Boolean)
raised before generation of child tables seturp
Parameters / Return Value
TempChildTableSetup
Record "EOS003 Child Table Setup"
Record “EOS003 Child Table Setup”
TableStatus
Record "EOS DS Table Status"
Record “EOS DS Table Status”
IsHandled
Boolean
boolean to skip successive functions
OnBeforeGenerateTableStatus
local procedure OnBeforeGenerateTableStatus(DSTablesSetup: Record "EOS DS Tables Setup"; var TableStatesAdded: Integer; var isTableStatusHandled: Boolean)
Raised before generation of Table Status on EDS Table Setup Action
Parameters / Return Value
DSTablesSetup
Record "EOS DS Tables Setup"
Record “DS Table Setup”
TableStatesAdded
Integer
isTableStatusHandled
Boolean
OnBeforeGenerateTableStatusTransaction
local procedure OnBeforeGenerateTableStatusTransaction(DSTablesSetup: Record "EOS DS Tables Setup"; var TableStatesTransactionAdded: Integer; var isTableStatusTransactionHandled: Boolean)
Raised before generation of Table Status on EDS Table Setup Action
Parameters / Return Value
DSTablesSetup
Record "EOS DS Tables Setup"
Record “DS Table Setup”
TableStatesTransactionAdded
Integer
isTableStatusTransactionHandled
Boolean
OnBeforeGenerateStatus
local procedure OnBeforeGenerateStatus(var StatesAdded: Integer; var isStatusHandled: Boolean)
Raised before generation of Generic Status on EDS Table Setup Action
Parameters / Return Value
StatesAdded
Integer
Integer for the number of records added
isStatusHandled
Boolean
Boolean to skip successive functions
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.