|
<< 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 >
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.