
I upgraded a french 2009 database to 2018 CU5
All seems fine, but when i launch the page 9171 i have the error
"the option identifier scope::system is not valid"
I created a page on table "All Profile" (hidden table 2000000178) and i see that the options values for 'Scope' are "Système" and "Abonné"
If i create the same page on a fresh cronus (french version), i see that the options values are "System" and "Tenant"
So during the conversion/update to 2018, the options for the tables were not well created
And as 2000000178 is a hidden table, i can't modify options in dev environnement ...
I have done 2 update (2009->2018 CU5 and 2009->2018 CU4), and the issue occurs the two times.
How can i fix it ?
Seems to be related to https://community.dynamics.com/nav/f/34/t/267533, but it don't give me a solution ...
*This post is locked for comments
I have the same question (0)Hi, same problem here after NAV 2009 upgrade with Italian localization.
It's due to "Enabled" Actions properties on both page 9170 and 9171, and OneNote group on page 9170.
I have changed the Enabled properties "Scope = Scope::System" to "Scope = 0" (or better with a new boolean variable and a C/AL code line) and it works so far.
Regards