Hi I’m under training with NetSuite and they gave ...
# accounting
g
Hi I’m under training with NetSuite and they gave me this as assignment. Can anyone explain further the scenario and where do I go from there? Thanks
t
If that is on the same record you've based your saved search on, it doesn't need a join
m
Also why use 3 separate formulas? Why not just use TO_CHAR({trandate}, 'YYYY-MM-DD')?
but yes assuming startship date is on your purchase order there is no need to add the purchaseorder. at the front of your field ID's
Just use TO_CHAR({custbody_startship},'YYYY-MM-DD')
g
@Tristan Day thanks I’ll check about join. I havent learned about it at this point in my training. Im just confused with whole scenario here, how does one build PO report by exporting file? Sorry no prior netsuite experience
@MGBC thanks for the tips ill test those out