Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
display custom record on multiple subtab(s)
Hi,
For a transportation company I have defined various routes.
For example:
route1 = MIA - ORL - MIA
route2 = MIA - JKSVL - ATL - JKSVL - MIA.
Each route consists of two or more legs.
For example:
route1: leg1 = MIA-ORL, leg2 = ORL-MIA
route2: leg1 = MIA-JKSVL, leg2 = JKSVL-ATL, leg3 = ATL-JKSVL, leg4 = JKSVL-MIA
For each leg I need to keep track of some information.
So I've created a custom record called "TransportDetails" which has fields/labels: Leg, DepartureDateTime, ArrivalDateTime, Fuel upon Departure,
Fuel upon Arrival, Cargo Load Factor, that sort of thing.
On a daily basis, I need to be able to specify these transport details for each leg of a particular route.
0