Hi everyone.
We have come up with this issue when trying to change a caption in a standard field in table Item.
we are trying to change the description field on the itam table using this extension:
tableextension 65099 ESEItemCaptionTest extends "Item"
{
fields
{
modify(Description)
{
Caption = 'NewDescription';
}
}
}
this does not seem to work. When running the BC instance, this caption is still 'Description'. I checked out page 'Item List' and 'Item Card', where BC gets the caption from the table field.
our workaround is to add extensions for the page, But then we have to do lots of changes.
Does anyone have a idea on how to do this?
Best regards
Glenn