My Stuff
Comments
-
Hey@L_Brown, Could you please check the below options That lists an item if it has been on backorder more than 3 times in the past 12 months. Note : {internalid}||'_'||{line} is used to find number of times item back ordered Criteria Criteria Summary Results List of items where the days between getting the order and…
-
Hi @User_7NEDX , You can check the below options Please check any scripts or workflows deployed on check records. Customization-> Script-> Scripted Records. Select Check record Any saved search configured for sending emails when checks created Create a saved search on saved search dataset, and list the searches scheduled…
-
Hey User_B6T7M, You might use an Arabic - font for the data rendering Upload the Arabic font file into the NetSuite file cabinet Refer to the file path in the advanced pdf header tag Thank you
-
Hey @GinaT321 , Ideally enabling 2FA will allow an additional security layer so only users with security code can access NetSuite (User Authentication) As per my knowledge, Currently, the Device Authentication using the device ID feature is intended for use with Suite Commerce InStore (SCIS) SuiteApp and the point-of-sale…
-
Hey @User_K51C7 , Can you check the below fields in the results or you can create a search in Inventory Balance dataset which will give more visibility Thank you
-
QUICK CLOSE
-
Hey @Vasya_2 , Can you try the below options? Create the transaction search where type = Check In the result Memo (main) - Transaction body memo field Memo - Transaction line memo field Thank you
-
Hey @Gia My "Mei" Luc Can you try the below options Create the transaction search where type = purchase order In the result Group by Item Vendor MAX when ordered by date Create the transaction search where type = Item Receipt Group by Item Created From: Name MAX when ordered by date Thank you
-
Hi @User_1L16T , I am wondering if it's a default system action or if it's something implemented in the script to restrict an action. A dialog with specified buttons can be implemented using the client script https://suiteanswers.custhelp.com/app/answers/detail/a_id/49319/loc/en_US If the above dialogue is the result of…
-
Hi @User_1L16T , Could you please give the below details? What type does the script belong to? Can you tell me which role is causing the issue? Make sure it has custom record permissions. Please check if any permissions have been provided for the custom record.
-
Hey @Janet P, Could you please check the below suite answer Custom Role Does Not Have Option to Update Contact Role on Customer Record (Update Primary Button Is Missing From the Customer Record) Suite answer Id : 36807 https://suiteanswers.custhelp.com/app/answers/detail/a_id/36807/loc/en_US Thank you
-
Hey @US Water Systems, Inc. You can set a formula as the condition in the workflow ship to state = CO AND custom web order is not empty The answer below would be useful in checking the ship to state. Thank you
-
Hi @rburns515 , Can you please log the values for mandatory and department? It's possible that there's a validation issue causing it Thank you
-
Hi @User_KSN9M , Please check the below suite answers Sales Order Saved Search > show Amount Billed Suite answer id : 34831 https://suiteanswers.custhelp.com/app/answers/detail/a_id/34831/loc/en_US Show Amount Unbilled on a Sales Order Using SuiteScript 1.0 Suite answer id : 45643…
-
Hi @User_K1S7K , When I do a vendor bill, the GL didn't capture the COGS account even when there is COGS account associated with the item, instead it goes to Accrual Purchases. Vendor Bill didn't captured it as COGS is only associated with Sales related because of it's nature, correct? General, the Item receipt hits the…
-
Hey @User_VAYT1 , I need to create a journal entry to reclass bank deposit deferred accounting entries It is only for cash deposits for a specific customer. The following customizations can be implemented. The user event script against cash deposits is capable of creating a journal based on the conditions (cash deposit for…
-
Hi @User_3GFP8 Workflow or User Event would be fine, but so far I can't find a record type to deploy either against. User event script can deployed against Message record Thank you
-
Hey @Mitzi B. , The below formula worked for me Name => GROUP FORMULA TEXT (NS_CONCAT({role}) ) MAX Thank you
-
B) 1000
-
.JS
-
Hi @User_I4Z2V , Can you verify the following? Dashboards and portlets are published for roles. Make sure that the user is using the same role that was previously used Please check if any dashboards have been published for the role with OVERRIDE EXISTING USER'S SETTINGS ? Thank you
-
@Elina Kourouzidou , I just want a generic email that will act as a reminder to the user so I think the workflow would be the way to go. But I need a specific record to do that and a triggring point right? Not necessary, scheduled the workflow /script will trigger based on the schedule irrespective of the record deployed…
-
Hey @Elina Kourouzidou , If you need to trigger an email from a saved search results, then you can schedule the search If the email is customized, it can be done using the scheduled workflow or scheduled script. Thank you
-
Hey @Rahul_Thakur, After reproducing the issue in the test account, it seems that the field help popup requires an active login session. Could you please check the below alternatives? Use the HTML field to create a link and align it with the standard suitlet field. An alert can be created by clicking the link that…
-
Hey @User_59L06 , You can implement the customizations Using the user event script before submitting action, you can disable item sublist fields for all roles except administrators field.updateDisplayType({ displayType : serverWidget.FieldDisplayType.HIDDEN }); By implementing workflow (trigger on Before Record Load), you…
-
Hey @Elina Kourouzidou , You can list the deleted records/transactions by creating a saved search on the deleted records dataset However, if you need to restore the transactions Check with NetSuite support best practices Recommend to refresh the sandbox every alternative interval for data consistency Integrate the system…
-
Hey @Andrii Siryi , I mean, do you prefer one over the other? Or are SOAP and REST supported equally? It's a hypothetical question - SOAP and REST APIs are different approaches to integration and the selection of SOAP and REST is purely based on the different aspects of integration examples Which platform do you need to…
-
Hey @esabis, Due to the fact that a saved search is not a record database, it is not possible to attach any record to a search or report. But you can try the below workarounds Create a formula text field as the last column in saved search results and add the notes as the formula text result Create a custom record with the…
-
Hey @Maxeem-83 , As a customization, you can store inventory details as JSON objects in a field by using the user event after submit script. { [LINE_ID] : {inventoryNumber : 21022024, expirationDate : 21/02/2024, qty : 1} , [LINE_ID] : {inventoryNumber : 22022024, expirationDate : 22/02/2024, qty : 2} } You can refer to…
-
Hey @User_M4JOC , If I understand correctly, you created a field in the item record 'standard quantity of pallets' and want to show it on the work orders item sublist. You can create a transaction line field and source the actual field value of the item record Thank you