Zoho News
- Zoho CRM: Sales Rep Professional Certification on Coursera
- Zoho launched a new Coursera certification with 100+ hours of content, 400+ lessons, and CRM training built in to help sales reps advance their careers.
 
 - Zoho CRM: Enhanced Data Export Options
- CRM adds XLSX export, selectable record export, and CSV encoding options; keep Record ID in exports for future mapping.
 
 - Zoho CRM: Mobile App Updates with Widgets, Tooltips, and Image Upload
- Android users get home page widgets and field tooltips, while iOS users can now update profile images directly in the app.
 
 - Zoho CRM: July 2025 Community Digest Part 2
- Highlights include Zoholics Europe announcements, new Dynamic Display for mobile list views, migration tips, mail merge fixes, and developer workarounds shared by the community.
 
 - Zoho Analytics: September 2025 Updates
- Gantt charts arrive alongside new DB connectors, bigger file support via Data Bridge, and better failure notifications.
 
 - Zoho Recruit: Zia-Powered Profile Summary
- Zia summarizes candidate profiles for quick review; useful as a helper, but still verify details manually.
 
 - Zoho Recruit: Enhanced Cooling-off Period
- Now extended to Career Sites, Vendor Portals, and Employee Referrals, with flexible durations and custom alerts to cut down duplicate submissions.
 
 - Zoho Recruit: Custom Buttons for Mass Actions
- Run custom functions from list views to process candidates in batches, streamlining common actions.
 
 - Zoho Sign: Create, Collaborate, and Manage Agreements with AI
- Sign now supports drafting help, field detection, change requests, and key-term summaries; use legal review for critical contracts.
 
 - Zoho MCP: New Community Hub Launched
- A new space for developers, partners, and businesses to learn, share, and collaborate on MCP, AI agents, and intelligent app integrations.
 
 - Zoho Vault: Clickjacking Vulnerability Fixed
- Zoho patched its Vault browser extensions across all major browsers to block clickjacking attempts and protect user credentials.
 
 - Zoho Desk: Swipe action customization (Android)
- Android users can now assign custom left and right swipe actions on tickets, plus quickly mark tickets as read or unread.
 
 - Celebrating 8 Years of Zoho One
- Zoho highlights the breadth and value of the Zoho One suite and its steady pace of additions at a competitive price.
 
 
Code Share of the Week
- Check for After-Hours and Weekend Activity Using Time Logic in Deluge
- A reusable function checks the hour, minute, and weekday from a datetime to decide whether to proceed with notifications. Use it to block texts or invoices after business hours, then queue for the next valid window. Drop it before your main action and exit early if outside your defined schedule. Simple, effective, and easy to adapt for any module that triggers after-hours events.
 
 
This Week’s Blog
- Zoho CRM For Everyone Connected Workflows Guide
- A step-by-step walkthrough of Connected Workflows that links actions across modules from a single flow-style UI. Great for simple cross-module processes like creating related records and updating stages, with more power expected as features expand.
 
 
Tips and Tricks
- Zoho Inventory Q2 2025: Replenishments, Barcode Scans & More!
- Replenishments centralize items to reorder before you create POs, and barcode scanning now works where you need it most, like pick lists. You also get smoother imports/exports, Avalara enhancements, and cleaner line-item discount handling.
 
 
Question of the Week (AZAAZ)
- How do you create a workflow on a related-list record unassignment event?
- Trigger on the child record when the lookup becomes empty, but first store the parent ID in a separate field so your Deluge can still reference and update the parent after unassignment. For high-volume cases, replace manual unassignments with a small kiosk or custom action that both disassociates and runs your update logic.