tmilburn
27th March 2003, 19:09
We have an external configuration tool that generates a unique product code and Bom from options entered. This spits out a flat text file in any format that we want detailing the product code, description & variant Bom. Any ideas how we can get this info into BaaN for assembly. Currently we have to manually alter the boms for each sales order placed which is open to human error.

Thanks Tony
:confused:

benito
27th March 2003, 23:37
I would suggest a custom session that reads the flat file and populate the BOM table.

nick_rogers
28th March 2003, 22:02
other than a custom session :

1) use exchange
2) call a Baan DLL (if one exists for BOM's) with each record
3) use a BOI (if one exists for BOM's) with each record
4) use AFS with each record