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!
Powershell and Netsuite web services
Does anyone have any samples of using Powershell to read and update NetSuite via web services?
I can get connected via $webserviceproxy = New-WebServiceProxy -Uri 'https://webservices.netsuite.com/wsdl/v2012_2_0/netsuite.wsdl' and even get a response back using $webserviceproxy | Get-Member but can't figure out how to set the passport values.
Any guesses on how to set the passport values? I have tried $webserviceproxy.passport.email = "myemail@abd.com" but I keep getting "Property 'email' cannot be found on this object; make sure it exists and is settable."
Here is s snip of what I get back from the Get-Member command: