Mi contenido
On Friday, October 10, 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.
Share Your SuiteWorld Experience & Earn a Special Badge!
Comentarios
-
みなさん、時間です! 正しい解答とその説明については、次の詳細を参照してください。 正解: 誤 説明: 「リスト/レコード」フィールド・タイプでは1つの選択のみが許可され、「複数選択」フィールド・タイプでは複数の値を選択することができます。これは、複数のカテゴリ、リージョンまたはその他の属性との関連付けが必要なレコードに最適です。 詳細は、以下をご確認ください。 SuiteAnswers 10085: カスタム・フィールドのフィールド・タイプの説明 NSC |カスタム・フィールドの種類: 複数選択 NetSuiteの始め方 ページで他の役立つ記事を確認しましょう。
-
O tempo está acontecendo, pessoal! Veja os detalhes abaixo para obter a resposta correta e sua explicação: Resposta: Falso Explicação: O tipo campo Lista/registro permite apenas uma seleção única, enquanto o campo tipo Seleção múltipla permite os usuários escolher valores múltiplos – ideal para registros que precisam de…
-
¡Se acabó el tiempo! La respuesta correcta y su explicación figuran a continuación: Respuesta: Falso Explicación: El tipo de campo Lista/Registro solo permite una selección, mientras que el tipo de campo Selección múltiple permite a los usuarios elegir varios valores, ideal para registros que necesitan asociación con…
-
Time's up, everyone! Kindly see details below for the correct answer and its explanation: Answer: False Explanation: The List/Record field type allows only a single selection, while the Multiple Select field type lets users choose multiple values—ideal for records needing association with several categories, regions, or…
-
Hola @Maria Paula, Estamos encantados de tenerle con nosotros hoy. Gracias por crear este hilo. Por favor, permita que nuestros gurús revisen su preocupación y realicen su investigación inicial. Nos pondremos en contacto de nuevo si tenemos novedades al respecto. Para nuestros otros miembros, siéntanse libres de compartir…
-
Hi @User_S3PB4, Also, if you're using the formula 'UPS SurePost >1LB', be sure to remove the space before > so it matches this format: 'UPS SurePost>1LB'. Otherwise, it will display as UPS SurePost >1LB instead of UPS SurePost>1LB. In your previous screenshot, it looks like there aren’t any spaces before or after…
-
Hi @User_S3PB4, Would you be able to share a screenshot that shows how it reverted? I’m not sure how you’re viewing the formula of a Saved Search when it isn’t in edit mode. Thanks!
-
Hi @User_S3PB4, It’s expected behavior that when you edit the Saved Search, the symbols may appear as “>” or “<”. However, these won’t be saved as long as you don’t re-save the Saved Search. With this, the Saved Search should still function as intended. Could you please confirm if the CASE statements in your formula are…
-
Hi @User_DR9DT, Good day! Sending a follow up on this in case you haven't read our previous reply. Thanks!
-
Hi @User_S3PB4, Good day! Sending a follow up on this in case you haven't read our previous reply. Thanks!
-
Hi @User_DR9DT, Thank you for sharing the update code. On your testing, would you be able to share the logs that happened here? log.audit( 'Line ' + i + ' unitcost', 'before=' + before + ' -> after=' + after + ' (from ' + rawCost + ')' ); So that we could confirm if it was able to get any values. Thanks!
-
Hi @User_S3PB4, Good day! I've tested this on my test account and found that it works as Ivy described, unless the Saved Search is edited and saved again. Could you please clarify how you determined that it reverted? Did you rerun the search and notice that results with < or > were no longer appearing? Thanks!
-
Hi @User_7WW0P, Good day! Sending a follow up on this in case you haven't read Tigran's reply. Thanks!
-
Hi @User_J459V, Good day! For this, you could upload multiple files in the File Cabinet. For the steps, here's a SuiteAnswers article: SuiteAnswers 100163: Upload Images to the File Cabinet You can then use a CSV Import to set the images on the Custom Field. Here's another SuiteAnswers article: SuiteAnswers 85821: Update…
-
Hi @User_JZ4CL, Unfortunately, NetSuite doesn’t provide a built-in one-click download of all failed calls over a day. Tagging some of our all time leaders: @Tigran Shahnazaryan, @Chelsea Jacobs, & @Dext3r have you encountered something similar on your end? Your input is highly valued and appreciated!
-
Hi @Dave_Orchesis, We tried replicating the negative Inventory Adjustment from the UI by using the GET method and then creating it via REST API. However, it still resulted in an error. With this, we recommend creating a Support Case. This way, the Support team will be able to confirm whether this behavior is expected or…
-
Hi @ABDUL HANNAN, Apologies for the misunderstanding. Unfortunately, it is not possible to run Client Scripts with administrator privileges. As outlined in SuiteAnswers 67650: Client Script Role Restrictions, a workaround for this is: Consider writing the script as a user event script, and set the Execute As Admin…
-
Thanks for sharing your insights on this Tigran! Hi @User_7WW0P, Good day! I agree with Tigran's insights, using NetSuite’s “System Notes” is an excellent way to track when records are created or edited. Let us know how it goes! __ If you find Tigran's reply to your question as helpful, others with the same question might…
-
Hi @Amir Deris, Upon further checking, SuiteAnswer 64733 states that “most of the old properties on the Tax Code record are removed once the SuiteTax feature is enabled.” Also, it says that Rate has been removed from the form: Here's the SuiteAnswers article for your reference: SuiteAnswers 64733: Tax Code Records in…
-
Hi @ABDUL HANNAN, Good day! Sending a follow up on this in case you haven't read my previous reply. Thanks!
-
Hi @ABDUL HANNAN, Direct restriction by role is not native for Client Scripts, but you can add this via script logic using the runtime module. Here's a quick snippet on how it would look like: var userRole = runtime.getCurrentUser().role; // Array of permitted role internal IDs var allowedRoles = [3, 1001]; // Example:…
-
Hi @Amir Deris, Would you be able to try it using an Administrator role so we can confirm the behavior? Thanks!
-
Thank you for sharing your insights TyClaes and GauravAgrawal! Hi @Oshadha Perera, Good day! I agree with the suggestions shared above. Have you tried this on your end? Let us know how it goes!
-
Hi @Dave_Orchesis, If your item does not use bins, you do not need to enter a BinNumber. Have you had a chance to try this on your end? Let us know how it goes!
-
Hi @Amir Deris, Glad to hear you were able to fetch the Tax Type! Just to confirm, when testing the Tax Code, were you using the Administrator role or a custom role? Thanks!
-
Hi @User_3CN3G, Good day! Sending a follow up on this in case you haven't seen @User_UTB5L's reply. Thanks!
-
Hi @Amir Deris, Good day! For the TaxType, can you try this SOAP request body: <soapenv:Body> <search xsi:type='platformMsgs:SearchRequest'> <searchRecord xsi:type='listAcct:TaxTypeSearch'> <basic xsi:type='platformCommon:TaxTypeSearchBasic'> <isInactive xsi:type='platformCore:SearchBooleanField'> <searchValue…
-
Hi @User_DFQMH, Good day! Sending a follow up on this in case you haven't read our previous reply. Thanks!
-
Hi @User_DFQMH, Thank you for clarifying. Upon testing, I was able to make it work on my test account. Here's what I've done on my test account: Custom Field: Note: I used the 'Comments' field in the Customer record as my email field Customer Record: Custom Field in the Invoice record: Workflow: Results: Based on the…
-
Hi @bcruson, Good day! Sending a follow up on this in case you haven't read our previous reply. Thanks!