My Stuff
Comments
-
Hi @Harikrishnan N, what' do you mean custom approval ya? Isn't Transfer Order have the REJECTED status? How to check which workflow being affecting the UI? @Richard James Uri-Oracle, I'm confuse why does Transfer Order REJECTED status not able to set like purchase order and need to use custom workflow? Any reason behind…
-
Hi, thanks for the reply. May I know what's the operation did Reject button do in UI for Transfer Order?
-
Hi @Jervin Nicholas Teopengco-Oracle , Do you mean I query the accountline using https://<account>.suitetalk.api.netsuite.com/services/rest/record/v1/itemFulfillment/<id>/item with `q`? Edit: I can query with SELECT TransactionLine.* FROM TransactionLine INNER JOIN TransactionAccountingLine ON (TransactionLine.id =…
-
The issue is not about orderLine , it just used to identify which row of item should the item receipt need to be updated. The problem is when you transform the TO to Item receipt, it will create the item list based on latest fulfillment like the example I mentioned which is not what I expected. Probably only two way to do…
-
Hi, yes, after the PO reject, the user will able to resubmit in our system. But when I tried update the status to "pending approval", even though the status have been changed, the UI in netsuite still require user to click "resubmit for approval" like the picture I posted to proceed approval workflow
-
But how to bypass the resubmit to approval using REST API? even though i update the status to pending approval, user still need to click resubmit to approval in netsuite to proceed?
-
It works now. Need the query replace
-
Hi, it turns out I use SuiteScript to archive the expected outcome instead. For your information, the orderLine will always be 3, 6, 9, etc., when I tested with SuiteScript. By the way, I think the reason the REST API isn't working is that I can't select the fulfillment I need. When transforming a TO to a receipt, it…
-
Does Custom Transaction Line Fields able to replace orderLine?