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

[Codeunit Issue Delivery Reminder - Set OnPrem] #28188

Open
jacquess1990 opened this issue Feb 20, 2025 · 0 comments
Open

[Codeunit Issue Delivery Reminder - Set OnPrem] #28188

jacquess1990 opened this issue Feb 20, 2025 · 0 comments

Comments

@jacquess1990
Copy link

jacquess1990 commented Feb 20, 2025

Describe the request

Hello Microsoft Community, I have been searching a bit for this exact issue but I couldn't find any solution, so I was hoping for your support on this topic.
Im trying to implement Codeunit "Issue Delivery Reminder" from Microsoft Standard Code and to run it, but since we are developing for Cloud Instance, I cant use Set procedure from the Codeunit since its OnPrem Scope. We are using BC 24 Version for Austria.

This is the procedure:
[Scope('OnPrem')]
procedure Set(var NewDelivReminHeader: Record "Delivery Reminder Header"; NewReplacementPostingDate: Boolean; NewPostingDate: Date)
begin
DeliveryReminderHeader := NewDelivReminHeader;
ReplacePostingDate := NewReplacementPostingDate;
PostingDate := NewPostingDate;
end;

Im looking forward to your response

Best Regards

Additional context

This request has been made due to on going development of a solution for ongoing project with our customer.

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

1 participant