Good Morning dear community
This is really a random question based on the fact I have not technical knowledge of how D365 code development complicated is.
In AX 2009 or AX 2012 this would be a straight forward integration via customized class.
Essentially, given a a file with pb, date, time , quantity , the import should import planned batch orders in a specific plan ideally a forecast plan .
Now, I don't want to start a debate as of why we would not use the MRP , this is a pure technical question and I would appreciate if anyone has already done this before.
There is a standard data entity available called Planned orders but is read only , so assume by STD , Microsoft does not want us to import an RCCP in D365.
Cheers
Hello Alessandro,
If the entity is read only it is meant only for export.
There is nothing which stops you from creating a custom entity. You can start from the copy of the standard entity and customize it
docs.microsoft.com/.../build-consuming-data-entities
Kind regards