My Stuff
Comments
-
Hi PBoniface , Would it be possible for you to provide some screenshots on this. Also, on of the things that you might want to check is the settings on your Eclipse's default browser.
-
Hi mattdahse Here's the list of supported objects: CenterItem number custom fieldScript – Mass updateCenter categoryItem option custom fieldScript – PortletCenter tabOther custom fieldScript – RESTletCRM custom fieldPlug-in – Custom GL LinesScript – ScheduledCustom entry formPlug-in – Email CaptureScript – SuiteletCustom…
-
martytruecloud , I did some test on my end right now and it worked on Mars for my end. You may also try checking out the settings on your IDE with regards to the preferred browser application for it to use.
-
Hi Mark, Have you already filed a support case for the mentioned concern? Please let us know so that we could check on the concern with our Support reps.
-
@gerson.rodriguez, Pretty cool. Hope to see the CLI tool soon.
-
Hi saenzmariano , I am also interested if we have a command line tool for the deployment. I think it is very useful for people using other IDEs like Idea
-
I was actually able to replicate this one as well on with a Luna version of Eclipse. What is the version of your Eclipse IDE?
-
This is so cool! New thread for SDF here in the User Group! Congratulations Gerson!
-
Hi seanlin816 , As for this concern, kindly submit a support case and provide the log file during the instance of replication from Eclipse accessible from NetSuite > Troubleshoot > View Log File.
-
Hi david.smith In the video that you have seen, the SuiteApp option has already been enable using -Dsuiteapp=on on the Eclipse configuration file. If you have upgraded to the latest version of SuiteCloud IDE and enabled the mentioned option, you will be seeing the SuiteApp option on your SuiteCloud IDE whenever you are…
-
Hi @david.smith, One thing to consider is the structure and the location of the client script. With the relative path, is the relative path already included in the project that you have? Also, are you working on this as a SuiteApp project or as a SuiteScript project on Eclipse. I agree with gerson.rodriguez, that adding…
-
@kpaca_nick, Since the document is shown as inline document when loading the URL, by default it will show the document. More or less you can use a browser plugin to have the printer application triggered when there is an inline document loaded
-
Hi Patrick, I was able to replicate the scenario that you are experiencing. I am wondering if you have checked out the alternate solution for that query which can be found on SuiteAnswers ID (https://netsuite.custhelp.com/app/answers/detail/a_id/49137/). According to the mentioned SuiteAnswers, that capability is still an…
-
Hi @MarkZSSI, I am not pretty sure whether this could be achieved by simple customization but I think this could be achieved using scripting. What you could do is to perform a convert the templates into string, concatenate the strings and convert back to XML document then perform the printing. The mentioned method is…
-
Hi All i would like to send bulk email customer statements (which i know how to do) but how do I change the Email Subject line as it is wrong? thank you If you want to use script to do the bulk sending, SuiteScript 2.0 should support it as 2.0 has a module (N/render) which allows printing of statement. I would suggest the…
-
Hi ssilveri77 Please file a support case for this concern so we could track it as an enhancement on our end.
-
Some of the best practices on working with SuiteFlow should be available on the SuiteFlow User Guide. You could search for User Guides in SuiteAnswers and grab the SuiteFlow User guide PDF file.
-
The formula that you are referencing would only work on the client side. The question in here would be are you setting a custom field for this value. If yes, why not use the inherent capability of custom field. A non-store value field with defaulting worked on my end. e.g. dynamically populating the value of the field…
-
Here's the list of the button ids supported for removing using SuiteFlow Remove Button action. I am thinking that why not control the form being used if the user is not the approver instead and hide that button on the form level..
-
Hi kentroylance, In SuiteFlow, it is calling external service would still require a script containing nlapiRequestURL() if 1.0 or http/https request (if 2.0). Pretty much is is possible upon checking of the event type e.g. context.UserEventTypes.CREATE then call the external web service from there on after submit.
-
Some good thing about use use of workflow is you can have the locking and subscribing to record easily. The disadvantage, like what Kirk mentioned, workflow does not have a capability perform sublist and subrecord apis. Another thing is that it can source from parent records and some child records through fields but cannot…
-
gmccanna , Normally, Send Email action could do this but it normally prints or merges the document with the PDF layout/ HTML layout defaulted for that transaction form. Here's a quick alternate solution that most people use, you create a button using User Event script that once click triggers a call to a Suitelet which is…
-
I guess from my point of view, the most useful part of workflow is for the record locking. So far from the existing APIs, there is no lock record api.
-
Hi Joshua, I would suggest you to use the SuiteFlow API, nlapiTriggerWorkflow(), to be specific to have the action triggered to lessen the time consumed to rebuilding the script from scratch. But yes, as of the moment, there is no direct way to converting workflow to scripts. Basically, every action like have their own…
-
Hi @delilahruch, Normally, the execution of Send Email action happens on After Submit and Scheduled, meaning when you select Entry, the previous state's last last should have occurred in After Submit. Although the problem with delete is that it is not available as an action on After Record Submit. I would suggest using a…
-
With the point: "Another thing is that it can source from parent records and some child records through fields but cannot set values for them. which you should work with WAF." What I mean is that linked records like Contact which a linked Customer, you still need workflow action script to get the Customer linked to Contact…
-
Hi @rudler, I tried the same thing on my end and unfortunately, I was able to reproduce you concern. One thing, emails from workflows should be seen on the entity record related to the emails sent. Maybe you can use that as an option.
-
Hi Mike, Similar to what Kirk mentioned above, workflow, on it's own, does not support setting values for fields that's on the line item. For the workflow action script, you need to get load the RA record then perform the setting of line item values of the RA nlobjRecord.