Monday, May 12, 2025
1 change · saas-18.2
Enhancements to existing features
Indian e-invoicing now excludes optional fields that fail validation, such as incorrectly formatted email addresses, before sending data to the government e-invoice system. Users are informed about any skipped invalid details in the document chatter, helping them correct data without blocking valid submissions.
Original PR description
Previously, all available data was sent to the E-Invoice system, even if some fields contained incorrect values. However, certain fields (e.g., email) have validation but are not required. **After this commit:** - Before generating the final JSON, only correctly validated fields are included. - Ensured that incorrect or improperly formatted data does not get sent. - Invalid optional fields are now logged in the chatter with error message.  task-4594234