Document set change field label for "Name"

Hi,
is it possible to change the field names without changing the NewDocSet.aspx form?
I'm want to change the field "Name" to something else.
Thanks,
Peter

This is a very common question, and generally addressed by core ECM/Governance, where the users will view the name of Content Type and accept that the Name is the name of the content.
In undertaking split testing for multiple clients, I found that an overwhelming number of users easily accepted and preferred that the field was left as Name since the Content Type provided the context (Ex. if the Content Type is named Matter,
implicitly you would not need to repeat by having a field named Matter Name since the user knew that they were providing the name of the Matter).
This is a similiar situation as "Title" for a document. If I upload a document and select the appropriate Content Type such as "Summons", I know that I am providing the title of a summons document.
The challenge is not so much technical, but one of core ECM principles for context. I would flush out your Content Types so that they provide the description (ex. Matter, Summon, Pleading, Memo, etc.) and then the "Name" or "Title" fields do not become
a barrier since the user knows that when they select "Matter" as their Content Type, they are entering the "Name" for that "Matter File".
Personal Blog: http://thebitsthatbyte.com

Similar Messages

  • Change field label for field IZWEK in transaction AS03

    Hi experts,
    I would like change field label for field IZWEK because I want use it for another purposes. Itu2019s name is Investment Reason at transaction as03.I can change name this label in reports by using se63(translation->abap object->short text->repository text->data element) and giving object name as IZWEK. I get changes in reports only, in help(F1). But I havenu2019t idea what cause change label in as03 transaction.
    Help me please.
    Regds Stenwa

    in tr. AOLK and AOLA you can change this.

  • Changing field label for standard select option

    Hi All,
    I need to change the label for one of the standard select option for the custom report category.
    the field is PNPSTAT1 - original label is - Customer-Specific Status - which i need to change as per customer requirement.
    Can anyone tell me the way i can do it so that it can be viewed with correct label not only on the selection screen but in further selections mode as well.
    Regards,
    Raunak

    Dear Raunak,
    If you have standard select option for standard selection screen:
    create a implicit enhancement for any standard program and wrote the below code at the end of the program and it is working..
    INITIALIZATION.
    %_s_PNPSTAT1%_app_%-text = 'ANY LABEL'.
    If you have custom report select option, go to above Ravikiran's procedure.
    Best of luck.
    Regards,
    Abbas.

  • Easy way to change field label for all UIs?

    How would a customer change a field label for all UIs that use this field/attribute, which is not really a translation?
    What I was able to find seems to be that we would need to edit Resource Bundles and that it will be much easier in Release 8:
    1. Section More on Resource Bundles in https://blogs.oracle.com/fadevrel/entry/translating_your_customizations has this key passage:
    This is an industry open standard (OASIS) format XML file with the extension .xliff, and store translated values for the strings used by ADF at run-time. The general process is that these values are exported from the MDS repository, manually edited, and then imported back in again.This needs to be done by an administrator, via either WLST commands or through Enterprise Manager as per the screenshot below. This is detailed out in the Fusion Applications Extensibility Guide.
    2. That blog posting also says this will get easier in Release 8:
    Currently planned for Release 8 is something called the User Interface (UI) Text Editor. This tool will allow the editing of all the text shown on the pages and forms of Fusion Application. This will provide a search based on a particular term or word, say “Worker”, and will allow it to be adjusted, say to “Employee”, which then updates all the Resource Bundles that contain it.
    3. I found the video How To Customize Field Labels but it seems that is one UI label at a time...

    Hi vedette and Uchiha.
    while we cannot talk here about features of future releases, rest assured we are working on material that will help you understand and use the functionality, from official documentation to blog posts and videos.  Please keep an eye on your blog at https://blogs.oracle.com/fadevrel and our Youtube channel at http://youtube.com/FADeveloperRelations -- as soon as R8 becomes publicly available you can expect to find useful information on those sites, among them a blog post that summarizes new features that are important for developers and then more indepth coverage.
    Thanks for your patience.
    Oliver
    Fusion Apps Developer Relations
    https://blogs.oracle.com/fadevrel

  • Change field labels for Absence Notification

    Hi Folks,
    I wonder how can I change a standard label for fields in absence notification window of ESS.
    For instance, the standard spanish translation for "Absence Type" is "Clase de Vacaciones" and the client want it to be "Tipo de Ausencia".
    How can I achive that?
    [Sample Image|http://twitpic.com/2989fq]
    I've been searching the forum but couldn't find the answer.
    Thanks
    Ivan
    Edited by: Ivan Milkovic on Jul 27, 2010 4:04 PM

    Thanks Vivek, your answer was very helpful, however that's only to change the application description that goes in ESS overview screen, i want to change the labels that appear within the webdynpro application.
    For intance, change the label "Absense Type" by "Type" only.
    <a href="http://www.imagehousing.com/image/521385">Photo Image</a>

  • Changing field labels for JP29

    Hello friends,
    In transaction JP29 there are several field labels I want to change. I think I have to go to the MARA table and make the changes here, but I'm not sure where to do this.(trans se11 -> utilities-> database Utility?) In the test-system the labels are correct, but in production they are different, so I guess I have to make the changes in the production system?... I would appreciate any comments...
    Regards Baljinder

    Hi
    Transaction: CMOD
    Menu Path: Goto -> Text Enhancements -> Keywords ->
    Change. Here we can give the data element and change the
    label descriptions.
    Kindly note that changes made here will be effective in
    whole system, itz not specific to one data dictionary
    object. Please understand the impact before making any
    changes to SAP standard dictionary elements.
    Also please check the link below:
    Re: How to changes  standard sap label description
    Kind Regards
    Eswar
    Message was edited by: Eswar Rao  Boddeti

  • Changing field labels for multiple people.

    I am quite new to applescript, so please bear with me.
    I am just looking for a script to change a groups phone label to mobile. If anyone could point me in the right direction, or even give me a simple script, it would be greatly appreciated.

    I haven't tested this (not quite brave enough), but I'd expect the script to look something like:
    tell application 'Address Book"
     -- get the people in the group
     set thePeople to every person of group "GroupName"
     -- iterate through them
     repeat with eachPerson in thePeople
      -- get their phone numbers
      set thePhones to every phone of eachPerson
      -- and iterate through the phones
      repeat with eachPhone in thePhones
       -- set the label appropriately
       set label of eachPhone to "Mobile"
      end repeat
     end repeat
    end tell
    Note this does mean if someone has multiple phone numbers they'll all be labelled 'Mobile'. I don't know how you want/expect to address that.

  • Changing Field Labels of module pool screen dynamically

    Hi All,
    Can anybody tell me how to change field label of text field in dialog screen dynamically.
    The Screen/Transaction is standard one.
    I have created a Enhancement point for this change in one of PBO module's subroutine for this screen.
    This Field label is defined as a 'Text' field only. We can't change it any more as it is standard one.
    Can anybody tell me the solution for the same.
    I have to change this label value as per some validations and its corresponding text field value will remain as is.
    Thanks,
    Deep.

    Hello,
    I think it is not possible, but try changing the name by Looping on screen table on PBO,
    Bye
    Gabriel

  • How can I use Document Set description field in a SharePoint workflow

    We bundle together related documents into a Document Set and then route the Document Set for approval using a Sharepoint 2010 workflow.  Within the workflow, we are also sending an email to each approver, and an email to a manager if items become past
    due.  I have been asked if I can add the Description field from the Document Set to the email text.
    I am familiar with the use of the "Add or Change Lookup" control to insert fields into the email text.
    For example: Data Source "Current Item" with field "Title" becomes
    [%Current Item:Title%].
    The problem is that I can't find a data source that will pull in the Document Set description.
    Any help would be appreciated.

    Hi,
    According to your post, my understanding is that you wanted to use Document Set description field in a SharePoint workflow.
    I recommend to modify the view to display the description field.
    If you add the description, it will display the value.
    Then you can create workflow as below:
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Changing field labels

    I need to change the description of three fields, VKBUR, VKGRP and BZIRK so that the terminolgy aligns iteself with our business processes.
    I have used SE80 to modify the Data Elements descriptions, short, mid and long.  I have registered the change through SAP.
    The changes have been activated. Though the log reported that a number of tables could not be modified because the enhancement category for some obscure tables was missing.  Most of the tables were adjusted.
    Viewing transaction VA22 - Quotations the sales header screen has the correct new description for only one of the three fields!  Why this should be one of three is a mystery.
    I think that the structure DD04D is filled with the short, mid and long descriptions. 
    Any ideas?

    Hi Nigel,
    You can change field labels, in tx CMOD->Go to->Text Enhancements-> Keyword->Change.
    Here you can enter the Data Element of the field you want to change the text, and the language. Also, you should look at the screen where the text field is. Because if the text has the attribute "Modify" to "F" (Fixed), you cannot modify this text.
    Thanks
    Warm Regards,
    Mohammed Hussain.

  • Document splitting causes field overflow for currency type 00 in row 003

    Hi ,
    Friends ,
    Our some of sales bills are stucking iduring  posting to finance after upgrading support packages, earlier there was no any problem.
    we are trying to post by tcode vf02 , it is throughing an error message
    Document splitting causes field overflow for currency type 00 in row 003
    Message no. GLT0004
    We are not getting any solution .
    We have raised a message to sap support , but not getting proper solution,
    Please guid us how can we solve this.
    SS
    Mobile no. 9810477923- Sundeep Gupta

    Thanks for all.
    we have solved this issue  after change some customization according sap support consultant reply as under.
    you have 3 different issues within your SD- new g/L interface.
    The most critical one is the fact that you substitute PRCTR and
    Segment assignemnts into line items to be processed by rule based
    split. This leads to the fact that you will only those cases will be
    able to post document in case the assignemnts are unique,
    which means no different kind of prctr, segment and business area
    assignments but only one single kind. This makes no sence at all.
    Please see my last reply regarding this most critical issue.
    This needs to be solved from Consulting point of view.
    Regards.
    SS
    Edited by: Lakshmipathi on Dec 22, 2010 12:21 PM
    When you say it is answered why you have closed the thread with Closed but Unanswered.  Please change it to "Answered".

  • Set a field label by conditions, in a Search Query

    Dear all ADF buddies,
    Can I set a field label by conditions? Say: if UserRole=A then Label = A; else Label = B;
    The problem is those field labels are not attribute of JSP, they are inside a Search Query. Thus the label text are defined in the table EO, which I cant find any place in JDeveloper to set custom expression.
    Any one know how?
    =)
    James Fan

    Hi Frank, thank you for replying.
    Tried to amend the ViewRowImpl.java and added those related functions. It didn't get called while rendering the Search Query fields, but only after.
    Any way to do this on the EO side? I think it s more likely that the Search Query dialog is reading label value directly from the EO
    I found there are AttributeDefImpl or AttributeHints in the EntityImpl.java. Are there examples to show how to override these classes?
    James
    Edited by: 1003858 on 2013年5月6日 上午2:34

  • Function Module/Document to change Reversal date for FI  document.

    Can anyone please provide me with the Function Module/Document to change Reversal date for FI  document.

    Hi Vikram,
    Normally, you post a reversing document in the same period you posted the original document.  The period of the original document must be open to post a reversing document. If the period is not open, you can overwrite the posting date field with a date in an open period, such as the current period.
    Regards,
    Manoj.

  • Trying to change the labels for some UI elements

    hi,
    Problem:  I am trying to change the labels for some UI elements and transport the views from one server to another server.
    the lables show changed in the source server but the changes dont reflect in the destination server
    Kidly help me to slove this problem

    Hi Sharad
    The process is as explained:
    1.     Firstly, go to the respective view, and to the Label and then delete the Label Text as   
                    mentioned in the attribute u2018TEXTu2019 of the Label in the view.
    2.     Next, Activate the View, if it asks for a change request, please assign it to a new TR.
    3.     Finally give the Label text again and then Save it and activate it.
    4.     Further transport the request to ECP and find the difference.
    This especially happens when we frequently change the WD Component and embedd it entirely in the Transport.
    I hope this information would be of a great help to all of us.
    Ponts if helpful.
    Regards
    Roshan

  • Document Splitting causes field overflow for currency type 10 in row 007

    Dear All,
    At the time of Invoice through FB60 system is showing the above error Document Splitting causes field overflow for currency type 10 in row 007  & Message No :  GLT0004.  What could be the reason. 
    Regards

    Dear Raj,
    Please refer below link
    Document splitting causes field overflow for currency type 00 in row 003
    Br,Vivek

Maybe you are looking for