September 2017
Beginner to intermediate
562 pages
13h 46m
English
The first step of the development process is conceptualizing the solution. You must understand the problem that you are trying to solve. At this stage, you need to identify the where and the what—where in the standard flow you need to add your code, and what code can be reused from the standard one. Remember Finance and Operations provides numerous application frameworks and patterns that can be reused when developing any new functionality or extending any existing functionalities. If you do not understand the existing application pattern and frameworks, you may create a functionality that was not necessary, or one that already exists in the application.
While working with the customization requests, there are typically ...