Showing posts with label LS Retail. Show all posts
Showing posts with label LS Retail. Show all posts
Wednesday, January 20, 2016
Friday, January 15, 2016
Infocodes in LS Retail V 5.05 ( Pos )
Infocodes :
Infocode is a trademark of LS Retail ehf. This are used to capture extra information regarding transactions made at the POS terminals in Dynamics NAV. You can apply an infocode to a particular action in Pos, for example when applying discount on particular transaction, Pos system will show a textbox with " Discount Reason " to cashier for an input.
Thursday, January 7, 2016
Virtual Tables in Dynamics NAV
Virtual Table : This tables store system provided information. You can use this tables as normal table , the difference is that you cannot change the information present in Virtual tables ie. Virtual Tables are only readable. Another difference is that, This tables are computed at runtime instead of storing in database as normal tables does.
Saturday, January 2, 2016
How to setup NAS (Navision Application Server) for Microsoft Dynamics NAV 2013 R2?
I am sure that whenever you had heard the word NAS, nightmares would have been ran through your mind. You must have assumed that it would be a very difficult thing to learn. Atleast, I have thought like this when I heard the word for the first time.
If you think like me then here are really easy steps to configure NAS and i am sure after going through this article you will enjoy configuring NAS in Microsoft Dynamics NAV 2013 R2.
Prerequisites : LS Modified Navision Base DB, LS Retail Toolbox 7.1
Prerequisites : LS Modified Navision Base DB, LS Retail Toolbox 7.1
Tuesday, December 29, 2015
How to use Virtual Printer in Microsoft Dynamics NAV 2013 R2 with the help of LS Retail Virtual OPOS Devices.
Doing some implementation in Sales receipt and you want to print receipt again and again physically , this will waste your resources.
Instead of this try to do it virtually with the help of Virtual printer functionality of LS Retail virtual OPOS Devices in Microsoft Dynamics Nav 2013 R2 , which comes with LS Retail Toolbox.
LS Retail virtual OPOS Device will show you a virtual receipt after every successful printing command , which will be like this :
Prerequisites :
- Microsoft Dynamics NAV 2013 R2 Development Environment.
- LS Retail Toolbox 6.06
Steps to Setup Virtual Printer :
1). Open "Microsoft Dynamics NAV 2013 R2 Development Environment" .
2).Open "Object Designer" and run Table "POS Hardware Profile" ( ID :99008900).
3). Then select your "Profile ID" and go to Field named "Printer".
4). In "Printer" field select "Virtual" from drill -down menu and Click "OK" button to save the changes.
5). Restart the application to make the changes works.
Congratulations you have set up virtual printer successfully.
Other devices which can also be used virtually are listed below :
- Customer Display
- MSR Card Reader
- Cash Drawer
- Scanner
- Scale
- Tone
- Dallas Key
You have to perform same steps for other devices to set them work virtually.
Enjoyed the topic, Please do subscribe to our newsletter to get updated with every post without a miss.
Enjoyed the topic, Please do subscribe to our newsletter to get updated with every post without a miss.
Thanks for reading,
Shubin Dongre
Friday, December 25, 2015
How to use Debugger in Microsoft Dynamics NAV 2009 R2 and old Versions of Classic Client
Debugger is present in Microsoft Dynamics NAV Classic under“Tools” >> “Debugger”.
As you can see in screenshot below:
There are three options present under “Debugger” options which are:
1. Active: It will activate the Debugger. Every time an error occurs you will be redirected to Classic client Debugger Session and it will show the source of error in the code. As you can see in screenshot below:
2. Break point on Triggers: This functionality will work only if ”Debugger” is active. If the breakpoints on trigger is active it will stop the current execution process on the point where you have marked breakpoints in code of particular trigger, Else the code will be executed normally. This is useful in understanding the flow of code through all triggers.
3. Code Coverage: The Code Coverage option allows you to check how much of the code is used by any given function. You can use this tool to capture code coverage during customization in Microsoft Dynamics NAV. This will provides you a list of objects in which you can find executed code in black colour text .
Enjoyed the topic, Please do subscribe to our newsletter to get updated with every post without a miss.
Thanks for reading,
Shubin Dongre
How to optimize tables in Microsoft Dynamics Nav Classic Client
Guideline to optimize tables in Microsoft Dynamics Nav Classic Client :
Optimization process will perform two functions:
For every table of Microsoft Dynamics Nav, the SQL Server
indexes, except the primary key will be reconstructed to optimize their usage
and layout.
Every entry with zero values in numeric fields will be
discarded for SIFT ( SumIndexField Technology
) structure. This will increase the efficiency of SIFT which result in
to fast summing of fields with huge entries.
For optimization of tables in Microsoft Dynamics Classic Client
1). Go to "File" >> "Database" >> "Information".
As shown in screenshot below:
2). You will see the Database Information window, in which you will find all relevant information about your database. Click on "Tables" button.
As shown in screenshot below:
3). You will be redirected to a new window "Database Information (Tables) " , Here you can select the desired tables you want to optimize and click "Optimize" button.
As shown in screenshot below:
Enjoyed the topic, Please do subscribe to our newsletter to get updated with every post without a miss.
Thanks for reading
Shubin Dongre
Thursday, December 24, 2015
Subscribe to:
Posts (Atom)