Type search words and press enter
Seamless e-invoicing is now at your fingertips. Check out our self-help videos.
https://help.tallysolutions.com/docs/td9rel54/td9/troubleshooting/error_code_0008.htm

error T0008: Could not find the original description of %s: %s.

Cause

This error occurs when definition is modified with #, but the original description of it, does not exist.

Solution

Ensure that the original description exists or check whether # is used in the definition name by mistake.

Example

[#Field: NaemField]

Width: 10 mms

In the above example the field NaemField is modified with #, but its original description doesn't exist. Hence the error message error T0008: Could not find the original description for Field - NaemField appears.

Since the definition name was misspelt, the code is corrected as shown below:

[#Field: NameField]

Width: 10 mms