Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Intelligent Payment Automation, powered by BILL (aka Bill.com), lets you automate payments, manage vendor details, and bank account information within NetSuite.
The SuiteApp is available to organizations based in the U.S. with a valid U.S. address, or to global customers (except Canada, China, and Japan) with U.S. business subsidiaries. It only supports payments to vendors operating in the United States.
For more information, visit this thread.
PHP Toolkit 2012_2 CustomerSearchAdvanced
Using the new PHP Toolkit 2012_2 (not the old one) with CustomerSearchAdvanced I get a list of empty fields with each customer record ala:
[searchRowList] => SearchRowList Object
(
[searchRow] => Array
(
[0] => CustomerSearchRow Object
(
[basic] => CustomerSearchRowBasic Object
(
[accountNumber] =>
[address] =>
[address1] =>
[address2] =>
[address3] =>
[addressee] =>
[addressInternalId] =>
[addressLabel] =>
[addressPhone] =>
[altContact] =>
[altEmail] =>
[altName] =>
Just a sample - it continues through the whole record just showing values for the columns I specified in $search->columns.
Is this a know bug or am I doing something wrong (the old toolkit just brings back the columns I asked for)? I could do without all the duplicated data slowing things down even further!