My Stuff
Comments
-
Got the official response from Oracle: At this time, the feature you are requesting is not available within the NetSuite line of application services. We do have an Enhancement Request logged for this feature request and it has been updated with your account information and comments. Our Product Management team…
-
I was not able to figure out how to file a case. I got to something called Case Notification Subscription but no idea if that is the right area.
-
Unfortunately, whether I use ODBC or SuiteQl that query returns an error. I suspect I do not have access to TranLineBook. Even this simple version fails: SELECT top 5 * from TranLineBook
-
Thanks for the reminder - I will create a support case.
-
May I recommend you change the error message to say 'Payment Method cannot be specified' as opposed to telling customers to enter a Payment Method which cannot be input. (or even better would be to allow us to specify the Payment Method)
-
Sounds like you verified what I discovered earlier - even though the payment contains a Payment Method within the NetSuite UI, a GET does not return that value. On the flip side, a POST insists on specifying the Payment Method. But without the GET for guidance we don't know exactly the format it wants. Bit of a…
-
Thanks Richard. That first URL gave me an alternate format for the json fields but it had no paymentmethod specified at all and thus, not surprising, when I tried it I got the same error. However, I am now following up on your other suggestion to perform a GET on customerpayment to see what comes back on an existing…
-
Thanks Richard but I should have mentioned I am using REST not SOAP which is the subject of that article you mentioned.