Tag: NetSuite Multi Select

  • Get Multi Select Field In NetSuite SuiteQL

    Get Multi Select Field In NetSuite SuiteQL

    NetSuite automatically generates a hidden ‘mapping’ table for every multiple-select field. This table establishes a many-to-many relationship between two tables. It contains only two fields: This table establishes a many-to-many relationship between two tables. The table name follows the format: map_XXX_YYY, where: NetSuite Multiple Field SQL Lookup Syntax The original query retrieves the application name,…