microsoft / microsoft/ALAppExtensions

[Extensibillity Request] - Copy Document Mgt. - OnAfterInitSalesLineFields

Open
#30,408 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

event-request Integration
Dominant language
AL
Stars
988
Forks
692
Avg merge
49m
Merged PRs (30d)
1

Description

Why do you need this change?

Could global variable RecalculateLines be added to this event?

OnAfterInitSalesLineFields(ToSalesLine,RecalculateLines);

Describe the request

InitSalesLineFields function is called in function SetDefaultValuesToSalesLine wich have event OnAfterSetDefaultValuesToSalesLine that have RecalculateLines.

I need to check RecalculateLines to do my logic.
Internal work item: AB#646476

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating InitSalesLineFields, OnAfterInitSalesLineFields, and OnAfterSetDefaultValuesToSalesLine in the ALAppExtensions codebase. Compare how RecalculateLines is exposed by the existing event, then verify whether the requested event can expose it; completion would make that value available to subscribers. The repository notes that new pull requests are no longer accepted here.

Written by the indexing model from the issue text.

Assessment

Domain
backend-api-design
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.