Hi everyone,
I'm new in Business central development. Need ur help regarding table creation in business central.
I'd created master / child tables for GL entry with defining VoucherNo as PK and foreign key in Master / Child tables and designed the pages accordingly.
When entering the data in /ListPart/, i get error /Text type of key field cannot be automatically split/.
Can anybody help in this regard.
Thanks
GUlbaz
Data Type of Voucher No is
field(1; VoucherNo; Text[15])
{
DataClassification = ToBeClassified;
TableRelation = /GB Voucher Master/.VoucherNo;
}