Before I go to support has anyone worked with setting the Pages.PageX.Skip property within a Kinetic Configurator to skip a page? In classic this works fine as part of a page on leave statement, the page gets skipped.
Pages.Page4.Skip = true;
In Kinetic if I do an immediate MessageBox after setting it shows as false and the page doesn’t get skipped.
(I am working on a configurator that was Classic and has been converted to Kinetic via the Configurator Entry page of checking the design in application studio checkbox so other things could a foot)
I am guessing page options are not currently functioning properly in Kinietic configurator. We are on 2023.1.7 in test. I don’t even have it as an option I can define see image below. Red is c-sharp options in classic and green is Kinetic.
The Async nature of Kinetic makes the configurator behave oddly at times, the use of the await is pretty much a given
I just tried using the Skip if all inputs are disabled or invisible. I have one checkbox on Page 2, 3, and 4 that I set read only based on the checkbox on Page 1. While the checkbox on page 2 is read only the page is not skipped.
I think I have tried enough things that a support ticket is in order.
I’ll still open a ticket but using a forgotten method I can skip to whatever page I want