Name in Find User Results Form

Hi:
I need to hide (or quit) the first column (Name) in Find User Results Form. It is possible?. There is a function that indicates all of columns, but the first column is not there.
If is not possible to hide or quit it, can i move it to another position?
Any idea?
Thanks.
MJ.

Here is the summary:
To set attribute view visibility/query indexing/accounts list view,
edit in UserUIConfig.xml ->
SummaryAttrNames
QueryableAttrNames
AppletColumns
To modify Accounts Find Users and search results,
edit idm/sample/userSearchDefaults.xml
getSearchableAttrs
getResultColumns
If you do this method, you will not need to edit
Find User Form
OR
Find User Results Form !
This simplifies the problem greatly.
I hope this helps somebody, because i didn't get any info from the forums.
-jason

Similar Messages

  • Short Name for same user results in different service authorization

    New to Mac Server. Not new to Unix, command line, or sys admin.
    I have a Mini Server, with two users; me and my wife.
    Both Accounts have two short names each: Initals+Lastname, and First Name only
    With iChat on the server, my account can login using both short names.
    Her account can only login to iChat using the Initals+Lastname, not First Name.
    Actually her account can log in to iChat using any variation of short names (I've added extra ones), but not the short name of just her first name.
    Both users have identical permissions everywhere I can see, both are authorized for iChat.
    The short name works if I remove permissions on iChat (I don't want to do this)
    Both users are OD users, not local. I only have an admin account for local access.
    Here is a snippet of the Jabber log:
    jabberd/c2s[40845]: [11] SASL authentication succeeded: mechanism=DIGEST-MD5; authzid=[email protected], TLS negotiated
    jabberd/c2s[40845]: odauth_check_servicemembership: checking user "kaarinas" access for service "chat"
    jabberd/c2s[40845]: odauth_check_servicemembership: mbrcheck_servicemembership returned 0
    jabberd/c2s[40845]: odauth_check_servicemembership: user "kaarinas" is authorized to access service "chat"
    jabberd/c2s[40845]: [11] SASL authentication succeeded: mechanism=DIGEST-MD5; authzid=[email protected], TLS negotiated
    jabberd/c2s[40845]: odauth_check_servicemembership: checking user "kaarina" access for service "chat"
    jabberd/c2s[40845]: odauth_check_servicemembership: mbrcheck_servicemembership returned 0
    jabberd/c2s[40845]: odauth_check_servicemembership: user "kaarina" is not authorized to access service "chat"
    I'm stumped as to why one short name would work, the other not. Looking for hints on how to hunt down and solve the problem.

    This isn't working for me. There was never a local "intern2" account, but I deleted the one in the ldap anyway, made and removed the local intern2 account. I then remade the intern2 account in the ldap directory(which increased the uid), rebooted the server, and the error remains the same as what you report.
    Jun  8 13:36:00 server jabberd/c2s[212]: od_auth_check_service_membership: user "intern2" is not authorized to access service "chat"
    There are 12 other accounts connected just fine. The issue is with this new intern account only.
    Server 10.6.6.

  • What is the name of the table for finding user exit !

    What is the table name to find the user exit !

    Hi,
    Goto to the table tstc and enter the transaction code for
    which u want to find out the User-Exits. Check out the
    program name from the result. Goto SE38 and dee that
    program in display mode. Then search for the string Call
    Cutomer-Funtion. All the result of search are the user
    exits defined there for that transaction.
    SAP user exits (enhancement names that we see in SMOD transaction) are all stored in the table MODSAP. The field NAME contains the enhancement name and the field MEMBER contains the name of the function module that will be called if the customer enhancement exists and is active. The customer enhancement projects are stored in the table MODACT. There, the NAME field is the name of the project and MEMBER is the name of SAP enhancement (that from the MODSAP).
    So, if you are in some include, you can use where-used-list to get to the function module name. Then you find the SAP enhancement name from the MODSAP by supplying the function module. And finally, you find the customer enhancement projects by querying the MODACT with the SAP enhancement in the field MEMBER.
    cheers,
    vasavi.
    kindly reward if helpful.

  • The user '*' preference item in the 'User - 6th Form Students Policy {E03166E7-A848-48B5-AA93-97B848AA9C13}' Group Policy object did not apply because it failed with error code '0x80070003 The system cannot find the path specified.' This error was suppres

    I am looking at an issue with users not getting specific group policies. 
    After searching a number of client computers I found that the following error
    The user '*' preference item in the 'User - 6th Form Students Policy {E03166E7-A848-48B5-AA93-97B848AA9C13}' Group Policy object did not apply because it failed with error code '0x80070003 The system cannot find the path specified.' This error was suppressed.
    I can find the folder in the Sysvol folder on all of the domain controllers. 
    The issue with end users seems to be that the proxy settings for internet explorer is not being applied. 
    Potential problems?
    one folder in sysvol entry is empty 
    \\<server>\SYSVOL\<domain.name>\Policies\{E03166E7-A848-48B5-AA93-97B848AA9C13}\User\microsoft\IEAK\LOCK
    or is this our issue
    The old method of configuring proxy settings  to Internet Explorer 9 has changed?
    https://support2.microsoft.com/kb/2530309?wa=wsignin1.0 
    http://thommck.wordpress.com/2013/11/08/the-new-way-to-configure-internet-explorer-proxy-settings-with-group-policy/

    Hi all 
    In administering this policy I am a little confused. 
    We have a policy that distributes proxy settings in the internet explorer maintenance settings section - however when opening this policy up in GPO editor the internet explorer maintenance section is not present.
    I plan to apply the settings via User/preferences/control panel settings/ internet settings (or registry settings from article) however I am unable to edit the settings for internet explorer maintenance and these will persist. Ideas????

  • Getting date range in Find User Form

    Hello experts,Actually my goal is to get list of users having termination date within date range.But here my problem is when i added this business logic in Find user form which does loop on all users i was unable to get the list of users having termination within date range as the termination date of user object is string.
    By gettting problem in the above way we tried to query date attribute of the task property of user object which is set with the value of termintion date when the user is created.The task property code is given below
    <Properties>
    <Property name='tasks'>
    <List>
    <Object name='Conseco Account Termination Date'>
    <Attribute name='date' value='01/10/2008'/>
    <Attribute name='task' value='Conseco Account Termination Date'/>
    </Object>
    <Object name='Sunset Date'>
    <Attribute name='date' value='2/22/2008'/>
    <Attribute name='task' value='Sunset Date'/>
    </Object>
    </List>
    </Property>
    </Properties>
    Could anyone help me in referring the date attribute of 'Conseco Account Termination Date' property

    Because the date is stored as a string, you'll need to use a different format. Use yyyy/MM/dd. You can use the stringToDate and dateToString methods.

  • Query in Find User Form

    Find User Form throws a query and return "result" attribute with user's list. Where's this Query?

    Yes, I'd really love to know this too.
    Anybody have an idea where this Query can be found?
    Thanks

  • Where can i find the user login form

    Hi everyone
    Do you know the name of the end user login form? I want to add a button on it but i don't know where i can find it.
    Somebody has an idea?

    Thanks everyone
    I found the solution in the login.jsp (idm/user/login.jsp). I will just add a link which will execute a workflow.
    I needed to have the number of failed login attemps. So I uses this code in the login JSP
    com.waveset.server.Server _server = com.waveset.server.Server.getServer();
        com.waveset.repository.Repository _repo = _server.getRepository();
        com.waveset.object.WSUser uo = (com.waveset.object.WSUser)_repo.getIfExists(com.waveset.object.Type.USER, "test");
        int nb = 0;
        if (uo != null ) {
            com.waveset.object.ObjectCache _serverCache = _server.getCache();
            uo.setCache(_serverCache);
            nb = uo.getFailedPasswordLoginAttemptsCount();
            %>
                The user is not null <BR>
                nb == <%=nb %>
            <%
        else{
            %>the user is null <BR><%
        }good luck.

  • Open Users Setup form in Find mode

    Hello,
    When I open the users form
    Administration
    ---Setup
    General
    Users
    this form is in Add mode. Is there a way to have it in find mode directly ?
    Thank you
    Sébastien

    Hi,
    It is not possible to have the User - setup in the Find mode default.
    The form opens in the Add Mode and you have to go to the Memo and click on Find or do a Ctrl + F.
    Regards,
    Jitin
    SAP Business One Forum Team

  • Show user´s name and lastname using XML Form Builder

    Hello
    I created a XML project with XML Form Builder and i have to show user´s name an lastname in RenderListItem form.Can anybody help me,please? Thanks

    Hi Unai,
    check out the description by Patricio in this thread:
    https://forums.sdn.sap.com/click.jspa?searchID=78716&messageID=1616027
    Hope this helps,
    Robert

  • "Some of the object names cannot be shown in their user-friendly form"

    Error states:
    "Some of the object names cannot be shown in their user-friendly form. This can happen if the object is from an external domain and that domain is not available to translate the object's name"
    We are receiving this error when we click on a group with ADUC and the members of that group were added from the trusted domain.  Domain A has a one way non transitive trust wtih domain B that is in place and active.
    We have checked every possible setting and configuration and cannot resolve this problem.  Domain A has Windows 2008 R2, domain B is 2003.  Domain A is at a windows 2008 functional leve, domain b is at a 2003 functional level.
    YOu can add account from domain B into domain A , but they immediately turn to SIDS once you hit "apply".
    Validated trust on both ends
    triple checked DNS and see no issues
    checked policies
    dcdiag returns no errors
    Could this be a bug with having a trusted domain on 2003 and the non-trusted domain on 2008 R2?

    Hi,
    This error occurs if:
    (1) the other domain is not available (meaning, not connected or name
    resolution is bad, etc)
    (2) the object in the other domain has been deleted
    (3) Broken secure channel
    Please refer to the below link:
    http://us.generation-nt.com/answer/objects-names-translation-help-77158972.html
    Regards,
    Yan Li
    If you have any feedback on our support, please click
    here
    Cataleya Li
    TechNet Community Support

  • Help to find user exit/BADI in cj20n to save requisitioner as use name

    Hi,
    I have requirement in cj20n. Please help me to find user exit or BADI for cj20n which saves requisitioner as user name automatically.
    Thanks,
    Roshani.

    Hi,
    Check this BADI :                   WORKORDER_CONFIRM.
    Goto SE18 ---> Give the above BADI name. If you want to create go to SE19 and use the above definition to create.

  • Variable to find user-exit name???

    Hello everyone,
    I have a simple query for user-exits. Suppose we are executing a main program SAPLZ*** which has multiple user-exits(ZXVV**02, ZXVV**03, ZXVV**04, ZXVV**05), Is there any standard variable defined to know the name of the user-exit currently running or executing?? I tried with variable sy-repid but it gives the name of the main program i.e. SAPLZ***, we are executing and not the name of the user-exit ZXVV**02/03/04...
    Any help would be highly appreciated...

    Thanks Glen, I actually want to know is the name of the exit is captured in any variable. As my motive here is I will be putting a SELECT query in that user-exit and the table will have entries for multiple user-exits. So when selecting the data from table I don't wants to hardcode the exit name in WHERE clause and hence looking forth that is there any variable which captures the exit name automatically, and I can use that variable.
    tried with sy-cprog and sy-repid but they gives the name of the main prog, not useful here.

  • Query find no records in Enter Quality Results Form (QLTRSMDF)

    Hi,experts
    When execute query (F11/ctrl F11) in Enter Quality Results Form (QLTRSMDF) for a particular plan,say I want to query all results in that plan,it found nothing.
    In system block/last query, found that it uses occurrence and collection_id which is newly created.
    And compare with the SQL used in Update Quality Results Form,there are different conditions used,say org_id is used in the Update form.
    Is it okay to query results in Enter Quality Results Form (QLTRSMDF) of a plan?
    or it is designed to use the Update form to query and update?
    Thanks in advance!
    Morris

    No you have to use the View Quality Results Form (QLTRSINF) to see already entered collection results. The enter form is only to enter new collection results.

  • Find User Workflow

    Hi,
    I have a requirement of searching users from the end user menu, display search results, update teh fields and resources. The search is based on accountId. I have a form for this and on clicking search on the form, the WF gets called. The following is the WF i have for this:
    <Activity id='0' name='Start'>
    <Transition to='Check if user exists'/>
    <WorkflowEditor x='9' y='55'/>
    </Activity>
    <Activity id='1' name='Check if user exists'>
    <Action id='1' name='testUser'>
    <invoke name='testUser' class='com.waveset.ui.FormUtil'>
    <ref>WF_CONTEXT</ref>
    <ref>waveset.accountId</ref>
    </invoke>
    <cond>
    <notnull>waveset.accountId</notnull>
    </cond>
    <Transition to='checkoutView'/>
    <s>Please enter a valid accountId</s>
    </Action>
    <Activity id='2' name='checkoutView'>
    <Action application='com.waveset.session.WorkflowServices' id='0'>
    <Argument name='op' value='checkoutView'/>
    <Argument name='id' value='$(waveset.accountId)'/>
    <Argument name='type' value='User'/>
    <Return from='view' to='user'/>
    </Action>
    <Transition to='Display Search Results'/>
    <WorkflowEditor x='84' y='164'/>
    </Activity>
    <Activity id='3' name='Display Search Results'>
    <ManualAction id='0' timeout='2880' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef name='Display Results Form' type='UserForm'/>
    </FormRef>
    </ManualAction>
    <Transition to='updateResources'/>
    <eq>
    <ref>formButton</ref>
    <s>Save</s>
    </eq>
    <WorkflowEditor x='342' y='55'/>
    </Activity>
    <Activity id='4' name='updateResources'>
    <Action id='1'>
    <block>
    <set name='user.waveset.resources'>
    <appendAll>
    <ref>user.waveset.resources</ref>
    <list>
    <s>AD</s>
    <s>LDAP</s>
    </list>
    </appendAll>
    </set>
    </block>
    </Action>
    <Transition to='Refersh View'/>
    </Activity>
    <Activity id='5' name='Refresh View'>
    <Action id='1' name='refreshView' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='refreshView'/>
    <Argument name='view' value='user'/>
    <Return from='view' to='user'/>
    </Action>
    <Transition to='End'/>
    <WorkflowEditor x='265' y='162'/>
    </Activity>
    <Activity id='6' name='End'>
    <WorkflowEditor x='405' y='164'/>
    </Activity>
    I find a disconnect in this workflow. Will calling the form in "Display search results" activity display the entire information from the check out view. How will the values from the ckechoutView be passed to this form?
    Please help.
    Thanks

    I always found it more convenient / reliable to use action blocks inside activities.
    Something like:
    <Activity id='3' name='Provision'>
    <Variable name='user'/>
    <Action id='0' name='Get View' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='getView'/>
    <Argument name='type' value='User'/>
    <Argument name='id'>
    <ref>WF_CASE_OWNER</ref>
    </Argument>
    <Return from='view' to='user'/>
    </Action>
    <Action id='1' name='Append Roles'>
    <expression>
    <block>
    <set name='user.waveset.roles'>
    <append>
    <ref>user.waveset.roles</ref>
    <ref>role</ref>
    </append>
    </set>
    </block>
    </expression>
    </Action>
    <Action id='2' name='Refresh View' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='refreshView'/>
    <Argument name='view'>
    <ref>user</ref>
    </Argument>
    </Action>
    <Action id='3' name='CheckIn' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='checkinView'/>
    <Argument name='view'>
    <ref>user</ref>
    </Argument>
    </Action>
    <Transition to='Notification'/>
    <WorkflowEditor x='133' y='253'/>
    </Activity>
    PS: In activity 4 in your code, penultimate line should be:
    <Transition to='Refresh View'/> (Refersh typo)

  • Can't find user exit or enhancement at RGJVBR15

    Hi everyone,
    I need your help guys. Right now,i'm developed sapscript for billing statement (cash call and expenditure). I have finished the form but i have problem at print program RGJVBR15. This print program is called by RGJVBR10 (Tcode : GJ14 --> Hard Copy Billing).GJ 12 and GJ 13 is used to extract data that will be used by forms.
    There is statement like this in RGJVBR15 at subroutine CREATE_EXPENDITURE (Line 1421 in include file RGJBF_I1) :
    AT NEW C5_CURR. --> Group by funding currency
       PERFORM POPULATE_SPOOL_ID
    ENDAT.
      PERFORM F6100_PROC_...  -> This will be used to open form,write form (sapscript)
    AT END OF C5_CURR.
    ENDAT.
    The problem is that i want to change this logic. I want to change the standard logic (display report group by funding currency), i want to ignore this and instead using group currency. So there only one report produced with one currency only (if using standard logic there is more than 1 report based on funding currency). But i can't find user exit or enhancement in this SAP Standard Program. Is anyone know if there is user exit or enhancement in this program? I don't want to use implicit enhancement because it's will produce problem when client want to upgrade their system. Thank you.
    Best Regards,
    Satria

    hi,
    for tcode GJ14 user exits avaliables are
    Exit Name           Description
    JVA-IM-1             Joint Venture: Integration Manager Set Intercompany Lines
    JVA_IM_2            User Exit Splitting
    JVA_IM_3            User Exit Check Document
    regards,
    paras

Maybe you are looking for