Hi everyone,
I wanted to get some feedback from those more versed with AX than I on a topic. We follow best practices to deploy code to production of course. But occasionally we'll need to write a small job to update a table record some one reason or another. These jobs we currently also package up with our deployment. I was curious if moving jobs to production requires the same strict adherence to process as, say, modifying a form or class? Let's assume the job is fully tested and is not invasive. An example, it interrogates the UserInfo table and writes data out to a text file.
Thank you in advance for any feedback provided.