My Stuff
Comments
-
I'm having the same issue in Internet Explorer 8 for Vista. I have cleared cache and cookies and rebooted the computer but no difference. Other machines with IE work fine. Chrome works without issue but our client is more comfortable with IE. Any suggestions for getting IE to work would be appreciated.
-
No we never found a workaround for this. I know NetSuite has some new printing functionality so maybe there is a way to do it yourself but I've never played around with it. It's too bad it's been almost a year and a half and this issue still isn't fixed.
-
Custom modules are replacing library files in SS2 so NetSuite should have some best practices with how to make custom modules work in bundles. I can't seem to find any documentation anywhere though.
-
Yes that worked. Thank you!
-
My first state (creating the button) is triggered on "Before Record Load." My second state (go to record) is triggered on entry. My transition between the two is transitioning on "Before Record Load." I tried changing that to "Entry" and it still didn't help. The page refreshes when I click the button but it does not…
-
Awesome. Looking forward to it. Thank you for you help!
-
Yes, thank you, someone did. I talked with them about filing an enhancement on the workflow that allows me to set Suitelet parameters when I go to a Suitelet deployment page from the workflow. That seems like the most intuitive solution. Navigating to a Suitelet deployment doesn't do me any good from a workflow if I cannot…
-
No it still doesn't work. I made it so that the action goes to the A/P Aging page "After Record Submit" but it doesn't happen. There must be something else...? Any other ideas?
-
Actually, I changed the "To Go Page" action to trigger on Entry and it did work correctly. However, when I try to do the same thing with my custom action, then it doesn't work.
-
Ah, I understand now. I didn't realize you could create a custom script of the type "Workflow Action." So I created that script and set the nlapiSetRedirectURL but nothing happens. The page redirects but it is just like the page refreshed. It doesn't go to my Suitelet. I added nlapiLogExecution at the beginning and end of…
-
That's what I'm doing now, except that the custom action button only shows up in edit mode. What I'm doing is printing a custom PDF report that I wrote myself in SuiteScript. I'd really like this to be in view mode like all the other reports are. That's why I was hoping to do a workflow because you can execute workflow…
-
Right, except that I cannot transition to a page because I cannot pass through a parameter to a Suitelet deployment. I'm trying to transition to my custom workflow action script which calls nlapiSetRedirectURL so that I can navigate to my Suitelet. But when I try to navigate to my custom action script nothing happens. Any…
-
Here's my workflow setup: State 1: Add Button to Order State 1 - Action 1: Add Button (Trigger on "Before Load") Transition: Transition On [Blank]; Condition on Button (from State 1) State 2: Navigate to Suitelet State 2 - Action 1: Navigate To Suitelet Workflow Action (Trigger on "After Record Submit") If my state 2 -…
-
I'm confused on how this is supposed to work. I have a workflow. The first state is a button. When that button is clicked, I transition to another state. This state has a field on it called "Sales Order Internal Id". This is a Free-Form Text field. I have an action on this state that "Set Field Value" of the "Sales Order…
-
I'm still pretty confused on how this all works. Which script am I calling the nlapiGetContext().getSetting()? My workflow initiates the navigation to my Suitelet deployment. I'm on a sales order and I am navigating to a Suitelet deployment when the workflow button is clicked. I have a nlapiLogExecution call on my Suitelet…