One deduction or exemption claim on a TaxDeclaration, identified by its SectionCode and carrying both what the employee declared and what the verifier allowed. Lines are only read at all when the parent declaration's status is Verified or Approved. The platform defines a per-line lifecycle vocabulary (Declared, Submitted, Verified, Rejected, ResubmissionRequired) but this entity has no status field to hold it, so per-line verification cannot currently be recorded — verification is a header-level decision.
Fields
| Field | Label | Type | Required | What it does |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
DeclaredAmount | Declared Amount | Currency | | What the employee claimed. It is used only as the fallback when VerifiedAmount is blank, and only once the parent declaration reaches Verified or Approved — a declared amount on a Draft or Submitted declaration reduces nothing. |
Description | Description | Text | | Free-text note about the specific investment or payment claimed (policy number, lender, institution). Not read by the tax computation; it exists for the verifier and for the proof audit trail. |
Id | Id | Guid | Yes | |
Label | Label | Text | | |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
Name | Name | Text, unique | Yes | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
PartnerAccountId | Partner Account | Lookup → Account | | |
RecordTypeId | Record Type | Guid, hidden | | |
SectionCode | Section Code | Text | | The deduction section claimed, matched case-insensitively against a TaxDeductionSection master for the same financial year and company. |
TaxDeclarationId | Tax Declaration | Lookup → TaxDeclaration | | The parent declaration, and the only route to the employee, financial year and status — a line carries none of those itself, which is why the computation reaches the employee through this link and applies the header's status gate to every line. |
UIProps | UI Props | Text | | |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
VerifiedAmount | Verified Amount | Currency | | What the verifier allowed after checking proof, and the figure the computation prefers. |
Actions
| Action | Label | Type | What it does |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
Delete | Delete | Delete | Delete this TaxDeclarationLine. |
Edit | Edit | Edit | Edit this TaxDeclarationLine. |
New | New | New | Create a TaxDeclarationLine. |
NewInLine | New | NewInline | New |
View | View | View | View this TaxDeclarationLine. |