Message 1 of 4
BOM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using this code to export bom and it is working good. But here is question. Is it possible to exclude purchased parts from bom?
fileName=ThisDoc.PathAndFileName(False)&".csv"
ThisBOM.Export("Parts Only", fileName&".csv", kTextFileCommaDelimitedFormat)