I have to develop with AL in production mode because I have a dependency on a third-party extension that can only be installed in production because of licensing reasons, not accesible in SandBox. This extension creates fields in a table through a table extension that I need to access in order to create triggers and monitor changes in those fields. How can I develop in production and have access to fields?
As of now, there is no way. The production environment does not support direct publishing extension and Debug, so it cannot be used for development in the production environment.
And I don't know what license control method is used for the extension you mentioned. The only way is to copy it to Sandbox as mentioned by gdrenteria.
Hi, maybe you can copy this environment in a sandbox, and here you can develop it by setting this dependency in the json file.
Saludos
Gerardo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.