InterviewSolution
| 1. |
How Can User Know Whether It Is A Single Or Multilevel Audit Scenario? Is There Any Indicator Or Value Exist For This? |
|
Answer» This information is maintained on the Store Data window of the Store Maintenance form in the Retail Merchandising System (RMS). The multi-LEVEL audit settings for INDIVIDUAL stores are stored on the ds_store_data table. Stores are defined as multi-level audit stores when the system_code field is ‘MLA’and the imp_exp field is ‘I’ for a specific store. If these settings are not defined for a store, then RESA defines the store as a single level audit store. Single level audit would be defined if the user chooses ‘Point Of SALE (POS)’ as an import for a given store. This information is maintained on the Store Data window of the Store Maintenance form in the Retail Merchandising System (RMS). The multi-level audit settings for individual stores are stored on the ds_store_data table. Stores are defined as multi-level audit stores when the system_code field is ‘MLA’and the imp_exp field is ‘I’ for a specific store. If these settings are not defined for a store, then ReSA defines the store as a single level audit store. Single level audit would be defined if the user chooses ‘Point Of Sale (POS)’ as an import for a given store. |
|