Wednesday, July 22, 2015

Dynamics NAV - Tinx - Magento Connector Training Agenda


  • Magento Connector Setup
    • Setup e-mail alerts if synchronization fails
    • Can set the specific version of Magento being used
  • Job Queue - controls synchronization from Magento
    • Synchronization Ledger Entries - shows log
  • Integration
    • Export/Import tool allows you to import and export Connector information to and from NAV
    • Message Definition
      • Can setup rules for importing each field from Magento
    • Synchronization Dashboard
      • Shows which messages are running

  • Customers
    • Country Customer Template - can setup templates for each customer country of origin
    • Magento Customers - If the customer has 0 orders, will create as contact, else create as customer

Tuesday, July 14, 2015

Dynamics NAV 2015 - Feld Level Security - AccessByPermission

You can set field level security by setting the AccessByPermission property on any field in NAV to a specific security group. The user will not see the field unless they have access to that security group.

To get this to work, you must do the following

  • ensure user does not have BASIC security group
  • ensure user has FOUNDATION security group
  • ensure that any security groups assigned to the user do not give access to Table 0

LS ONE - Training Topics

LSONE Help

http://onlinehelp.ls-one.com/Default.htm



  • Items
    • Item hierarchy
      • Groups>Departments>Divisions
    • Special Groups
      • Item can belong to multiple special groups
    • Images
    • Variations
    • Units & Conversions
    • Barcodes
  • Prices & Discounts
    • Can be assigned to Groups, Departments, or special groups
  • Customers & Loyalty
  • Users
  • End of Day
  • Infocodes
  • Inventory
  • POS
  • Setup
  • Data Management

Tuesday, July 7, 2015

Cities Skylines Runs Slow


  • Force Direct x 9
  • Right click on shortcut, go to properties
  • Add this on the end of the target  
    • -force-d3d9
  • Final target line should look like
    • "C:\Program Files (x86)\Cities Skylines\Cities.exe" -force-d3d9
Best settings for graphics card




  • If you notice the game runs fine at first, but then after a few minutes, it starts to slow down considerably, or starts running choppy, most likely your graphics card is overheating, and throttling itself down to maintain a low temperature
  • Use Open Hardware Monitor to monitor the temp of your graphics card
  • While the game is running, Alt-Tab out and watch the temperature
  • You will notice the temperature starts to fall while the game is minimized
  • Once you return to the game, it will be running fine

Dynamics NAV 2015 - "The Bin Does not exist. Identification fields and values: Location Code ="

Problem
No bins can be found for the activity you are trying to to


  • If you have enabled cross docking on the receipt location, confirm if any cross-dock bins have been setup
  • Either remove cross docking, or setup a bin with cross-docking enabled

Tuesday, June 30, 2015

Dynamics NAV - Control access to Page Actions by using Security Permissions

On every Object, there is an AccessByPermission option in the object properties that allows you to set a specific action to be accessible only when a specific permission is granted.

To get this to work, the users must have the FOUNDATION permission set, and must NOT have the BASIC permission set.

Sunday, June 28, 2015

Dynamics NAV -LS Retail- How to setup a custom Web Service Request






Modify an existing Web Request
  • Search for Web Service Setup
  • Go to Web Requests
    • Each Web Request is based on functions available in C99009511 WS Request
    • Manually edit the T99008941 WS Request. Add new records to send new requests
  • Edit Request XML or Response XML