Mi contenido
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comentarios
-
C
-
A
-
False
-
A
-
True
-
B
-
C
-
True
-
B - Allow override
-
False
-
False.
-
False. == Side note, I have a couple of suggestions for these pop quizzes - I do love the concept! And also think it could be improved: 1.) Currently I have to scroll past everyone's answers to respond with mine. Perhaps consider adding a "quick reply" button or box; or use a "poll" feature. 2.) Since the whole point is to…
-
Custom Segments
-
Hi @Kedalene I'm not sure what MFA apps are "allowed" in China, but I know we've been able to use various MFA apps with Netsuite including Duo, 1Password, Google Authenticator, Microsoft Authenticator. I believe any MFA app that supports the "QR code scan to setup" method will work. Now the trick for you is just finding…
-
False
-
I decided to pivot away from using the orderLine table and am now using the transactionLine table. This is working perfectly over ODBC. transactionLine does have some caveats that orderLine did not - there's now multiple lines being returned per transaction.id. If I had to guess, they look like breakouts of GL Accounts…
-
Getting closer (maybe?)…the SQL error being reported has nothing to do with my joins or my syntax. Seems as though I cannot query the orderLine table via ODBC. Even this statement results in the same error I mentioned in OP: (where OrderID = a specific order in our system) select * from orderLine where orderLine.order =…
-
Sorry for the delay in updating! I've been tinkering with the permissions aspect. Adding the Wave table to the permissions doesn't seem to have any effect, I get the same error as before. I was thinking about this though - normally when I encounter a permissions error, I'll get an error message like this ("TableName" being…
-
Thanks Nicole for the idea! Looking into the permissions angle this morning, I'll let you know.
-
Just dropping by a year+ later to say thank you for posting this, this is super helpful! Thanks Donna :)