Release Notes for TallyPrime Developer Release 7 | What’s New in TDL Release 7.1 Product Improvements TallyPrime Developer Release 7.1 – Highlights: New Features and Enhancements TallyPrime Default TDL TallyPrime Developer Release 7.1 updates the default TDL code with support for Template-Based Invoice Customization, Text Wrapping, and OAuth-based Email Authentication. These enhancements […]
Enable Text Wrapping Using TDL Text Wrapping capabilities introduced in Release 7.1 improve the readability of lengthy text in reports, invoices, and data entry screens. Developers can control how text wraps, the number of lines displayed, and the columns where wrapping is applied. Text Wrapping is supported at both Collection and Field levels. […]
Guidelines for Template-based Invoice Customisation This document provides end-to-end guidance for Solution Partners and developers to effectively implement invoice customisation using the template-based approach. Traditionally, invoice customisation in TallyPrime involved building complete invoice formats using TDL, often recreating layouts separately for each customer. This approach required significant effort and offered limited reuse. TallyPrime […]
Capabilities for Template-based Invoice Customisation Template-Based Invoice Customisation enables developers to create and customise invoice templates by controlling the appearance, layout, and behaviour of Forms, Parts, Lines, Fields, and Collections. The following capabilities are available in Release 7.1. Form Attributes Color The Color attribute allows you to define the font color for the […]
Capabilities for Email OAuth Integration Release 7.1 introduces OAuth-based email authentication, enabling developers to securely send emails without using app passwords. The following function and system variable simplify OAuth provider selection and authentication. Function: $$SetOAuthProviderFromEmailId $$SetOAuthProviderFromEmailId automatically determines the OAuth provider based on the sender email address and updates SVOAuthProvider . Syntax $$SetOAuthProviderFromEmailId […]