Type search words and press enter
Check your pre-qualified business loan offer in TallyCapital with a single click! Based on your financial data, get a tentative offer and apply for a business loan in TallyPrime!
https://help.tallysolutions.com/docs/td9rel54/td9/troubleshooting/error_code_0007.htm

error T0007: The description name contains invalid characters.

Cause

This error occurs when a definition is described with a name containing invalid characters.

Solution

Definition names must abide by the rules.

It should start with alphabet or underscore.

It can have alphabets, numbers, underscores, and spaces.

Example

[Field: @MyField]

Set as: "Tally Solutions"

In the above field definition, the name of the definition starts with @ symbol, which is an invalid character for a definition name. Hence the message error T0007: The description name contains invalid characters. appears.

To correct the code remove the symbol @ from the definition name

[Field: MyField]

Set as: "Tally Solutions"