I have a task where My report should only look at new sales order on table not old sales order and so should send only new sales order record to mail.
Procedure InsertIntotable(rec_salesorder: Record Sales Header)
Var rec_tablename : Record "Table name"
Begin
Rec_tablename.OrderNo := rec_salesorder.No
Rec_tablename.Name := rec_salesorder.Name
End;
Can we do update in this for getting needed output?
Thankyou.
Hi, I'm sorry I don't quite understand your question, what is the concept of new sales order you mentioned?
The system fields below may help you find these new orders.
Hope this helps.
Thanks.
ZHU
Hello,
If you don't get further responses to this issue, you may want to raise a support request to Microsoft support via your CSP / Partner.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,228 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156