Announcements
Hello everybody,
I need to add my custom report in dynamics RMS. All I need to do is on the Orders report I need to apply a custom sort order. If its possible in the existing report, this will be good. Else I can develop new report and add in RMS. Would you please let me know some tutorial or something where I can get information as to how to add custom report or integrate crystal report?
Thanks.
*This post is locked for comments
Hi Parameshwariv.
OK, first, from what I know, there is no standard way to add Category name on the receipt (by Entry.Something...), not sure if Microsoft have updated the Store Operations XML Template Language variable that can be used on the receipt…
So, You have 3 options:
- You can use the Session variables to store the Categories per Item in the transaction, but with the limitation of up to 10 Session Items (so, it will not be a perfect solution). It requires creating a small DLL file (.COM object), few hours of development, and obviously changing the receipt… You hook up the DLL just before printing and fill the Session variables
- Better solution would the same idea with a DLL file, but filling up a standard POS entity field, that You can use for printing on the receipt, for example a Entry.Comment. No limits here, will work for all the items, but also, it will overwrite any manually entered cashier comment. Again, few hours of development and some minor changes in the receipt…
- Or, make a simple workaround (which I did in one of my costumers) and use one of the fields that are not used or empty per Item, for example Item.BinLocation, Item.ExtendedDescription or Item.SubDescription3 …. You can use a simple SQL queiry to fill up the values and maybe a SQL trigger on Item table, to automatically fill up the new Item entries or changes of the categories of an Item… This will take you few hours maybe …
Hope this is helpful for You… If not, drop me an e-mail… antonijo_todorovik@hotmail.com
Regards, A.
Hi,
I need to add one more field Category name in the receipts(ReportTemplates).
But as this is an XML file and Iam unable to locate the data source.
Also, If I use Entry.Item.CategoryId or Entry.CategoryID it gives me "token not found" error.
Can you please help me how to locate the source and add the field?
Awaiting your reply,
Thanks,
At the time of posting the question, I was a newbie in RMS and needed to get the report thing done immediately so I posted on the forum to get a quick reply. I then did searching and found the way to add new reports.
Thanks,
I apologize for the rude reply of the other poster. We can certainly help you with this. Let me know if you still need assistance.
André Arnaud de Cal...
294,120
Super User 2025 Season 1
Martin Dráb
232,871
Most Valuable Professional
nmaenpaa
101,158
Moderator