Minha área
Comentários
-
Did it work, @User_SZ0C3 ? -Mikko
-
You can change the whole filters in your current script and then input the filters from the exported saved search. E.g: const filters = [ search.createFilter({ name: "type", operator: search.Operator.ANYOF, values: "InvtPart", }), Change it to filters: [ [["item.name", "startswith", "003"], "OR",["item.name", "startswith",…
-
Hi AS @User_SNTCV , Thank you for posting in the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your insights. -Mikko
-
It seems that this can only be done using server-side script also works on static mode as well. I have tested using the hasSublistSubrecord function and returned true when landed cost was found. Using hasCurrentSublistSubrecord also receive the same error. I also found an article for you to check and use as reference when…
-
The 'sentemail' type in the searchRecord is not listed on the Support Record. See article for all supported record types. There is also an enhancement logged related to the information on CSV import to be used in scripting: #321476 SSS > UES > nlapiSubmitCSVImport > Get status of a CSV import job using script. Scheduled…
-
Hi @Edwards_05 , Thank you for posting in the community! Our gurus/members will look into this and get back for any updates. To everyone, feel free to share your thoughts. -Mikko
-
Hi @RobertBongers , Thank you for posting in the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your ideas! -Mikko
-
Hi @Nermin Wahdan-Oracle , Thank you for posting in the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your thoughts! -Mikko
-
Hi @Benjamin Paul - USA , 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 comment your ideas. -Mikko
-
Hi @Benjamin Paul - USA , Thank you for posting again in the community! Please allow some time for the gurus/members to check on this and update you for any findings. To everyone, feel free to share your insights! -Mikko
-
Hi Agus @User_Q1DPO , Thank you for posting in the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your thoughts. -Mikko
-
Apologies for the confusion. This only works on Edit mode. Best way to do the objective is to use Saved Search or Script. -Mikko
-
Thank you for sharing your updated query, @George Mihaylov! For Kit/package item, the isFulfillable will also return if you query the related child items on Item table. To determine the Components of Kit/Package item, you may use kitItemMember table. I hope this helps. -Mikko
-
Hi @ejallego_ , is it possible to share a sample script you are working on? Please exclude confidential information. If possible, please also add the context of how the script is triggered. Other options like if the Landed cost per line is enabled would be helpful. -Mikko
-
Hi @JRose85 , A: You can follow this article on how to install JDBC for Mac/OS X. After installing, configure the JDBC driver. See article for reference. B: Most use case, ODBC connection was used in MS Excel. There are limited documentation regarding whether JDBC can be use for MS Excel in Mac. However, I found external…
-
Try to include the applyDate and apply option at the applyList in the SOAP Request . It seems that the discount is not applied when the Web Service request was sent. -Mikko
-
How's it going, @Steven O ? Do you still need assistance on this concern? -Mikko
-
Hi @User_T8134 , do you still need assistance on this concern? -Mikko
-
Thank you for sharing your insights, @PaulFleetwood ! Hi @Sivasubramaniam , for the Saved Search in the UI, it is also logged as Enhancement # 136701 - Budget Saved Search > Provide an option to select a filter for Period. The alternate solution mentioned was to Extract budget amounts per period by using SuiteAnalytics. 1.…
-
Yes please, try creating the Customer Record on the NetSuite and only use the SOAP request with the error. If this will be successful, try to check the SOAP Request when creating Customer Record via Salesforce vs how it was created on NetSuite. 🙂 -Mikko
-
Hi @Neo_Suite , What I can think of on top of my head based from your requirements is to: Use on-demand search via N/search module or create Transaction Saved Search to retrieve the file attached to that record. Use N/file module to load/get the file from the result of step 1. Use N/render to print the file. You can…
-
Thank you for clarifying and apologies if I mistakenly thought that unposted IR is not yet created. It seems that as you explained, the IR was created but not yet linked to PO. Let me check again this and update you for any findings. -Mikko
-
You can re-create the filters in your script(line 67 - 117) in the Saved Search UI then export it as script again. The filters will show as is and just change the value of some filters to the variable in your script(E.g the "daigo.id"). Let me know if this makes sense. -Mikko
-
Have you tested the suggested action, @Tessa L ? -Mikko
-
Hi @markival , do you still need assistance on this concern? -Mikko
-
Do you still need assistance on this concern, @Manu Antony Vadassery ? -Mikko
-
How's it going, @Nivz-Oracle NetSuite-Oracle ? Do you still need assistance on this concern? -Mikko
-
Let us know how it goes. You may also check this article for related articles when getting started on SDF. -Mikko
-
You can use the Custom Field Validation & Defaulting and use the formula field with the value of {item.pricelevel5} this will pertain to Online Prices. You can change the pricelevel value depending on what price you desired. However, since we are using validation & defaulting formula field, store value should be uncheck.…
-
First thing to look is the Scripted Records. You can check this by navigating to Customization -> Scripting -> Scripted Records. And look for Customer Record. Other thing to check is Script Execution Log, if the script owner uses log on the script, it will show on this page when you try to make the Customer…