Report "Copy Company"

ID 357
Namespace: System.Environment.Configuration

Properties

Name Value
Caption Copy Company
Permissions tabledata "Feature Data Update Status" = ri
ProcessingOnly True

Methods

GetCompanyName

procedure GetCompanyName(): Text[30]

Returns

Type Description
Text[30]

Events

OnAfterSetNewNameToNewCompanyInfo

[IntegrationEvent(False,False)]
local procedure OnAfterSetNewNameToNewCompanyInfo(NewCompanyName: Text[30])

Parameters

Name Type Description
NewCompanyName Text[30]

OnAfterCreatedNewCompanyByCopyCompany

[IntegrationEvent(False,False)]
local procedure OnAfterCreatedNewCompanyByCopyCompany(NewCompanyName: Text[30], Company: Record Company)

Parameters

Name Type Description
NewCompanyName Text[30]
Company Table System.Environment.Company

OnValidateNewCompanyName

[IntegrationEvent(False,False)]
local procedure OnValidateNewCompanyName(var NewCompanyName: Text[30])

Parameters

Name Type Description
NewCompanyName Text[30]

See also