Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T36, T37, T38, T81 - Request to change reference-type of parameters in OnAfterCreateDimTableIDs #201

Closed
Halilovast opened this issue May 10, 2018 · 4 comments

Comments

@Halilovast
Copy link
Contributor

could you change reference-type of parameters TableId and No

now:
LOCAL [IntegrationEvent] OnAfterCreateDimTableIDs(VAR SalesHeader : Record "Sales Header";FieldNo : Integer;TableID : ARRAY [10] OF Integer;No : ARRAY [10] OF Code[20])

ask for:
LOCAL [IntegrationEvent] OnAfterCreateDimTableIDs(VAR SalesHeader : Record "Sales Header";FieldNo : Integer;# VAR TableID : ARRAY [10] OF Integer;# VAR No : ARRAY [10] OF Code[20])

@AlexanderYakunin
Copy link
Contributor

This is already done.

@Halilovast
Copy link
Contributor Author

Which is the CU in 2018 we could expect these in?

@AlexanderYakunin
Copy link
Contributor

We do not implement events into NAV 2018 CU, we implement it to Dynamics 365 Business Central. If you need selected events donwgraded to NAV 2018 you need to create Request for Hotfix via Technical Support.

@StanislawStempin StanislawStempin transferred this issue from microsoft/AL Nov 1, 2018
@JesperSchulz
Copy link
Contributor

Closing issue as per @AlexanderYakunin's reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants