Minha área
Comentários
-
Hi @User_3CSJR , this is happening due to compatibility of the XLS export standard used by NetSuite vs newer application or devices. This is also logged as Enhancement # 329014 - Export Saved Search to Excel File > Cannot open in Mobile Device and Opening in Computer results in Pop-Up Warning (Format and Extension don't…
-
Thank you for clarifying and sharing the workaround, @ejallego_ . Aside from Jquery, you can also utilize the column.isDisabled property. -Mikko
-
Do you require further assistance on this concern, @@User_B6T7M ? -Mikko
-
Hi @Anderson4224 , how's it going? Do you still need assistance on this concern? -Mikko
-
Does the solution worked, @Benjamin Paul - USA ? -Mikko
-
Hi @Ari Heitner , how's it going? -Mikko
-
I would suggest create other Custom Form then changing the forms based on the user's selection. Would that be feasible on your end? -Mikko
-
I can't see a logical reason why updating a Sales or Transfer Order whilst the web service is possibly updating the Item Fulfilment would cause this error? Possibly due to internal joined data or relationship has been updated. I would also suggest if possible to add the preference "Run Server SuiteScript and Trigger…
-
For combination of scripts and workflows, it will still follow the Scripted Record Order. However, the script is being executed first followed by workflow thus the final result(if both are setting value on the same field) will be coming from the workflow. -Mikko
-
May we ask if this happens on other browsers? Upon checking, this is relevant to Enhancement # 148174 - Suitelet > support Suitelets on non-secure hosts in which the engineers have mentioned that this is possibly due to internet browser security feature. -Mikko
-
Hi @aisaadaniya , in what mode/context are you executing the script? This only works on create/copy/edit mode. Also, try to check if there are number of client scripts deployed on that record. Maximum of 10 Client Script works at a time for the same record. -Mikko
-
Hi @User_B6T7M , thank you for posting again in the community! Are you able to submit a support ticket? This could help them identify if the concern is potential defect. We advise to include all the relevant details to ease the process of checking. E.g bundle version/account environment(sandbox/production) Also, could you…
-
How's it going, @User_JVE2S ? Could you also check if there are any other scripts/workflows running when you are testing? -Mikko
-
Do you require the search to run on demand and be dynamic on the script or creating the Search on the UI and loading it on the script be feasible on your end? You are correct on the syntax provided. You can also check the sample below for reference: var inventorybalanceSearchObj = search.create({ type: "inventorybalance",…
-
Hi Ubaid @User_JGEWC , this has been answered on the following thread. -Mikko
-
Hi @Hendrik Kotze , what would be the expected return of the HTTP call you have mentioned? As seen on the article, the inputContext.ObjectRef supports only search and file objects. However, you can also return the following data for the getInput function: Array | Object…
-
Upon checking, the other relationships field is not yet exposed to scripting and it is also logged under Enhancement # 134653 - SSS>Expose otherrelationships field in SuiteScript (Entity->Entity transformations). I would advise you to submit a support ticket to add a vote on the enhancement or visit SuiteIdeas. -Mikko
-
Upon testing, I was able to update the credit limit and credit hold override field via Web Service. Could you please check Customer Credit Limit Handling by Navigating to Home -> Preference. Then, Transactions Subtab and check what is the value on the Customer Credit Limit Handling. -Mikko
-
Thank you for sharing your insights, Craig @charoldson_20655 ! You can also run a System Note Saved Search to check for Item Fulfillment Record's changes during the time when the error appeared. -Mikko
-
Upon further checking, it seems this is not yet applicable. It is also logged as enhancement # 367060 - Mobile > Support for Suitelets in mobile NetSuite app. I would suggest to submit a case to add a vote or visit SuiteIdeas. -Mikko
-
Is this the article you are looking for? I would also suggest to create a context filtering on your scripts to only execute on necessary contexts. Also, does the Web Service context need to run the scripts? If no, you can try to exclude executing the scripts when the process came from Web Services. The error occurs…
-
Upon checking, you are using setField method which only works on body fields. I would suggest use Sublist functions for the custom item line field.. See article for example. For the second one, the internal id of an Item Receipt Record(this is an integer) not the itemreceipt id. -Mikko
-
Hi @User_JGEWC , Thank you for posting in the community! Please allow some time for the gurus/members to review this concern and get back for any updates. To everyone, feel free to share your thoughts! -Mikko
-
Hi @Ari Heitner , thank you for providing additional information. Could you please check if the SuiteAnalytics Workbook permission is included in the role's permission under Reports Subtab? Also, try to set it to Full. -Mikko
-
Hi BN @User_IJB6M , Thank you for posting again in the community! May we ask what exactly you wanted to compare between production and sandbox account? E.g configuration/records/scripts/workflows/reports/search/etc -Mikko
-
Hi @PaulFleetwood , Thank you for posting again in the community! Our gurus/members will look into it and get back with more information. To everyone, feel free to share your thoughts! -Mikko
-
It seems you cannot hide the column of a custom child record via scripting. As you have noticed, the property of the column does not contain the isDisplay. However, you can hide it by customizing the form of the parent record to not show in list the child record field in list. -Mikko
-
Hi Tiru @Tiru Chembeti , Thank you for posting again in the community! Our gurus/members will look into this and get back with more information. To everyone, feel free to share your ideas! -Mikko
-
Hi Ans @Ans America , Thank you for posting again in the community! Please allow some time for the gurus/members to check on your concern and get back with more information. To everyone, feel free to comment your ideas! -Mikko
-
Hi @Sivasubramaniam , thank you for posting again in the community! Aside from mobile, have you tried if this is working on other machine? Also, are you using the same User/Role on the mobile? -Mikko