NS AdminA
01/31/2025, 3:39 PMCeligo AI
01/31/2025, 3:39 PMAI generated answer (using internal Slack threads):To check the current data source in NetSuite, you can follow these steps: 1. Navigate to Setup > Company > Company Information. This will provide you with information about your current data center. If you are trying to access a specific report or custom record via an ODBC connector, you need to ensure that the role associated with the data source has the necessary permissions. If you are using the 'Netsuite2' data source, the 'Read-All' access might not be valid, and you need to ensure that the role has access to the report or custom record. To access a custom record, you can use a SQL query like this:
sql
select * from customrecord_something;
Replace 'customrecord_something' with the ID of the custom record you want to access.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
01/31/2025, 3:39 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.796856642
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.796052277
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.791158319
Celigo AI
01/31/2025, 3:39 PM