Skip to content

[Event Request] Table 5080 "To-do" - OnBeforeCheckStatus #29689

@KlaasKleermaker

Description

@KlaasKleermaker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    SCMGitHub request for SCM areaevent-requestRequest for adding an event

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions