My Stuff
Comments
-
Thanks for the update kcng !
-
This is interesting. Now I am curious how things are handled if I include a summary column and the result.id is not available.
-
That is a pretty cool hack. For what it's worth, here's how I approached the problem of disabling a line item field in a client script in 2.0. (the jquery library is loaded in this script) /** * This function attempts to disable an item sublist field through SuiteScript API, and disables the field * through the DOM if that…
-
I strongly doubt that this would work in SS1.0 either. Adding a custom sublist by manipulating the form does not add any space in the database to store the data. The beforeSubmit event newRecord exists to contain what will be sent to the database, and nothing in your custom sublist has a place to go there. Perhaps you…
-
Thanks, kcng . Under Oxygen, after the latest update (I updated both Eclipse and SuiteCloud IDE at the same time) the context menu is still there, but the "Import Files From Account" option within that menu is not showing. It does appear to be working under Eclipse Mars, though, so if that's the most recent version…
-
I am using the SuiteCloud IDE, chanarbon My map/reduce script file originally exports only the getInputData, map, and summarize functions. When adding a reduce function and exporting it, the script record does not reflect that change after upload. Only the original three checkboxes are selected. If I edit the script from…
-
That is brilliant, Michoel! It's going to speed up my development cycle by half!
-
It's not just you mayerlench the repo appears to be legitimately down.
-
I haven't run into this one yet. I wonder if a workaround might be to create that sourcing relationship through a formula, like {createdfrom.custbody_original_sales_order}? In any case, this question might get more relevant attention if it were posted in the dedicated SDF forum.…
-
It is not only the deployment action which logs out the user, but it appears to be any action which uses the integration, such as downloading new objects that I just created in the UI. This means that there is a constant cycle of making a change in the UI, bringing it to the project, re-log into the UI. Or in debugging,…
-
Here is the advaned pdf source code. This was generated with the wywiwig to provide a simple and repeatable example of the bug when I submitted the case to NetSuite: [CODE]<?xml version="1.0"?><!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd"><pdfset><#list results as result> <pdf> <head> <#if .locale ==…
-
This has now been designated a defect, priority S3. #437752