Hi Everyone,
I have a tableextension for the item table.
I can't find a way to set the InitValue for a existing field.
See below.
tableextension 50015 BCItem extends Item
{
fields
{
modify("Inventory Value Zero"){
InitValue=true;
}
}
}
Above doesn't work with the intellisense saying "The property 'InitValue' cannot be customizedAL(AL0246)"
Appreciate your help
Thanks