Hi Experts,
I have created app for business central i have assisted setup wizard page it working properly and i add to the assisted setup record on my app install.
Now i want to add my assisted page to assisted setup to assisted setup through XML.
the below code i tried but my assisted page is not inserting to assisted setup.
<?xml version="1.0" encoding="utf-8"?> <ExportedData> <DLXSetupWizardCollection> <DLXSetupWizard> <PageID>65019</PageID> <AssistedSetupPageID>65019</AssistedSetupPageID> <Name>ArifKhan</Name> <Order>65019</Order> <Visible>true</Visible> <ItemType>SetupandHelp</ItemType> <Parent>0</Parent> <Status>NotStarted</Status> <Featured>FALSE</Featured> </DLXSetupWizard> </DLXSetupWizardCollection> </ExportedData>
Any Soluction ??
*This post is locked for comments