My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
I guess that I just solved part of my own problem haha. I was able to set a specific value from its options to that custom field!! :D Here is the code for it: [PHP] //Define which option I want to choose from the custom list "Projects" directly //in this case, id 35 means the option "Marketing" $custSelectValue = new…
-
How can I fix this SOAP error, please! I am using the sample for the getSelectValue found at: https://system.netsuite.com/app/help...head_N27161241 But, I am getting a error from SOAP now saying that there is no getSelectValue operation available, bellow is the error complete: [PHP] Fatal error: Uncaught SoapFault…