How to hide our code base in Dynamics Ax

Hello All,

Hope this week is going great for everyone so far

I have a question.

How to hide entire code of a particular custom project developed in Dynamics AX.

Lot of times on client side too, we deploy our code from an XPO.

Is there a way to hide our code?

Please advice.

Thanks,

Shankar Iyer

You could use an obfuscator such as AXprotect. Nevertheless don’t forget that it’s going to complicate quite a few things, e.g. debugging.

Also deploying through .xpo files isn’t good practice.

Thanks Martin for your reply.

Is there any best practice we should follow while using AXprotect?

Regards,

Shankar Iyer

Sorry, I don’t have any other advice for you. I don’t use any obfuscator.