Hi, I have item fulfillment report in netsuite, t...
# general
p
Hi, I have item fulfillment report in netsuite, the orders with kits are also creating another line item with the items that make up that kit. how can i get report with only kit, but not the kit items. I've attached my current criteria below.
b
usually you want main line false
although im not sure if your system notes filters work on non mainlines
p
Hi @battk , I've tried that. but it still doesn't solve the issue.
b
you can try adding a filter so that only items that have the proper applied to link type
add a filter where the
Applied To Link Type
is
Receipt/Fulfillment
alternatively you can add a filter excluding lines where the
Applied To Link Tyoe
is
Kit Shipment
p
it worked... thanks a billion 🙂
b
which one
p
first one
Receipt/Fulfillment...
@battk you seemed to be a master at netsuite. I'm just a beginner at this although i've a php background can you guide me what tutorials and books i should use to become a master.
b
im approximately what 6 years experience of netsuite customization looks like. I cant really give you advice on tutorials or books, i never read any. If you want netsuite's formal guidelines, you can check out https://netsuite.custhelp.com/app/answers/detail/a_id/46388/kw/SAFE. It generally gives guidelines on what NetSuite thinks are good customizations.
in general, a lot of the questions i answer ive seen before
if you are doing anything suitecloud related, i recommend reading the corresponding help guide. Its how i know the general capabilities of suitecloud customizations
p
thanks