microsNewb08
Programmer
Hi, I am new to Micros 3700. My client's data extraction queries and reports are using obj_num to track items. Since their menu items are continuously changing (unused ones are taken off the menu and new ones are added), they want to start reusing obj_numbers (obj_num) for new menu items.
This implies that all stored procs and references need to be changed to use mi_seq instead of obj_num for items tracking.
The reason why they want to start recycling the [obj_num]bers is to keep the ranges consistent for new menu items as they are added.
Has someone run into the same question? Is this a reasonable approach? What are the pros/cons of using mi_seq vs. obj_num for transactional level data loading?
I would greatly appreciate everyone's feedback.
This implies that all stored procs and references need to be changed to use mi_seq instead of obj_num for items tracking.
The reason why they want to start recycling the [obj_num]bers is to keep the ranges consistent for new menu items as they are added.
Has someone run into the same question? Is this a reasonable approach? What are the pros/cons of using mi_seq vs. obj_num for transactional level data loading?
I would greatly appreciate everyone's feedback.