In today's fast-paced world, every inefficiency in payroll management adds up, costing you time, accuracy, and ultimately, your peace of mind.
Imagine a system where the business expense reports of employees are reimbursed along with their payroll, rehiring exited employees is a breeze, diverse payment modes are supported, and incorrect employee records are easily cleared from pay runs.
Over the past month, we've released key solutions that bring this vision to life:
Rehire employees who've exited over the past year (UAE)
Record Salary Card payments (UAE)
Remove skipped employees in pay runs with Force Delete (India)
Reimburse business expenses along with their salary payments (US)
Read on to discover how these features can positively impact your business.
Rehire Employees who've exited over the past year (UAE)
As your organization grows and evolves, so does your team. Rehiring valuable employees who have previously left can be a strategic move, but the process of adding them back into your system can be complex and time-consuming. Recognizing this, we’ve enhanced our Rehire Employee feature in Zoho Payroll, making it easier than ever to bring back employees who have previously exited your organization.
Previously available for India, this feature is now extended to our customers in the UAE, allowing you to seamlessly rehire employees with minimal effort. When an employee who worked in your organization during the previous financial year has exited, Zoho Payroll automatically fetches their details for the current financial year. This means no more manual data entry—everything from their previous employment history to their financial details is instantly accessible.
Note:This feature is currently in early access. If you’d like to enable it, simply reach out to support@zohopayroll.com.
This feature is equipped to handle all types of rehiring scenarios—whether the employee had no interim employment, worked elsewhere before returning, or has multiple employment histories within the same financial year. Read Help Document
Record Salary Card payments (UAE)
The adoption of prepaid salary cards for salary disbursement has been on the rise in the UAE, driven by the regulatory support from systems like the Wage Protection System (WPS), which mandate electronic salary payments. Recognizing this growing need, we’ve introduced the ability to use Salary Card as a payment mode to pay your employees in Zoho Payroll for the UAE. Read Help Document
This new feature not only streamlines salary disbursement but also makes it easier to generate Salary Information Files (SIF) after processing payroll, with options to filter based on Salary Card or combined payment modes. Read Help Document
Remove skipped employees in pay runs with Force Delete (IN)
Lingering employee records can be a significant source of frustration, especially when employees are added to pay runs but repeatedly skipped due to onboarding issues or other complications. Previously, these records cluttered your system because deleting them was restricted.
With our new Force Delete feature, you can now effortlessly clear these outdated records, even if an employee has been skipped in multiple pay runs.
Note: However, if an employee has been paid in even a single pay run, you will not be able to force delete the employee, ensuring that critical payroll data is never lost.
Reimburse business expenses along with salary payments (US)
Traditionally, salary payments and expense reimbursements have been treated as separate tasks, each with its own challenges, leading to increased administrative work and potential for errors. Zoho Payroll's new Expense Integration feature addresses these issues by combining salary payments and expense reimbursements into a single, payment process.
This integration also ensures user sync between Zoho Expense and Zoho Payroll, where employees in Zoho Payroll are automatically recognized as submitters in Zoho Expense. You can also sync users from Zoho Expense to become employees in Zoho Payroll, simplifying administrative tasks and boosting overall efficiency.
Zoho Expense Integration for Zoho Payroll
That's a wrap for now! We are always eager to hear your suggestions so we can help you do payroll better. Feel free to share them in the comments below.
If you need any assistance, please write to us at support@zohopayroll.com, and we'll help you. Stay tuned for more updates from Zoho Payroll!
As we navigate through the ever-changing payroll landscape, we bring you the latest updates that span the first quarter of 2024, tailored to meet the diverse needs of employers and employees in India, the UAE, and the US. From useful integrations to refined
Hello! We're thrilled to launch our newest payroll resource hub - Academy by Zoho Payroll [for India] - the information repository where you can go to learn everything about payroll. Introducing Academy by Zoho Payroll Why did we build Academy? Payroll
Hello everyone, As you know, subforms allow you to associate multiple line items with a single record, greatly enhancing your data organization. For example, a sales order subform neatly lists all products, their quantities, amounts, and other relevant
Hello Everyone! The Government of India is rolling out new GST rates, a major reform aimed at simplifying the current tax structure starting 22 September 2025. GST will move from four slabs (5%, 12%, 18%, 28%) to two main slabs (5% and 18%), plus a special
Marketing Automation could be a much more powerful platform if you were able to sync activities into the platform (e.g. purchase, donation, etc) outside of a user doing something on your website. I'd love it if you could sync Custom CRM Modules as activities,
Last modified on (9 July, 2025): This feature was available in early access and is currently being rolled out to customers in phases. Currently available for users in the the AU, CA, and SA DCs. It will be enabled for the remaining DCs in the next couple
We’re excited to launch Profile Summary, a powerful new feature in Zoho Recruit that transforms how you review candidate profiles. What used to take minutes of resume scanning can now be assessed in seconds—thanks to Zia. A Quick Example Say you’re hiring
Hola: En principio, en julio de 2025, entra en vigor la ley Crea y Crece y Ley Antifraude (VeriFactu). ¿Sabéis si Zoho va a cumplir con la ley para cumplir con la facturación electrónica conectada a Hacienda? Gracias
Hello everyone! It’s time to transform how you manage projects. Define the processes. Automate the tasks. Streamline the workflows. Let us dive into automation in Zoho Projects — from configuring workflows and custom functions to building triggers, using
I have built a function according to the following scheme: pages = {1,2,3,4,5,6,7,8,9,10}; for each page in pages { entriesPerPage = zoho.crm.getRecords("Accounts",page,200); for each entry in entriesPerPage { … } } Unfortunately, we have too many entries
Hello Team, I am trying to create embed code for a resource using workdrive api in powershell, however facing some issues with injecting data in body. Followed Doc: https://workdrive.zoho.com/apidocs/v1/filefoldersharing/shareeveryone Please help, below
Is it possible to use validation rules for subforms? I tried the following code: entityMap = crmAPIRequest.toMap().get("record"); sum = 0; direct_billing = entityMap.get("direct_billing_details"); response = Map(); for each i in direct_billing { if(i.get("type")
i was trying to add the contact role to a specific deal contact but repeatedly i am getting this error: { "code": "SUCCESS", "details": { "statusMessage": { "code": "INVALID_DATA", "details": { "expected_data_type": "jsonobject" }, "message": "body",
Hey Biginners, Hope you’re doing great! As we approach the end of 2025, we truly hope Bigin has been a part of helping you build your dream business this year! We've been busy working behind the scenes to bring you features that make running your business
Running an online business is more than just having a website. It’s about getting the right customers to discover you, trust you, and keep coming back. To support your growth journey, we’re launching a weekly Marketing Tips series right here on Zoho Commerce
Are you making the most of your subforms in Zoho CRM? Do you wish you could automate subform interactions and enhance user experience effortlessly? What if you had Client APIs and events specifically designed for subforms? We are thrilled to introduce
Here's the call to move a file to trash. The resource_id is accurate and the file is present. header = Map(); header.put("Accept","application/vnd.api+json"); data = Map(); data_param1 = Map(); att_param1 = Map(); att_param1.put("status",51); data_param1.put("attributes",att_param1);
We are having problems converting a Sales Order to an Invoice via API Call. The cause of the issue is, that the Tax value in a Sales Order is sometimes calculated with up to 16 decimal places (e.g. 0.8730000000000001). The max decimal places allowed in
Hi, I see that the example pages load always one of our related lists in a custom template, but I dont know how to work with that: 1) How can i make my own custom templates for related lists? 2) Where and how can i check out existing custom templates?
Heya! It's Kaizen time again, folks! This week, we aim to address common queries about Zoho CRM Widgets through frequently asked questions from our developer forum. Take a quick glance at these FAQs and learn from your peers' inquiries. 1. Where can I
"How can I open a Microsoft Word (.doc or .docx) file in Zoho Writer if I only have the file saved on my computer and Zoho Writer doesn't appear as an option when I try 'Open with'? Is there a way to directly open the .doc file in Zoho Writer?"
Hello, I have formed chat groups in arattai. I want to invite my friends on other social media platforms like WhatsApp/ FB to one of my groups. Different friends would be invited to different groups. How to share an invite link of one of my groups to
Hi Zoho team Where can I access desktop version of zoho sheets? It is important as web version is slow and requires one to be online all the time to do even basic work. If it is available, please guide me to the same.
L’équipe de Zoho France reçoit régulièrement des questions sur la conformité de ses applications de finances (Zoho Books/ Zoho Invoice) pour le marché français. Voici quelques points pour clarifier la question : Zoho Books est un logiciel de comptabilité
Hi there, We are using Zoho Flow to create sales orders automatically when a deal is won in Zoho CRM. However, the sales order requires "Product Details" to be passed in "jsonobject", and is resulting in this error: Zoho CRM says "Invalid input for invalid
currently there is only one Consultant in my Zoho Bookings like this I integrate Zoho Bookings into Zoho SalesIQ to create a chatbot. Unfortunately, even though I only have one consultant for a consultation, the user have to pick the consultant. It will
When I give my appointments a 30 minutes time I would expect the software not to even show the End Time. But it actually makes the user pick an End Time. Did I just miss a setting?
How can I change the message that users see after they submit the booking form? I have to confirm some details before their appointment is officially "confirmed", so I want to change it where it doesn't say their appointment is "confirmed" but rather
Hi Team, I’ve set up two Workspaces to track meetings from different sources. So far, this has been working well, and the two Workspaces are differentiated without any issues. However, when I navigate to Consultations and share the link to my personal
I am trying to add a scheduled action with ZDesk using a Deluge function that sends a weekly email to specific ticket client contacts I've already verified the email address for use in ZDesk, but sendmail won't allow it in its "from:" clause. I've attached
Is there any addin support available in zoho sheet as like google marketplace to enhance productivity by connecting with other apps, providing AI data analysis, streamlining business processes, and more?
My current company is Company A LLC with a dba ("doing business as" - essentially an alias) Product Name B. Basically, Company A is the legal entity and Product Name B is what customers see, but it's all one business right now. We currently have a Zoho