
Greetings -
I would like to let our customers know of all the new items we have in our store.
So, I would like a report that lists the ILCs created after a specified date (date Created).
Any help would be greatly appreciated.
Thanks in advance.
David Schueckler
The TreeHouse Toy Store
*This post is locked for comments
I have the same question (0)memorize a copy of one of the Item reports, like Item Quantity, then edit in notepad.
File location is C:\Program Files\Microsoft Retail Management System\Store Operations\Reports
Add the following column to the end of the report:
Begin Column
FieldName = "Item.DateCreated"
DrillDownFieldName = ""
DrillDownReportName = ""
StoreIDFieldName = ""
Title = "Date Created"
VBDataType = vbDate
Formula = ""
ColHidden = False
ColNotDisplayable = False
FilterDisabled = False
ColWidth = 900
GroupMethod = groupmethodNone
ColFormat = ""
End Column