I've got to create a standard view but I want to display column names different than originals. For example, this view will include the "ID" field, but I need to show its column header like "Order number". As far as I know Sharepoint doesn't let you choose the display name of a field for a specific view... How can I do this?
Specific view field display names
534 Views Asked by THRaKaTTaK At
1
There are 1 best solutions below
Related Questions in C#
- Passing arguments to main in C using Eclipse
- kernel module does not print packet info
- error C2016 (C requires that a struct or union has at least one member) and structs typedefs
- Drawing with ncurses, sockets and fork
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- Configured TTL for A record(s) backing CNAME records
- Allocating memory for pointers inside structures in functions
- Finding articulation point of undirected graph by DFS
- C first fgets() is being skipped while the second runs
- C std library don't appear to be linked in object file
- gcc static library compilation
- How to do a case-insensitive string comparison?
- C programming: Create and write 2D array of files as function
- How to read a file then store to array and then print?
- Function timeouts in C and thread
Related Questions in SHAREPOINT
- Upload a document to a SharePoint document library (can be via Rest Api/other) using C# & also retrieve the unique id of the document
- Sharepoint alers email deletion from alerts
- SharePoint/CSS3 Gradients/IE9
- Sharepoint 2007 / Jquery - Replace all text on body or render HTML
- share point excel service
- MS Access Run-time error 3999
- Maintain Sharepoint Server Url with subfolders in document list
- How can I integrate a SharePoint document folder in a separate ASP.NET web site?
- why I don't get list subfolders despite using RecursiveAll option
- Modal Extender Ajax Control Toolkit (ASP 2.0) will not pop-up on server side trigger
- Configure SharePoint 2010 UPS with PowerShell
- How can I get Internet explorer to display this image correctly
- Developing Syntax app SharePoint Online PrismJS
- SharePoint 2013 Custom list field iterator not saving values for MultiLine or person columns
- SharePoint Links with Ampersands
Related Questions in WSS
- Outgoing WSS authorization from WebRequest C#
- wss fails over https on apache server
- Get Data from WebSocket using .Net ClientWebSocket
- Sites within a SharePoint 2013 HNSC web application not working on one server
- Is it possible to force socket.io to use wss instead of ws, without having to change to https?
- Java WebSocketClient set cookie header
- WebSockets TLS ERR_CONNECTION_RESET
- If I have already a HTTPS can I use wss, or I need to pay additional fee?
- How to use WS-Security [WSS] SOAP in Swift
- Websockets not working on WSS over https but works fine with ws over http
- SharePoint - Running concurrent custom timer jobs
- Installing WebApplication scoped feature through code - SharePoint
- Sharepoint (WSS) templates and missing customisations
- Adding HTTPHandler using SPWebConfigModification
- Accessing SharePoint content (list) from a WCF service
Related Questions in WSS-3.0
- Migrate WSS 3.0 Library To Sharepoint 2013
- Maximum SharePoint Content DB Capacity
- Create a VirtualPath in IIS for hosting a Web Service in SharePoint
- SharePoint Web Parts Development Environment
- In SPItemEventReceiver ItemAdded, how do I set change permission of item when contributor?
- WSS 3.0 (Sharepoint) Internal 500 Error
- BackUp and Restore WebApplication to Newly Created WebApplication
- What fields are available in the GetString method of the SharePoint 2007 ResultTable object?
- Using Alternative DataSources in Sharepoint
- I'm doing an ajax call to Lists.asmx and I'm not getting anything back
- Sharepoint hide items in menu
- WSS GetListItems Not Returning Folders without Inherited Permissions when Calling with GUID
- WSS 3.0: showing wrong server as Configuration Database Server
- SharePoint use of windows identity and connection pooling
- Error while creating a new sharepoint site using sharepoint object model
Related Questions in VSEWSS
- Namespace clashes when using VSeWSS 1.3 to write Sharepoint Web Parts
- How to prevent VSeWSS 1.3 from adding assemblies to the solution manifest
- VSeWSS "An item with the same key has already been added"
- Sharepoint WebPart, include additional assembly in wsp package
- Specific view field display names
- WSS tools for VS2008 directory question
- Webpart missing webpart catalog entry when build with vsewss but deployed with stadm
- Deploying a XAP file into ~/ClientBin using VSeWSS
- Building a WSP File on the Build Machine
- Visual Studio 2008 Extensions for SharePoint Svcs 1.3 missing "Quick Deploy" Menu Item
- Deploying SharePoint Solution using VSeWSS
- VSeWSS 1.3 created web part solution not adding SafeControl entries
- Visual Studio 2008 SharePoint WebPart Deploy Problem - "The HTTP request is unauthorized...'Negotiate,NTLM'"
- WSS 3.0 Authentication mode
- devenv and vsewss 1.3 package
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Maybe create calculated columsn that do nothing but display the content of the original field for each of the fields you want "translated", then include those in the new view?