-
Notifications
You must be signed in to change notification settings - Fork 688
Open
Labels
SCMGitHub request for SCM areaGitHub request for SCM areaevent-requestRequest for adding an eventRequest for adding an event
Description
Why do you need this change?
In 4PS Construct we need to do some extra checks before finishing the wizard. In this case we want to check if all Team Salespersons have Salesperson Code.
Describe the request
Dear ALAppExtensions team,
On behalf of 4PS I would like to request integration event 'OnBeforeCheckStatus' to be added to procedure CheckStatus in table 5080 "To-do".
procedure CheckStatus()
var
Salesperson: Record "Salesperson/Purchaser";
begin
OnBeforeCheckStatus(Rec); //new
if Date = 0D then
ErrorMessage(FieldCaption(Date));
if Description = '' then
ErrorMessage(FieldCaption(Description));
[IntegrationEvent(false, false)]
local procedure OnBeforeCheckStatus(var Todo: Record "To-do")
begin
//new
end;
Internal work item: AB#621588
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SCMGitHub request for SCM areaGitHub request for SCM areaevent-requestRequest for adding an eventRequest for adding an event