Is there any way to update Project Costing Billable Flag using FBDI Template?
We have a requirement to update BillableFlag in Project Costs —> Billing —> Billable field. Also available in table pjc_exp_items_all column BILLABLE_FLAG.
I am able to do through API call:
/fscmRestApi/resources/11.13.18.05/projectCosts/{projectCostsUniqID}/action/adjustProjectCosts
From oracle doc:
Is there any way to do it through FBDI Template? Or do it in Bulk based on a report data?
We have to update 30000 records for each run of the OIC integration. Hence, wanted to know if there is any way it can be done in bulk to reduce time and help in better tracking?