Version: eXtendMobile SuiteApp 1.12.172 or higher
Audience: Administrator
Overview
During processing, eXtendMobile utilizes the eXtendMobile - Queue record to store and process data between eXtendMobile and NetSuite. After these records have been processed, they no longer need to be stored in NetSuite. Removing these records ensures that the eXtendMobile - Queue record utilizes minimal NetSuite storage space.
Configuration
eXtendMobile has a default deletion schedule that removes queue records older than 3 months. Follow these steps to set up a different deletion schedule:
- Navigate to Customization → Scripting → Scripts
- Search for and view the "eXtendMobile Job queue delete MR" Map/Reduce script
- Click on the "Deployments" subtab
- To no longer use the default schedule, turn off the "customdeploy_extend_mobile_del_job_queue" deployment, and create a new one by clicking "Deploy Script"
- Set your desired schedule
- Specify a saved search in the "Search Id" script parameter containing the criteria of eXtendMobile - Queue records to be deleted (e.g., Date Created more than 2 weeks ago)
- Save the deployment