My Stuff
Comments
-
Hi @Richard James Uri-Oracle , Sorry, for the late response. The SOAP web services feature is enabled. Yes, the request returns the list of credit memos. Then using these IDs from this list we try to retrieve those Credit Memos.
-
We cannot provide a screenshot. Our application allows us to send payments and credits in Netsuite. Scenario: A customer makes a payment of $200 and applies it to an invoice for $1000. The customer also uses credit to fully close the invoice. On our application, this is one transaction. In what order should we send the…
-
Hi, Many thanks for the answer, it's really what I need. I have one more question: Is it possible to retrieve via SOAP web services some "Custom Record" using internal_ID? If yes, could you please provide me an example of such a SOAP request?
-
Hi Nicole, Your example works. But it is not preferable for us, unfortunately (( We wanted to receive in the response one line == one item. The Client doesn't want to make any changes on UI, and it is a big risk for us to make changes on the Back-End side.
-
@Nicole Mendoza-Oracle Hi Nicole, I used your example, but I have some questions. Here is my example of the invoice with invoice items. To receive the invoice and invoice item, I used the following request: And I received the following response: But, as you see, instead of the one invoice item, I received 4 lines: How to…
-
Hi Nicole, Thank you for your response. I have some questions. For example, I have the invoice: Using your example, I want to receive the response with the fields that I highlighted in red. So, I mean I want to receive the full information about the Invoice Items (not only the Item ID). Could you provide an example of the…
-
Hi @Mikko De La Fuente-Oracle , My scenario works on the UI in the right way. Using SOAP no, also when I'm sending all arguments (same as I'm using on the UI). In case I exclude the payment field in the SOAP Request it works correctly but this is a bad way because if the customer wants to pay 2000$ where 500$ will be…
-
@Mikko De La Fuente-Oracle Hi, It didn't help. Example: Invoice: Then we are doing payment (with apply and applyDate): Result: But should be closed, as payment was 10000 and discount 132500 - 142500 in total. No workflows or scripts. Do you know what can be the reason?
-
Hi @Mikko De La Fuente-Oracle Could you please tell me, how I can add apply option? In CustomerPaymentApply I don't see apply option:
-
@Mikko De La Fuente-Oracle , I didn't try to do it. We use the request I presented above. Could you please check which fields we should send additionally so that NetSuite will be able to calculate correctly?
-
Team, did you check my case?
-
@Mikko De La Fuente-Oracle could you check why when the same case I make in NetSuite, the result is as expected. But once I repeated the same case via API, the result is incorrect.
-
When I create the same case in NetSuite the Invoice paid amount and Invoice discount is correct.
-
Team, Did you check my question?
-
Could you clarify the status of this enhancement request? I don't have the access to check it. # 667556 - Web Services > Customer > Expose Group Invoices field
-
@Mikko De La Fuente-Oracle Could you clarify the status of this enhancement request? I don't have the access to check it. # 667556 - Web Services > Customer > Expose Group Invoices field
-
Team, Could you help me with this question?
-
@Mikko De La Fuente-Oracle For us, it is very essential to receive in which Invoice Group the Invoice is. I cannot find how to receive this.
-
@Mikko De La Fuente-Oracle In the previous post, you answered that now Web-Service doesn't return Invoices from the Invoice Group and it is an enhancement. But maybe we can receive information from the Invoice? I mean do Invoices include information on which groups they are?
-
Team, Could you help me with this question?
-
Thank you!
-
Or maybe the Customer can create the advance search filter to filter invoices with groups. And we can receive the result via API. But I didn't do it earlier. If it is possible, could you explain how to do it?
-
Could you clarify when this field will be displayed in the web service?
-
What is the timeline for the implementation of this improvement?
-
I think it is not a good practice to make any calculations with source data. So, for us essentially to receive calculated data from NetSuite.
-
Team, Do you have any updates?
-
Could you help me with this question?
-
Could you please clarify, can the Invoice subsidiary differ from the Invoice Group subsidiary? For example, I have the Invoice Group with 5 invoices. Can their subsidiaries differ from the Invoice Group subsidiary?
-
Hi, Many thanks!)
-
Hi team! Many thanks! Your answer really helped me! I have one more question: Is this possible to retrieve the default AR Account (Setup>Accounting>Preferences>Accounting Preferences>Items/Transactions>Default Receivables Account) using API? (not for the customer and not for the invoice just general)