[Event Change Request] Codeunit 1521 "Workflow Response Handling" - OnShowMessageOnBeforeShowMessage
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 25/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Stale
- Domain
- backend
Research direction
Start in Codeunit 1521, "Workflow Response Handling", at ShowMessage and the OnShowMessageOnBeforeShowMessage event. Check the existing event declaration and its call, then verify that Workflow Step Instance is available to subscribers and the request is reflected consistently. The repository states that new pull requests are no longer accepted.
Written by the indexing model from the issue text.
Description
Why do you need this change?
Request for enhanced Publisher Signature.
We need the "Workflow Step Instance" to determine and handle the SupressMessage parameter.
Describe the request
Hello,
can you please add the variable WorkflowStepInstance to event OnShowMessageOnBeforeShowMessage?
local procedure ShowMessage(WorkflowStepInstance: Record "Workflow Step Instance")
var
WorkflowStepArgument: Record "Workflow Step Argument";
SuppressMessage: Boolean;
begin
WorkflowStepArgument.Get(WorkflowStepInstance.Argument);
SuppressMessage := false;
OnShowMessageOnBeforeShowMessage(WorkflowStepArgument, SuppressMessage, WorkflowStepInstance);
if not SuppressMessage then
Message(StrSubstNo(ShowMessagePlaceholderMsg, WorkflowStepArgument.Message));
end;
[IntegrationEvent(false, false)]
local procedure OnShowMessageOnBeforeShowMessage(WorkflowStepArgument: Record "Workflow Step Argument"; var SuppressMessage: Boolean; WorkflowStepInstance: Record "Workflow Step Instance");
begin
end;
Internal work item: AB#608818
- Dominant language
- AL
- Stars
- 988
- Forks
- 692
- Avg merge
- 49m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/ALAppExtensions
-
missing-info
Difficulty 3/5 1-2 days Newbie friendliness 25/100
microsoft/ALAppExtensions#30441 · 1 comment ·
-
[W1][Report][840][Suggest Worksheet Lines] New OnSkip event before InsertCFLineForJobPlanningLine Openmissing-info
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
microsoft/ALAppExtensions#30440 · 1 comment ·
-
missing-info
Difficulty 2/5 1-3 hours Newbie friendliness 25/100
microsoft/ALAppExtensions#30437 · 1 comment ·
-
missing-info
Difficulty 3/5 1-2 days Newbie friendliness 25/100
microsoft/ALAppExtensions#30436 · 1 comment ·
-
missing-info
Difficulty 5/5 Over a week Newbie friendliness 35/100
microsoft/ALAppExtensions#30435 · 1 comment ·
All issues in microsoft/ALAppExtensions
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
stratum-mining/stratum#2404 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
Diaoul/subliminal#1382 ·
-
fix(errors): EHOSTUNREACH from a happy-eyeballs connect is reported as a resolver error (STAMP-80) Open
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
snapshot-labs/stamp#666 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
GauravKarakoti/SecureFlow#1070 · 1 comment ·
-
triage/confirmed
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
agentscope-ai/agentscope#2775 ·