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_0014.htm

error T0014: The attribute '%s' is not valid for the description '%s'.

Cause

This error occurs when an invalid attribute(%s) is used in a definition(%s).

Solution

Check for spelling mistakes and use the correct attribute.

Example

[System: Variables]

Variable : MyVar

[Variable: MyVar]

Type     : Logical

Defaults : Yes

In the above code, the attribute Defaults is not a valid attribute for the definition variable. So the message error T0014: The attribute 'Defaults' is not valid for the description 'Variable'. appears.

The code is corrected by changing the attribute name Defaults to Default .

[System: Variables]

Variable: MyVar

[Variable: MyVar]

Type    : Logical

Default : Yes