You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: