Warning: Undefined variable $result in /var/www/html/tallyweb/modules/pss/crm/kb/search/CKBTallyHelpSearchM.php on line 1103
warning T0010: The value of the attribute '%s' is empty.
Type search words and press enter
"Use Edit Log for transactions/masters, and digital signature for invoices/reports with Release 2.1. Download NOW!"
https://help.tallysolutions.com/docs/td9rel54/td9/troubleshooting/warning_code_0010.htm

warning T0010: The value of the attribute '%s' is empty.

Cause

This warning occurs when value is not specified for an attribute where the value specification is not mandatory. %s - attribute name.

Solution

Provide the sub-attributes or remove the line of code if not required.

Example

[#Menu: Gateway Of Tally]

Add: Item: "MyReport": Display: MyReport

[Report: MyReport]

Use   : Balance Sheet

Form  :

In the above example, the value is not specified for the sub-attribute Form. Hence the message, warning T0010: The value of the attribute 'Form:' is empty.

The code is corrected by removing the attribute Form:

[#Menu: Gateway Of Tally]

Add: Item: "MyReport": Display: MyReport

[Report: MyReport]

Use   : Balance Sheet