We are trying to inserting records in ForecastSales table using using an AIF-service that we built by our self.
The service gets triggered and a record is inserted in the ForecastSales table, however some fields are not populated. Are you supposed to write code to trigger business logic (code) to have all required fields updated, or should the AIF to that automatically? When I insert a record manually in the table some fileds are updated, so I hoped the create method in the AIF service replicated a manual insert.
Thanks in advance.
*This post is locked for comments