Best Of
Re: Mass removal of test accounts/data
Hi,
Please take note that once accounts are deleted, there will be payment to any retrieval of data.
Unfortunately, advising how to mass delete of accounts is out of our scope. What I can advice is for you to contact your AMO.
Thank you for understanding,
Joahnna
Re: A/R transactions are locked in Manage Accounting Periods for some reason
Also, what is the best value to set for the "Minimun Period Window Size" accounting setting? - I really can't say on this one. I think this varies depending on your company processes and needs. It is a decision best handled by the CFO/ Financial Controller etc depending on the hierarchy in your finance team.
Re: A/R transactions are locked in Manage Accounting Periods for some reason
Indeed you can see some configuration changes, see SuiteAnswer ID: 92570.
Create a System Note saved search.
Set criteria to: Record Type = Company Preferences
Optionally set criteria: Field = Minimum Period Window Size.
Optionally set fields under Results subtag as you need.
Run the saved search.
Re: A/R transactions are locked in Manage Accounting Periods for some reason
I suspect this is due to the accounting setting Minimun Period Window Size which would have been set by someone.
Can you check this by following: Setup? Accounting> Preferences> Accounting Preferences> General subtab> Minimun Period Window Size.
Re: Excel Plug In
I would definitely check out the Smartsheet tool from Celigo. Much more than reporting.
Re: Intercompany Transfers
Hi @GLL,
Although I have a One World Account, I am currently using only one subsidiary, so my transactions have been limited to transfers between locations within the same subsidiary. I looked into this further and as you already discovered, there does not seem to be a way to transfer inventory between subsidiary locations via CSV import.
@Mikko De La Fuente-Oracle, can you confirm this?
Thanks,
John
Re: New opportunity attaches all contacts.
Hi @Sonics,
This is the standard behavior for NetSuite. When you create a transaction, contacts are automatically attached if the customer has multiple contacts associated with it.
An enhancement request is filed under #131030. The only workaround is to manually remove and reassign contacts in the transaction record. Please visit SuiteIdeas and I hope you spare some time to vote for the Enhancement so we can raise the number of votes it has.
I hope this answers your question.
Re: SuiteScript: File attachments and the File Cabinet
Not sure how I missed this before:
search.create({
type: "transaction",
filters:
[
["trandate","within","9/1/2020","8/31/2022"],
"AND",
["file.name","isnotempty",""],
"AND",
["mainline","is","T"]
],
columns:
[
search.createColumn({
name: "trandate",
sort: search.Sort.DESC
}),
"transactionnumber",
"entity",
"item",
search.createColumn({
name: "name",
join: "file"
}),
search.createColumn({
name: "documentsize",
join: "file"
})
]
});
Re: How to change the landing page on the Partner portal
Actually user can set other pages as landing page once they create presentation tab under Setup->intranet->tabs->new. But I think landing page configuration is more related to web content and harder than customizing existing home page for partner.








