Ticking the imported transactions in the Match Bank Data is still an enhancement (Issue 704796). However, there is a simple workaround: 1. Select the bank account. 2. Open Web Console (F12). 3. Type this code: document.querySelectorAll(‘[aria-checked=”false”]’).forEach((e) => { e.click(); }); 4. Press Enter. Only 111 checkboxes (the ones in the current window) will be ticked… Continue reading Tick in bulk the imported transactions (left side) of the Match Bank Data page
Tag: auto-check checkbox
Enabling resources (based on skills)on Project creation
On creation of project task, the resource checkbox is checked and the resources from sales and employee center and the employees(skill based) are available.