Minha área
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
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.
Comentários
-
Here are more details: POST customerPayment transaction. I get the error message: {"type":https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.1,"title":"Bad Request","status":400,"o:errorDetails":[{"detail":"Error while accessing a resource. Please enter value(s) for: Payment Method, Check…
-
If it helps anyone, I was able to successfully submit a payment after turning on the Check box in Setup → Company → Enable Features → Transactions ✔ Payment Instruments This allows you to submit the customerPayments.paymentOption field. But it does not correctly assign the configured PaymentMethods to the payment. it…
-
WHAT? why? PaymentMethod is required
-
I am having the same error . the original requester is not trying to CHANGE the payment method, they are trying to Post a Payment with the customerPayment REST POST method. I get this error: Error while accessing a resource. Please enter value(s) for: Payment Method, Check #. I see that check # is TranId, and I am…
-
OMG… I have been working with Netsuite saved Searches for 9 years, and this was such a rookie mistake. Sorry yall. I was re-using code and ran a "TransactionSearchAdvanced" instead of a "ContactSearchAdvanced". it works now!!!