Is it possible to enable modification ability on the Page of a solution kit project
0
I have a solution kit project, and I have a standard page that will show some information on that page, now I export the solution package to my customer, my customer is able to run the application, but he is not able to see the page, now I want to allow the customer able to see the page and do some modification on the page, for example to allow him to add a new field on the page to show additional information, how can I achieve this?
asked
Ryan Ge
1 answers
0
Hi Ryan,
Probably your page is in a protected module or not exposed. What you could do is at a snippet to the page, and put the snippet in a extension module so your customer is able to see and adjust it. Then they can customize that snippet, which will allow them to add new information to the page.