Posts

Showing posts from July, 2024

Leverage Postman for Streamlined API Testing in Finance and Operations

Image
Introduction Postman is a tool for testing APIs. It lets you send requests, automate tests, and share your work with your team.  We're going to connect Postman to our Finance and Operations environment so we can test out standard or custom APIs. I've already covered automating the testing in Postman in my blog here  so once the connections are in place you'll be good to go! Pre-requisites Postman Finance and Operations Environment Configuration We'll start with creating an App Registration in Azure Portal. Go to the Azure Portal (of the same tenant of your FnO Environment). Search for "App Registration" and click on "New Registration". Add a name for your new app and click on "Register." Once it is completed, you'll be taken to the Overview of the app. Here, click on the "Add a certificate or secret" under the "Client Credentials." Add an appropriate name and select the expiration date of the certificate as necessary

CI/CD with TFS for Finance & Operations

Image
Introduction There are 100 million developers around the globe who use Git. However, if you want to work with customizations in Finance and Operations, you need to learn how to use TFS. Initially, I was frustrated and confused about this requirement, but as I learned more about how projects are structured both locally and in TFS, things started to make sense. TFS (Team Foundation Server) is Microsoft’s take on source control management, continuously released and improved since 2005. TFS keeps the source code centralized and tightly integrated with the Microsoft ecosystem. Despite the differences, if you are familiar with Git, transitioning to TFS shouldn’t be too difficult. TFS shares similar concepts with Git, such as checking in, branching, merging, version tracking, and other standard features of a source control management system. Understanding these similarities can make learning TFS easier and help you leverage its full potential in Finance and Operations projects. Pre-requisites