AX – X++ – Creating and revising the Project Budget from Project Forecasts in D365

With the following code we can able to import the project budget and revising too MenuItemName actionName; MenuFunction menuFunction; Args args = new args(); IProjBudgetGridUpdatable projBudgetGridUpdatable; ProjBudget projBudget,ProjBudgetWFStatus,projBudgetRec; ProjBudgetLine projBudgetLine,PBL; projBudgetRevision projBudgetRevision; projBudgetRevisionLine projBudgetRevisionLine; ProjBudgetAllocationLine projBudgetAllocationLine; ForecastModelId defaultModelIdForForecastImport; FormDataSource projBudget_ds,ProjBudgetLineRevenue_ds,ProjBudgetLineCost_ds; ProjBudgetImportBatch projBudgetImportBatch = new ProjBudgetImportBatch(); args = new Args(); actionName = menuitemActionStr(projBudgetImportBatch); ttsbegin; projbudget::findOrCreateProjectBudget("HH"); Select … Continue reading AX – X++ – Creating and revising the Project Budget from Project Forecasts in D365

Creating and revising the Project Budget from Project Forecasts in D365FFO – AX – X++

With the following code we can able to import the project budget and revising too MenuItemName actionName; MenuFunction menuFunction; Args args = new args(); IProjBudgetGridUpdatable projBudgetGridUpdatable; ProjBudget projBudget,ProjBudgetWFStatus,projBudgetRec; ProjBudgetLine projBudgetLine,PBL; projBudgetRevision projBudgetRevision; projBudgetRevisionLine projBudgetRevisionLine; ProjBudgetAllocationLine projBudgetAllocationLine; ForecastModelId defaultModelIdForForecastImport; FormDataSource projBudget_ds,ProjBudgetLineRevenue_ds,ProjBudgetLineCost_ds; ProjBudgetImportBatch projBudgetImportBatch = new ProjBudgetImportBatch(); args = new Args(); actionName = menuitemActionStr(projBudgetImportBatch); ttsbegin; projbudget::findOrCreateProjectBudget("HH"); Select … Continue reading Creating and revising the Project Budget from Project Forecasts in D365FFO – AX – X++