-
Notifications
You must be signed in to change notification settings - Fork 691
Open
Labels
SCMGitHub request for SCM areaGitHub request for SCM arearequest-for-externalRequest for exposing a function for extension developmentRequest for exposing a function for extension development
Description
Why do you need this change?
We would like to prepare our code for the BaseApp Manufacturing refactoring.
For this we would like to call the procedures IsEntryTypeConsumption IsEntryTypeProduction, IsOrderTypeAsmOrProd from our app,.
Describe the request
Make procedures IsEntryTypeConsumption and IsEntryTypeProduction accesible.
//>>Change
//local procedure IsEntryTypeConsumption() Result: Boolean
procedure IsEntryTypeConsumption() Result: Boolean
//<<Change
begin
OnAfterIsEntryTypeConsumption(Rec, Result);
end;
procedure IsEntryTypeOutput() Result: Boolean
begin
OnAfterIsEntryTypeOutput(Rec, Result);
end;
//>>Change
//-local procedure IsEntryTypeProduction() Result: Boolean
procedure IsEntryTypeProduction() Result: Boolean
//<<Change
begin
OnAfterIsEntryTypeProduction(Rec, Result);
end;
//>>Change
//-local procedure IsOrderTypeAsmOrProd() Result: Boolean
procedure IsOrderTypeAsmOrProd() Result: Boolean
//<<Change
begin
OnAfterIsOrderTypeAsmOrProd(Rec, Result);
end;Internal work item: AB#623071
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SCMGitHub request for SCM areaGitHub request for SCM arearequest-for-externalRequest for exposing a function for extension developmentRequest for exposing a function for extension development