-
can anyone help me delete number of bins which are currently sitting idle and / marked not preferred. some of …
- 509 views
- 1 answers
- 0 votes
-
Hi all, Is there a way to delete an inventory item? I incorrectly set a new one up as a …
- 2K views
- 1 answers
- 0 votes
-
Hi all, I am guessing this is not possible but I was looking for a way to see who deleted …
- 1K views
- 1 answers
- 0 votes
-
Hi everyone, I’m trying to delete billed sales order with invoice recored using console by this code: var searchResult = nlapiSearchRecord(‘salesorder’, 5823); for (var i = 0; i < searchResult.length; i++) { console.log(i, ‘start’, searchResult[i].getId()); …
- 1K views
- 1 answers
- 0 votes
-
Hi, What is the best method for finding all of the related records of a transaction? I currently have a …
- 4K views
- 1 answers
- 0 votes
-
This isn’t a question, but I wanted to share this information so that others can find it if they are …
- 3K views
- 1 answers
- 2 votes
-
On each customer record, there is a field titled “OTHER RELATIONSHIPS“, which allows you to link different records to each …
- 2K views
- 2 answers
- 0 votes