Using Navision 3.10.. Let's say I enter 50 orders into Navision and let them sit there.. I don't do anything with them.
The cancel date on all the orders is 01/13/07. Meaning all orders must ship by then.
Is there anyway to set a reminder that when I go into Navision it will remind me which orders are getting near their cancel date?! Like say it'll remind me when the orders have 5 days before their cancel date.. so in the above example it will start reminding me on 01/08/07 and then everytime I relogin to Navision until I either complete the order or delete it.
0
Comments
Another possibility is putting some code in the CompanyOpen()-function of codeunit 1. This one is triggered when someone opens a company.
In it you can check if there are such orders.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
DataItemTableView: Document Type=FILTER(Order) so credits & quotes n' such don't show up.
You add a integer variable DaysTillCanceled (or whatever)
OnAfterGet Record() then only show orders that are <less than> 6
or whatever # of days you need. You can make this number a variable too (WarningPeriod) that you fill in on a Request Form so it's more flexible.
You can also add a TableBox with SourceExp:DaysTillCanceled to get a number to appear on your report.
We did a similar thing to our PO List.
When orders were older than 30days the order# turned RED
but you need to add code for that.
http://www.BiloBeauty.com
http://www.autismspeaks.org