create_godown
Create a new godown or sub-location in TallyPrime to prevent 'Godown does not exist' errors on vouchers. Specify a parent godown to nest the location under an existing warehouse.
Instructions
Create a new Godown/Location in TallyPrime, optionally nested under a parent godown (e.g. a sub-location under a main warehouse). Required before referencing a godown that doesn't exist yet on an invoice/voucher line — those fail with 'Godown does not exist!' otherwise. Pass the parent's plain name, not a dotted path (confirmed live: 'MAIN LOCATION.DUBAI' is invalid, 'MAIN LOCATION' as parent + 'DUBAI' as name is correct).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new godown | |
| parent | No | Parent godown name, if nesting under an existing one. Omit for a top-level godown. |