Change 3 – Initialization of variables

<< Click to Display Table of Contents >>

Navigation:  Extensibility Add On upgrade to iVend Retail 6.6 >

Change 3 – Initialization of variables

Navigation: Extensibility Add On upgrade to iVend Retail 6.6 >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

•Initialize these ‘Primary Key' variables with ‘string.Empty’ instead of ‘0’ (If it is already initialized with numeric zero ‘0’ anywhere in the code)

IVENDR~1_img5

 

• To validate string primary key fields and variables for ‘null’ values, compare with ‘string.Empty’ instead of numeric zero ‘0’

IVENDR~1_img6