Change 4 – Best code practices

<< Click to Display Table of Contents >>

Navigation:  Extensibility Add On upgrade to iVend Retail 6.6 >

Change 4 – Best code practices

Navigation: Extensibility Add On upgrade to iVend Retail 6.6 >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

•For all existing variables to handle primary key fields, Convert Nullable<Int64> variables to ‘string’ data type as string is nullable by default

•No code or data change is required for the existing data in the database for the primary key fields

•Necessary changes are required in existing T-SQL queries written in the Add-on code.