create_group
Create a new account group in TallyPrime, nested under a parent group, or rename/reparent an existing one by passing oldName.
Instructions
Create a new account group in TallyPrime, nested under a parent group, or rename/reparent an existing one by passing oldName.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the group (the new name, if renaming) | |
| parent | Yes | Parent group, e.g. 'Primary', 'Current Assets' | |
| oldName | No | Existing group's current name — pass this to rename/reparent instead of creating a new group. |