How to install created custom pages to the system? (How to hide the source code?)

Hello,

I created my custom pages along with (custom) main entities, tabs, lists etc. Now, how can i officially publish/build/implement these pages to the system so that the user of the system will be not able to see the source code of the pages i created? In other words, is it possible to hide these pages (C:\Program Files (x86)\Sage\CRM\CRM\WWWRoot\CustomPages) or is it possible to create a custom installation file/setup that will automatically include these pages in the main CRM system?

If its possible how can i do it?

Any comments or suggestions are welcome. Thank you.

  • 0

    Hello Michal

    Are you trying to hide the code written in the custom pages(server side code that contains Sage CRM COM API) ? If so I would recommend you to use some ASP Source code protection tools or rewrite your code in .NET using Sage CRM .NET API which provides the ability to compile the code and store it as a binary. Hope this helps

    Regards

    Kannan