Change columns displayed in 'List Accounts'

Folks,
I am part way through customising some forms in IDM and would like to change the columns displayed in the 'Accounts->List Accounts' tab. By default, after the userid, you get
     Last Name
     First Name
     Manager
I want to replace Manager with one of the new custom fields. Can it be done?
Gavin

It's been a long time since I've done this and I'm just going off the top of my head but I think you need to edit the UserUIConfig configuration object. In there you should see some entries that you can modify/remove to update the columns that are displayed.

Similar Messages

  • Change column display name

    Hi,
    How can one change the display name of a column.
    For example I have columns C_ProjectID which when display in view should appear "Project ID". I tried to play with FieldRef but somehow it doesn't reflect the change on page.
    What I am missing here? Below is the schema from Sharepoint designer.
    Thanks in advance.
    Regards,
    Abdul
                    <ViewFields>
                        <FieldRef Name="TISImpact_x0020__x0028_Yes_x0020" DisplayName="Impact (Y/N)"/>
                        <FieldRef Name="C_Title" DisplayName="Title"/>
                        <FieldRef Name="C_ProjectID" DisplayName="Project ID"/>
                        <FieldRef Name="TBP"/>
                    </ViewFields>

    Hi,
    To change the column name, you can simply select the field name from the ListSettings page and change its title /column name to the desired name. Note:the internal name of the column will still remain the same.
    Secondly, you can also do this progrmatically too :
    using (SPSite site = new SPSite("http://site"))
    using (SPWeb web = site.OpenWeb())
    web.AllowUnsafeUpdates = true;
    SPList sampleList = web.Lists["ListName"];
    // Imp Step
    SPField title = sampleList.Fields.GetFieldByInternalName("C_ProjectID");
    title.Title = "Custom";
    title.Update(true);
    sampleList.Update();
    web.AllowUnsafeUpdates = false;
    You can change the display name via Sharepoint Designer bu clicking on the list -> list settings -> click on "Edit list columns" under cutomizations > select the column and right click and select rename.
    Hope this helps
    Regards,
    Priyanka

  • Dynamically changing column display type

    Hi,
    I have a report that gets generated every day with different column names. The report contains a decode statement that uses a row value to return using pictures. The problem I am running into is the column is being displayed as text and the value of the row is showing up as some html text instead of the picture. The default Column report in APEX 4.1 is for the report to be displayed as "Display as Text". I know the APEX team did this for security reasons. Is there any other way to display the column as "Standard Report Column".
    I want the report to be displayed as a "Standard Report Column" instead of me going in and changing it manually to "Standard Report Column".
    Any help in the right direction is appreciated.
    -Abe

    I have been trying to find the same solution... the ability to either default all my columns to "Standard Report Column" instead of "Display as Text" or to dynamically change them from code. Or it would even be great if the "Display As" value on report columns (both Classic Reports and Interactive, mine is Classic) was a column in the "Column Attributes" table on the "Report Attributes" page so that I could just change them all and hit "Apply" from that one page instead of having to go into each column's properties individually. (It's time consuming and tedious and easy to miss columns because I can't tell what I've changed.)
    If anyone has any thoughts, I'd love to hear them...

  • Project save as changes columns displayed

    I use Project Server 2010 and Project Professional 2010.
    One user has a problem on her specific machine that I cannot reproduce on mine. When she opens a project and does 'save as', the version that is saved shows different columns to the ones that were in the original file. For example, the original file had
    'work' displayed and the new one shows 'duration' but not work.

    HFprojects,
    Since I don't use Project Server I'm not familiar with how a local Global file interacts with the Enterprise Global file but it does sound like the user's machine is responding to a local Global that is different from the Enterprise Global used by others
    in the Project Server environment. You could try the following:
    1. Close Project
    2. Find the user's working Global (should be C:\users\[PC name]\App Data\Roaming\Microsoft\MS Project\14\1033) and move it to the trash
    3. Open Project and see if it now works correctly
    John

  • I can't change the view of a smart playlist in iTunes 11.  Columns display at the top will not convert to list

    Hi -  I just upgraded from the previous version of iTunes to iTunes 11.  One of my previous playlists appeared as a smart playlist, and when it displays there is a set of columns at the top with a separation splitting the columns from the list.  I am trying to get rid of the columns from the top of this screen, but have been unable to find any information on how to do this.  This only happens in this playlist, and I am unable to locate a view option or display setting that will change it.  The "Column Browser' is unavailable in the view menu.
    Thanks

    Is the App-Installation restriction in Settings/General/Restrictions on that iPod activated?
    Does the problem come back after restoring "as new iPod" without using the backup?
    Message was edited by: Ingo2711

  • Can you modify the default columns displayed in standard lists?

    Hi,
    Is it possible to changes the columns displayed in the standard out of the box lists? e.g. All Companies.
    After making our customisations most objects need to have their standard list columns modified and I do not really want to have to re-create all the standard lists we want to use in order to get relevant columns displayed?
    Thanks for the help.

    Hi,
    I don't believe you can modify the out of the box lists without recreating them.
    Not sure if this will work for you, but a possible workaround would be to use Search Layouts to achieve your desired result. For example, if you were to modify the Search Layout for accounts to reflect all the relevant columns you need to display, then a simple search for "*" as the Account Name would result in a search for All Accounts in the list format you wish to see.
    Hope this helps.
    Regards,
    Cameron

  • Conditional display of list box in form (depends on other report column)

    Hello,
    i have one question regarding conditional display in forms.
    I have a tabular form where only one column ("flag") is updateable, all other columns are visible only.
    I changed the column "flag" from "standard report column" to "Select list (static lov)", which has the values "yes" and "no".
    This works fine. But in the running form i want to display the list box only if the column "status" = 'ERROR'.
    The column "status" can have the values 'ERROR' and 'OK'.
    When one record has "status" = 'OK', the column "flag" should not display the list box (only empty column row),
    when one record has "status" = 'ERROR" the column "flag" should display the list box.
    The idea behind is that if a record has "status" = 'ERROR' i have the possibility to confirm that "error" and update the column "flag" with "YES". This should only be possible for errors.
    This is my main problem.
    I tried with conditional display, but this hides or shows the column for the whole report/form, not on record level...
    The second problem then is, that if the column "flag" is changed to "YES" in case of column "status" = 'ERROR', then it should not be possible to change it again to 'NO". At the beginning it is 'NO', but once changed to 'YES' it should not be changeable any more.
    Is this possible?
    Thank you in advance,
    Matthias

    Hello Mike
    your solution sounds good, but unfortunately it is not working.
    None of my 2 columns are displayed, although i tried it as you wrote and the conditions should match...
    But i am no sure if this can work. If so, the 2 columns must fuse to 1 column:
    ID STATUS FLAG
    1 ERROR yes/no => comes from column1
    2 OK (null => comes from column2
    so "FLAG" must display column1 and column2 in one column. is that possible?
    regards,
    Matthias

  • Interactive Report - Display New/Changed Columns

    Hi,
    when I add or change a column in Interactive Reports, APEX doesn't show me the new column automatically.
    Everytime the user log in, he has to go on "Actions" and "Select Columns" manually, otherwise the new/changed column won't be displayed.
    How can I do that the column is displayed automatically after login?
    I am using APEX 4.0.2.00.07.
    Regards,
    Marc

    Either you, as a Developer, can save the report as Public.
    Or an aithorized user can save the report as a General/Shared Report.
    Or the user can save the report as a Private one.
    Pick the columns you/user wants to see. Then [Action -> Save]

  • I have three email accounts and want to know how to change the display order.

    I have three email accounts and want to know how to change the display order.

    Install this add on.
    https://addons.mozilla.org/en-US/thunderbird/addon/manually-sort-folders/?src=search

  • Dynamically assign value to a column in ALV LIST Display

    Hi all,
    How can I dynamically assign value to a column in ALV LIST Display without using classes and methods?
    Thanks,
    Ridhima

    Hi Vikranth,
    I am displaying one ALV list say with columns A and B.
    I have value in A but not in B. Now at runtime user selects one row, clicks on push button in application toolbar, then i have to display value in column B in the already displayed list.
    I searched and came to know it can be done with oops concept. but i am not using classes and methods.
    so how can i do this?
    Thanks,
    Ridhima.

  • Change Line Item Display in GL Accounts

    Hi, I need to know how can I make a massive change to all my GL Accounts, to put the check in the flag of "line item display" in the Control Data of my accounts

    Hi,
    Try transaction MASS or you can find help at http://help.sap.com/saphelp_erp2005/helpdata/en/59/0735b112c311d396cb006094b969cf/frameset.htm
    If you find the answer useful, please assign reward points.
    Regards,
    Svetlin

  • Display more columns in ESS "Time Accounts" table in "Leave Request"

    Hi all,
    does anybody know how to configure the display of columns in the "Time Accounts" table in the ESS-WebDynpro "Leave Request" ? I currently see
    Time Account /  Deductible to / Entitlement / Remainder 
    We would like to include other columns and can't find to manage this in the WebDynpro ess~lea (we're using EP6, SAP_ESS 100 SP19) - all 12 existing columns are already set to "visible" in AccListView. In implementation of method format() in FccAccList all values are assigned, but the columns get not displayed...
    Please could you advise, where and how this can be customized?
    Is it to customize in backend or WebDynpro or ??
    Thanks,
    Monika
    Edited by: Monika Verwohlt on Jul 16, 2009 11:25 AM

    sorry

  • Search keyword display dropdown list two columns

    Sheet1:
    Sheet2:
    Question: Is it possible to create a searchable Dropdown list in Sheet1 A6 that displays a list of combined Sheet2’s ColA+ColB. And the ColB of the selected row will be the value of Sheet1
    B2.
    i.e. If type in a keyword ‘apple’ on Sheet1 A6, Sheet1 A6 cell will have a dropdown list of Sheet2 A2-B5. Then the user will select a row from this dropdown and Sheet1 B2 will display the price (ColB) of the selected value.
    Please let me know if this makes sense. Thanks.

    Some questions.
    Why is the price going on a different row?
    Do want a drop down at A6 and you will be selecting one item after another from this same place or do you want more DropDowns on the following rows.
    The price is inserted at cell B2. Will the price always be in cell B2 or the next blank cell in that column?
    What sort of DropDown are you looking for? Can we use a ComboBox or do you specifically want a Data Validation DropDown. (Can be done with a ComboBox but not sure how this could be done with Data Validation.)
    Regards, OssieMac

  • The "organize bookmarks" section has disappeared from my bookmarks dropdown. I want to export my list as back-up prior toan overhaul. No major changes have been done to account for it. in English

    The "organize bookmarks" section has disappeared from my bookmarks dropdown. I want to export my list as back-up prior toan overhaul. No major changes have been done to account for it. in English
    I have tried the usual suspects to no avail - the item remains stubbornly hidden

    It's called "Show All Bookmarks" now. You can also open it by pressing CTRL+SHIFT+B

  • Hierarchy  column display image(Triangle) format need to be changed in obiee11g

    Hi ALL,
    Hierarchy  column display image(Triangle) format need to changed
    For Mobile users of obiee11g, the triangle symbol image is big in size while viewing in mobile phone,i have two issues
    1. I need to reduce the size of triangle image
    2.Need to reduce the spacing between triangle image and the text
    Expecting the  the response ASAP
    Thanks,
    Bala

    Hi ALL,
    Hierarchy  column display image(Triangle) format need to changed
    For Mobile users of obiee11g, the triangle symbol image is big in size while viewing in mobile phone,i have two issues
    1. I need to reduce the size of triangle image
    2.Need to reduce the spacing between triangle image and the text
    Expecting the  the response ASAP
    Thanks,
    Bala

Maybe you are looking for

  • Attached documents to item

    Dear Experts,    I add an attachment ( eg: brochure) to an item by going to the specific item, right clicking-New Activity-Attachements--Add an attachment.. Now the problem is face is, the limited license user is not able to view this document.Moreov

  • EUL tables, Business Area and Work books!

    Hi, I would like to know , how are the business area connected to Workbooks! through which EUL Tables! Business area is stored in EUL4_BAS table Workbooks are stored in EUL4_DOCUMENTS table BUT HOW ARE THESE TABLES CONNECTED? I want to create a repor

  • Re-download Video's With Higher Resolution?

    Is there any way to re-download all my old videos from iTunes with the new, higher resolution? Or am I going to be stuck with the crappy quality? Any help would be great, thanks.

  • RMAN retention policy

    Hi, on 10g R2 on AIX6.1 , I have the followings : RMAN> show all; RMAN configuration parameters are: CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 14 DAYS;My backup script : RMAN> run       allocate channel t1 type disk;       backup as compressed

  • Can a prepaid Mifi be used in Toronto, Canada??

    Hi, I'm going to travel in NY, and I plan to go to Canada for one or two days. Can the prepaid Mifi service be used in Toronto?? If not, is there something else Verizon can provide?