I have documents library with different files in the table. I want to add rating column which I learned to do this from this tutorial http://geekswithblogs.net/venkatx5/archive/2010/12/02/how-to-use-rating-in-sharepoint-2010.aspx.
Steps which I reproduce:
Click on some documents library
Click on library tools
Click on library settings
Here us the problem I cannot see Rating Settings from General Settings menu.
What should I do to see this Ratings Settings link ?
Try to activate publishing feature.
Related
I've seen tutorials that claim there is an "Edit Renditions" button, and/or a Design tab on the ribbon with the option to edit renditions. However, I do not see either of these options. Please see below. The first image is what I see. (Note: Ribbon is not shown, but there is no Design tab, only Browse, Files, and Library tabs.) The second and third images are what I should be seeing, according to this and this.
First, make sure you meet the prerequisites to use this feature.
Prerequisites include:
Enable publishing features at the site collection level and site level.
Enable BLOB cache for your web application.
Use an asset library to store your images.
Please check the above, make sure you have configured them all. After that, when you click an image from the asset library, it will show as the following:
If you edit an image from an asset library on a page, the below will be displayed:
More information about image renditions, you can refer to the article.
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.
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.
In Team Foundation Server 2010 Team Project Portal how can I create sub-folders in the Wiki section?
Customize the Wiki
Goto Advanced Settings and enable Make New Folder option.. tada!
The Wiki functionality is just a Sharepoint functionality. Adding folders is not available by default in a SP Wikisite. For a workaround, read http://sharepointpratik.wordpress.com/2011/04/06/create-folder-in-wiki-page-library/
Do the following.
Open settings menu for a library:
Find advanced settings:
In advanced settings find "Make 'New folder' command available" and choose 'Yes'. Confirm your settings.
Go back to your page library and evidence 'Folder' command in 'New' menu:
For some versions of SharePoint, you can also grant Manage Hierarchy permissions to the user and/or group, then you can use a “/” in your link and SharePoint will automatically create the folder for you.
For example, the link might be [[SubFolder/Home|Home Page for Sub Folder]], which will create the Home page in the folder named SubFolder.
Perform the following steps:
Click to Site Actions.
Click Site Settings.
Click Site permissions.
Check the box next to the user or group of interest.
Click Edit User Permissions.
Check the Manage Hierarchy box.
Click OK.
In the ribbon, I want to insert a picture or a link into a content page, but the "From Sharepoint" button is grayed out and I can only upload an image or insert a link "From Address". My field is rich text. I'm using SharePoint 2010.
How can I make the link available?
Thanks
Do not muck with the ribbon to make this work!
Totally depends on how you want to use it.
First of all, the Publishing feature must be active on Site Collection level and on the site where you want to add your rich content.
Then, if you activate the Wiki Home page feature you will have the SharePoint option availabe on the page.
If you want to use it in a custom list, it gets a bit more complicated.
The normal Rich Text field greys out the SharePoint option. And you can not add the Full HTML with publishing field directly to a custom list. So the solution is to create a new site column based on the Full HTML field. And then add that site column to the custom list. This field is part of the publishing infrastructure. So only available on SharePoint Server 2010
Unless you have the "SharePoint Server Publishing feature" under "Site Settings" -> "Site Features" activated, these options are not made available to you.
Usually ribbon button is grayed out if you didn't add CommandUIHandler element for it in your CustomAction XML.
For more details, you can see this MSDN article:
http://msdn.microsoft.com/en-us/library/ff458385.aspx
Also, you can find useful this article (with sample code and screenshot):
http://blogs.msdn.com/b/jfrost/archive/2009/11/06/adding-custom-button-to-the-sharepoint-2010-ribbon.aspx