SuiteCloud / Customization

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!
Update your Profile with your Support type to get your Support Type badge.
Don't miss out on our Pop Quiz You only have until April 11, 2025, 3:00 PM ET to comment your answers and earn rewards! Click here for more details.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Make Your Voice Heard: What Tech & ERP Topics Should We Explore in our Next Webinar?? We’re all ears! Vote now, and the poll runs until January. Poll for ERP | Poll for Tech.
Uncover the power of data with the Analytics Hub —your ultimate guide to mastering NetSuite Saved Searches and Reports. Simplify the complex and unlock your organization's true potential. Dive into the Analytics Hub now and soar to new heights!
Upcoming Outage in Bank Feeds SuiteApp April 13-14

Our service partner for bank feeds integration in U.S. and Canada will undergo four (4) hours of planned maintenance on April 13 - 14, 2025.

Please be advised that our authorized Account Information Service Provider for the NetSuite Bank Feeds SuiteApp will undergo approximately four hours planned outage. Standard maintenance will take place to perform a database upgrade.
The schedule of the planned outage is on Sunday, 13 April 2025, from 11:00 p.m. Pacific Daylight Time (UTC – 7) to 3:00 a.m. Pacific Daylight Time (UTC – 7), Monday, 14 April 2025.

During the maintenance window, all connections and import requests to your financial institutions in the United States and Canada through the Bank Feeds SuiteApp will be unavailable. If you try to connect a new U.S. or Canada financial institution to NetSuite or manually initiate an import request, you will receive an error message.

To view the most recent bank feeds maintenance schedule, see Bank Feeds SuiteApp Maintenance Schedule, SuiteAnswers ID 94347.

Bug With nlobjSearchColumn and fields with same name

edited Dec 2, 2019 5:45PM in SuiteCloud / Customization 3 comments

I am in the process of writing a script to return a customers last transaction. As part of the Transaction there are two child records being included, 'item' and a custom record 'custrecord1' which is joined by field 'custbody2'.
as part of the columns required in the return I need the interalid for both 'item' and 'custrecord1'. However which ever records field 'internalid' is added last, that is the once that is returned.

Here are two code samples and data returned. Key Fields are Bolden

Sample A:
var columns = new Array(  new nlobjSearchColumn("tranid",null),  new nlobjSearchColumn("trandate",null, null),  new nlobjSearchColumn("custbody7"),  new nlobjSearchColumn("memo"),    // Fields for custrecord1  <strong>new nlobjSearchColumn("internalid","custbody2", null),</strong>  new nlobjSearchColumn("name","custbody2", null),  new nlobjSearchColumn("custrecord27","custbody2", null),    // Item Fields  new nlobjSearchColumn("itemid","item", null),  <strong>new nlobjSearchColumn("internalid", "item", null),</strong>  new nlobjSearchColumn("class","item"),  new nlobjSearchColumn("custitem_itemtype","item")  );

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!

Leaderboard

Community Whiz

Quarter 2 (Apr-Jun 2025)

This Week's Leaders

Loading

More...

This Month's Leaders

Loading

More...

All Time Leaders

Loading

More...