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/warning_code_0023.htm

warning T0023:Unused description %s %s - %s

Cause

This warning occurs when the definition is not used in the code.

Solution

Remove the code if it is not used as part of code clean up. If the definition is used dynamically somewhere, specify the same with the help of pre-processor directive InUse.

Example

[Field: MyField]

In the code snippet, the field MyField is not used in the code. Hence the warning warning T0023: Unused description Field - MyField appears .