InterviewSolution
Saved Bookmarks
| 1. |
When Using The Delete Store Day Functionality, Will The Store/day Record Be Deleted Or Just The Transactions For That Store/day? |
|
Answer» When deleting a Store/Day, it is actually the transaction records for the store/day that are DELETED rather than the store/day RECORD. SA_TRAN_HEAD.STATUS will be set to 'D' and these transactions will not be accessible through the Transaction MAINTENANCE SCREEN. When deleting a Store/Day, it is actually the transaction records for the store/day that are deleted rather than the store/day record. SA_TRAN_HEAD.STATUS will be set to 'D' and these transactions will not be accessible through the Transaction Maintenance screen. |
|