Hi,
after on premise upgrade to BC version 23.5 we find out that one custom made page is not editable in personalize mode. Personalization on other custom pages works fine..
What is even more weird is that personalization worded on this page on version 17.5. I have tested this since we have backup of customers db..
Page attributes
Caption = 'Sales List', Comment = 'CSY="Přehled prodeje Eshop"';
CardPageId = "Sales Order";
DataCaptionFields = "Document Type";
Editable = false;
PageType = List;
SourceTable = "Sales Header";
SourceTableView = sorting("Sell-to Customer No.", "External Document No.")
order(descending)
where("From Eshop SSC" = filter(true));
description :
You can not move fields (no red triangle appear when you move cursor to a field. Also you can not add new fields.
But moving actions in menu works fine (red triangle)..
Do you have any ideas what could cause the issue ?
i have tried tu upgrade to v 24.5 and its still not personalisable..
Thank you