Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Newbie confusion
I'm not very well understanding the structure of NetSuite...
When I log on to the NetSuite web page, and browse around the CRM interface, I can access financial information about a customer, and see open invoices, open balance, etc..
I'm trying to access that information via C# and SuiteTalk, but having a few problems:
1. The customer.balance property(ies) don't tie out to the online interface (they're usually all 0.00).
2. I'm wondering if the balance is calculated in realtime by adding up open invoices.. no dice there, either. I get totals, but they don't match up to the online interface.
3. I'm wondering if the totals match up to the sum of the invoice items.. but I can't seem to figure out how to get down into the invoice's line items.