My Stuff
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.
Comments
-
Hi @User_DFQMH, Are you seeing any error messages other than Unexpected Error? I’m also trying to replicate this in my test account. When you mentioned “this field writes to an email field on the sales order which is not stored”, were you sourcing the values through the Sourcing & Filtering subtab of the Custom field?…
-
Hi @Dave_Orchesis, We used the Inventory Adjustment record for the GET method. I hope this helps!
-
Hi @Dave_Orchesis, Good day! Sending a follow up on this in case you haven't read our previous reply. Thanks!
-
Hi @Dave_Orchesis, I got them both by using the GET method first, then used this as a guide for the POST method. Can you try excluding the "inventoryDetail": 230 and check if you will still meet the expected output? Thanks!
-
Hi @Dave_Orchesis, Can you try aligning your API call like this: { "account": { "id": "1" }, "adjLocation": { "id": "3" }, "customer": { "id": "1" }, "inventory": { "items" : [ { "adjustQtyBy": 1.0, "item": { "id": "6" }, "location": { "id": "3" }, "quantity": 1, "inventoryDetail": { "item": { "id": "762" }, "location": {…
-
Hi @User_68KLQ, Good day! Sending a follow up on this in case you haven't read our previous reply. Thanks!
-
Hi @User_68KLQ, Good day! In the Event Definition of your Workflow, have you tried selecting your Custom Form in the condition? As seen below: Let us know how it goes! __ If you find this reply to your question as helpful, others with the same question might find it helpful as well. By marking “Yes” on the “Did this answer…
-
Hi @Elina Kourouzidou, Good day! Sending a follow up on this in case you haven't read our previous reply. Thanks!
-
Hi @Elina Kourouzidou, Good day! Would you be able to confirm which specific API you are using for your Journals? Thanks!
-
Hi @Elizabeth Vance, Unfortunately, Inventory Number (or Item Number) records are not available as a selectable base record type in Workflows. On the scripting side, when I tried to use nliapiGetRecordType() in the console, it returned null. If we check on the Records Browser > Inventory Detail, the Inventory Number record…
-
Hi @User_KLCOU, Unfortunately, we cannot directly customize the Create New dropdown for other users. Here are some enhancements related to this: Enhancement 335660: Setup > Company > General Preferences > Have an option to set the Create New Menu or New Bar Setup for all users Enhancement 234371: SS > Expose the ‘Create…
-
みなさん、時間です! 正しい解答とその説明については、次の詳細を参照してください。 正解: C.時刻 説明: NetSuiteの「時間」カスタム・フィールド・タイプは、アポイントメント時間、締め時間、シフト開始/終了時間、イベント期間などの特定の時間を取得および格納するために使用されます。[日付]フィールドや[日時]フィールドとは異なり、このフィールドには日時のみが保存され、日付は関連付けられません。 詳細については、以下をご確認ください。: NSC |カスタム・フィールド・タイプ: 時刻 NetSuiteの始め方|カスタム・フィールド・タイプ: 日時vs.時刻 カスタムフィールドのフィールドタイプの説明…
-
O tempo está acontecendo, pessoal! Veja os detalhes abaixo para obter a resposta correta e sua explicação: Resposta: C. Hora do dia Explicação: O tipo de campo personalizado Hora do dia no NetSuite é usado para capturar e armazenar horários específicos, como horários de compromisso, horários de corte, horários de…
-
¡Se acabó el tiempo! La respuesta correcta y su explicación figuran a continuación: Respuesta: C. Hora del día Explicación: El tipo de campo personalizado Hora del día en NetSuite se utiliza para capturar y almacenar horas específicas, como horas de citas, horas límite, horas de inicio / finalización de turnos o duraciones…
-
Time's up, everyone! Kindly see details below for the correct answer and its explanation: Answer: C. Time of Day Explanation: The Time of Day custom field type in NetSuite is used to capture and store specific times, such as appointment times, cutoff hours, shift start/end times, or event durations. Unlike the Date or…
-
Hi @Elizabeth Vance, Apologies for the late revert on this. Just a quick update, we’re still testing this in our test accounts to confirm if it’s possible through a Saved Search and Workflow. We’ll keep you posted once testing is complete. Thanks!
-
Congratulations, everyone! 🎉
-
Hi @User_ONYU1, It depends on where you want your table to be defined. Based on your screenshots before, it should be added to 28, 29, 32, 35, 38, 41, 44. Note: Do not replace the whole line. Just add border: solid; within the quotation marks (" ") of your inline style element. I hope this helps!
-
Hi @User_ONYU1, Thank you for sharing these. After checking some of your <td style> elements, it looks like the border type hasn’t been defined. Could you try adding this to your code: border: solid; It would look like this: <td style="border: solid;">Ship Date: </td> Let us know how it goes!
-
Hi @Craig_Verde, Good day! Glad you were able to identify what was causing the issue! If you have any other questions, please let us know. Thanks!
-
Hi @Bee Yook, Good day! Sending a follow up in case you haven't read my previous reply. Regarding your other question on Fixed Assets > Journal Types > Depreciation Entries, my colleague from the Basic Accounting team explained that these records will only appear in that path if Custom Journals is enabled. Otherwise, they…
-
Hi @User_ONYU1, It looks like the HTML table element in your template isn’t working as expected. Could you share a screenshot of the code containing the table so we can take a closer look? Thanks!
-
Hi @Craig_Verde, Good day! Could you please share screenshots of your workflow so we can try to replicate it in our test accounts? Also, could you confirm if the workflow is currently active on the record? Since it’s set to Not Initiating, there might still be an active instance running. Thanks!
-
Hi @Bronnie, Unfortunately, this is a known limitation and It's currently logged under Enhancement 448223: Case > Related Records > Attach Credit Memos. You can vote for this enhancement on the SuiteIdeas page. A possible workaround is to create a Custom Field on both the Case and Credit Memo records. However, please note…
-
Hi @Bee Yook, Unfortunately, I’m not sure where to configure auto-approval within the NSTS | GAW - Approval (PO, VB, ER, JE) workflow as I don’t have this set up on my test account. In the previous thread from the other users, they were using the Journal Entry Basic Approval Workflow to auto-approve their Fixed Asset…
-
Hi @User_FL4CK, Good day! Sending a follow up on this in case you haven't read our previous reply. Thanks!
-
Hi @Elizabeth Vance, Good day! Sending a follow up on this in case you haven't read my previous reply. Thanks!
-
Thank you for sharing you insights on this Wee Ming! Hi @User_ONYU1, Based on your screenshot, the error line mentioned looks fine. With this, I agree with Wee Ming’s response and recommend following their suggestion. Please let us know if that resolves the issue!
-
Hi @User_FL4CK, Unfortunately, I wasn't able to locate any videos on this topic. However, I did find a relevant SuiteAnswers article, which you can find here: SuiteAnswers 1021110: Get Started with the NetSuite AI Connector Service I hope this helps!
-
Hi @Elizabeth Vance, Good day! Could you please share some screenshots showing how you set up your Custom Fields? This will help us replicate it in our test account using the same setup as yours. Thanks!