Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
How to "fake" many-to-many relationships in NetSuite
I had a problem where I needed many-to-many relationships between custom records (or entities and custom records.) I work for a hosting company, and I needed to keep track of which servers a customer was hosted on, as well as which customers were hosted on a server:
[Customers]<---->[Servers]
NetSuite's built-in parent-child relationships are not well suited to this: you can either set up a 1-1 parent child relationship or you can set up a 1-to-many parent child relationship with "built-in" child fields (adding a multi-select field to the parent record that refers to the children.) Many-to-many would seem to require two separate links from the child to the parent and from the parent to the child, which would require manually keeping the data for each of the two links up-to-date every time you made a change: