28
Points
Questions
1
Answers
5
-
On intercompany you can only change line amount, try to lock the record after it is billed?
- 411 views
- 1 answers
- 0 votes
-
I would proposed to check DSI Globel they have good WMS solution and can create add-ons if you require. NetSuite WMS is for simple flows.
- 525 views
- 2 answers
- 0 votes
-
This is not possible tested on my customers side and it is all mandatory. Check if the users are having a hided inventory detail on their form.
- 862 views
- 2 answers
- 0 votes
-
Hi
You can create a saved search and check when records are created / updated with a mail with to send it. Also but in the criteria that percentage complete has to be 100%.
Kind Regards
VM
- 724 views
- 1 answers
- 0 votes
-
Can you try to change:
- <#if transaction.total != ‘0.00’ >
TO
- <#if “${transaction.total }” != “0.00”> try also if it is not working single quotes or 0 instead 0.00
- 928 views
- 1 answers
- 0 votes