Where is the setup customization menu in netsuite? - netsuite

I'm trying to create a netsuite suitelet and I have the code and I uploaded it to the file cabinet via the netsuite eclipse plugin.
I'm following the directions and I get to Chapter 7 Step 4, create a script record.
It says to go to Setup -> Customization -> Scripts -> New.
But it doesn't give any context, and I have no customization menu option in my setup menu.
Am I missing something? Am I looking in the wrong place? Is there some access control I'm supposed to have on my account that makes these options come into being?

That is the old link. There should now be a 'Customizations' at the menu bar.

In the newest version 2014.2 - it should be in:
Customization > Scripting > Scripts
Or you can use the Global search and put: "page: scripts"

Related

Renaming Custom Preferences in NetSuite

I've got some parameters creating custom preferences in NetSuite.
By default they are grouped in a General heading under custom preferences. However I see other bundles have their custom preferences grouped (pic attached).
How do I group my preferences in my own "named" section??
Thanks in advance.
As far as I know there is no way to do that. NetSuite automatically does the grouping for the preferences when you install the bundle.
What you can go is create a bundle of your preferences and install it in your account. I have not tried this so I don't know if it will work.

Pimcore Workflow Management

I'm tring to set up example workflow management in default pimcore instalation and I don't know where should I start.
I understand states, configs etc. but where is in pimcore panel placee when I could do something with object or asset?
Now I have default config workflow from example config, and in my documents is information about state (TO DO). How could I do somothing?
Do you know some tutorials of this?
Good to see you're experimenting with Workflow Management. I've written some introductions to the feature, they're available here:
Part 1 - Basic Introduction
https://www.gatherdigital.co.uk/community/post/pimcore-workflow-management-pt1/66
Part 2 - How to configure Actions
https://www.gatherdigital.co.uk/community/post/pimcore-workflow-management-pt2/67
Part 3 - How to extend actions using Events
https://www.gatherdigital.co.uk/community/post/pimcore-workflow-management-pt3/70
To get you going, there is an example in configuration directory in Pimcore
All actions that can be carried out are in the Elements themselves, so in the case of Documents, if your workflow is configured correctly you will see a button called "Actions" in the edit view. Clicking actions will show a the action panel.
Cheers!
Paul
Below workflow plugin is also very useful to create workflow from UI.
https://github.com/dpfaffenbauer/pimcore-WorkflowGUI
Download the zip
Upload Tools -> Extensions -> Upload Plugin (zip file)
Click on Enable (+) symbol.
Once upload, workflows can be seen under settings. (Setting -> Workflows). The workflow created will be added to workflowmanagement.php in website/config folder. (Tools -> System Info & Tools -> Server File Explorer).

Acumatica Customization (Framework vs ERP) not consistent with TXX guides

I was asked to create a new maint page where data could be added. Just like in the T100 series part1:Maintenance pages. Immediately a few issues arise, why in the Acumatica ERP project I am unable to complete the steps done in the Framework application? I tried to add a new item -> PXgraph option(as described in the instructions) was not available, I couldn’t even add my own c# class from scratch the option was not listed. Instead it just listed page options(will add screenshots below). I attempted to create a new .cs file outside the scope of the project and import it into the file and it wouldn’t recognize it as an available file to import. In the end I attempted to manually drag and drop the file into the Objects folder I wanted the file to be a part of.
VERSUS ERP Add new item
Secondly, I created a new ListView in the page. I was not able to choose my Typename:SO.SOusrPhoneExtMaint.cs file from the list of options. I have rebuilt the project numerous times to see if that was the issue. I manually added the TypeName by going into the source of the aspx and typing it my graph. When I tested the graph I got the following errors that “Invalid type PX.Objects.SO.SOUsrPhoneExtMaint specified for datasource.” My question is why is there a discrepancy between the framework and the erp application for customization and how do I customize the graphs and pages if they don’t take the same approach as the TXX development guides. If I am doing something fundamentally wrong I'd like to know what is the right approach.
I recommend that you use the Customization Project Editor for any customization of Acumatica ERP.
To add a custom form, perform the following actions:
Navigate to the Customization Projects form (SM204505; System > Customization > Manage)
Select an existing customization project or create a new project by clicking "+" on the form toolbar
Click the project name to open the project in the Customization Project Editor
On the navigation pane of the editor, select SCREENS to open the Customized Screens page
On the page, click ADD SCREEN > CREATE NEW SCREEN to open the Create New Screen dialog box
Fill all the required fields and click OK to obtain workable template of your custom form
The New Screen wizard creates the form template and includes it as the following items in the customization project:
two File items - .aspx page code for the new form
a Code item - code template for business logic controller
a Page item - the link to the new page content, which you can further develop by using the Layout Editor
a SiteMapNode item - the site map object of the new form
(For an example see Lesson 11: Creating a Custom Form of the T300 Acumatica Customization Platform Training Guide)
Further you can develop the items by using the tools you prefer.
The custom form will be added to Acumatica ERP after the project is published.

Open custom user control in tool window using VS Package

I'm trying to create simple custom command (added in TOOLS menu option) to open the tool bar with custom control in VS 2013 using VS Package project.
I'm following https://msdn.microsoft.com/en-us/library/bb165987.aspx this guide but not sure why it's not working.
When I click on it, it opens tool window but without content under it. I want to show the MyControl.cs or custom control content under it.
I've tried a lot to find it out on Google but no relevent article found for same.
I've notice when I created new VS Package, it created "MyControl.xaml" file which loading it's data properly. I deleted that file and created new user control "MyControl.cs" which is not loading data.
Not sure if it requires VSIX project or VS Package. Is there any other way to do this?
Nothing in vsix development is simple at first. Try using this tutorial. It's from a series you can find here.
For you to show custom tool window content you have to extend the ToolWindowPane class and override the Window property returning your content as a IWin32Window. The tutorial fully explains it, and very well I might add, and the series is excellent even though it targets vs2010.

Sharepoint 2010: Can't create a folder in a custom list

I'm trying to create folders in a set of custom lists I've created. However, when I try to do this, the New Folder button in the Ribbon is disabled. I read up on the matter; and this lead me to look to enable folder creation in List Settings -> Advance Settings. However, there doesn't seem to be an option to enable folder creation on the page. It shouldn't be a permission related issue; as I created the lists; and I'm also an admin on the farm.
I could use a document library; but we will not be uploading documents to the list; so this is more then I need.
What are my options, or what am I doing wrong?
Thanks,
Frank
Go the the List Settings, go to Advanced List Settings and there should be an option there that reads: "Make "New Folder" command available?" Set that option to yes and you can create folders.
Good luck,
Patrick
I figured this out. Turned out I was using a prerelease version of SP 2010; this was a bug.
Have you tried using a Wiki Page Library instead? It's possible to add folders inside these.

Resources