User create prep base on organization

Hi,
On the user create i would like to search for an organization and once selected it should bring back not just the organization name but also the address and phone.
e.g.
Organization: Company1
Address: ABC street
phone: 123343
It this possible? If so would you be able to point me to how i would go about do this.
king regards

I was thinking of using OIM API to do this.
e.g.
1. user select the organization in formmetadata.xml the attribute looks like
<Attribute name="-2" label="global.xlmetadata.organizations.organization_name" displayComponentType="LookupField" variantType="long" dataLength="50" map="Organizations.Organization Name">
<ValidValues lookupMethod="findOrganizationsFiltered" operationClass="Thor.API.Operations.tcOrganizationOperationsIntf" displayColumns="Organizations.Organization Name,Organizations.Status, act_udf_company_name, act_udf_registration_id" selectionColumn="Organizations.Organization Name"/>
</Attribute>
2. Based on the return value say "Company A" do something like
<Attribute name="-2000" label="Address" displayComponentType="TextField" variantType="long" dataLength="50" map="Company_Address">
<ValidValues lookupMethod="findOrganizationsFiltered" operationClass="Thor.API.Operations.tcOrganizationOperationsIntf" displayColumns="Organizations.Organization Name,Organizations.Status, act_udf_company_name, act_udf_registration_id" selectionColumn="Organizations.Company Address"/>
</Attribute>
The problem i see is how to pass the return value in step 1 into step 2 for the query..
Am I going down the wrong path here?
kind regards,

Similar Messages

  • Help needed! How to send Email if user created in a specific organization

    Hello experts.
    I have edited the Create User workflow to include the Email notiifcation. I follow the example in the manual under Example workflow customization.
    What I have discovered is that it will send email no matter which Organization a user is created in. e.g. Top or Top:MyOrg or Top:Disabled
    I only want Email sent if user is created in Top:MyOrg
    What data is available during the workflow?
    Currently the transition to Email User in the Notify activity doesnt have a condition... it will always branch to Email User.
    What I want is a conditional branch only doing the Email User if the organization=Top:MyOrg
    What does this condition look like?
    I guess I also need to include a branch to end in the Notify if necessary.
    I am new to customizing workflow but this is urgent request.

    sorry.
    trial and error have shown me that
    <eq>
    <ref>user.waveset.organization</ref>
    <s>Top:MyOrg</s>
    </eq>
    is the condition for me to use.

  • How to create bpartner base on my logon user id?

    hi, I try to create a service contract and get error message that my user id is not a business partner, so how to create bpartner base on my logon user id?
    thanks

    Hi,
    Create Business Partner from Txn : BP and extend same BP to role Employee. In Identification tab there is field user name just assign your User Id here and save.
    Regards,
    Dipesh.

  • How to create a user defined type base on existing table

    Hi Everyone,
    Are there any way to create a user defined type base on existing table us as :
    CREATE OR REPLACE Type MyTable Is Table Of PART%ROWTYPE;
    where Part is a table.
    Regards,
    JDang

    Hi JDAng,
    Can't be done. %ROWTYPE is a PL/SQL construct, and as such cannot be used in SQL.
    Regards
    Peter

  • Don't want user create new item via VA02

    Hi experts:
    If I don't want user create new item in sales order via VA02,
    how can I do it ??
    Thanks
    Shwan

    This can be done by Roles and authorisation.
    Basis can be able to do the settings in such a way that once the user save the sales order at VA01, he can' t change anything in that.
    THat can only be modified by the authorised person.
    Reward if useful.
    Regards,
    Kaleeswaran B

  • User is not integrated in organizational model

    Hi!
    We are in SRM 5.0 Server 550. We have created our own roles based on the standard roles. Our employee role is almost identical to SAP_EC_BBP_EMPLOYEE. We have added some transactions.
    Users_gen worked fine for the users, their attributes are maintained in BBPOMA_BBP and the check tab shows green light. But when user logs on and tries to maintain its settings we receive the message "User is not integrated in organizational model"
    We also receive an error while trying to create a SC. I think this is related to the problem above.
    Have we missed a crucial transaction?
    I can see we are missing the authorization object PLOG.
    Sincerely
    Anders
    Edited by: Anders Öhrling on Nov 5, 2008 10:56 AM

    Hi!
    The problem stared when I was trying out the new role that this user has gotten. BBPSC02 didn¨t work. By a chance I looked at the settings and saw that "User is not integrated in organizational model" was stated at the top. One could also see that no attributes at all was maintained here. So it looks like there is a correlation between BBPSC02 dump and that the user is not integrated in the organizational model.
    Sincerely
    Anders

  • ACS User 'Create Date' Attribute?

    Is there a 'create date' attribute for an ACS user? A typical question auditors will ask us for is a list of ACS/Remote access users created since 1st Jan 2010?
    Thanks,
    Brian

    Jrabinow, thanks for your response. Was there supposed to be an screenshot of the ACS 5.1 user account? I'm testing out aaa-reports on trial basis currently. We're using ACS 4.1, obviously if there is no such attribute on our version, then we can't extract this information or report on it using a 3rd party tool.

  • Dump in transaction IB51 - create installed base

    Hi,
    We have installed CRM 2007 at our site. The transaction for creating installed base IB51 on selecting the category of installed base and pressing enter throws an ABAP dump.
    The category being used is a standard SAP delivered category; yet there is a dump.
    Kindly suggest the notes / corrections / SPs applicable if any; since the system is a new system and the error is not config related.
    Regards,
    Dhaval.

    Hi Dhaval,
    Sorry, but SAPGui is no longer a supported UI for SAP CRM 2007 for any end-user facing applications. Consequently, the transactions in SAPGui are no longer supported. So you won't find corrections (notes, SPs) that will correct his problem.
    SAP CRM 2007 comes with a complete new Web UI: The CRM WebClient UI. It allows a role based web access to all CRM applications. SAP CRM WebClient UI can be used integrated into the SAP Enterprise Portal but also "stand-alone" with a "local" application shell ("L-shape") which is delivered as part of SAP CRM ABAP server itself.
    Please refer to many other threads in this forum, the SAP help portal and the CRM BPX communitiy pages for more information about the WebClient UI.
    Best regards
    Peter

  • How to get the user created at and modified at properties for a site collection using powershell

    Hi guys, I Know how to get the list of users of a site collection by Get-SPUser cmdlet but hte problem is that this cmdlet doesnt give me the user Created at and modifed at properties 
    can any one tell me how to get these values via powershell???? 
    ps: ignore the 2013 screenshot.. i just want a way to get those values .. if you provide me solution in either 2010 or 2013 , i will crack the other..
    plz guys help me ...

    Get the User Information list and then get the user from that list
    $web = Get-SPWeb "siteUrl"
    $userInfoList = $web.SiteUserInfoList
    $userItem = $userInfoList.Items[0]; #0 here is just for demonstration. You take the user you want here or loop through all users.
    $created = $userItem["Created"]
    $modified = $userItem["Modified"]

  • How to get the user created when I prepare for the BD Identity Manager

    Hi I have a query, I need to get a backup database Identity Manager 9.1, I have a problem I do not remember user created to perform the backup, how can you know that I created when I made the installation of Identity Manager, or how can I find

    Hi,
    You can do this trick:
    1) Go to "Deployment Manager" in the Web Console, and open the EXPORT applet
    2) Export the User Defined Fields from the USR form. You don't need any dependence for this.
    3) Open the generated XML with a text editor.
    3) Search for the <SDK_SCHEMA> tag
    This tag contains the OIM schema name, wich shoud be your OIM database user.
    Hope it helps,

  • Can't log in as a user created in Workgroup Manager

    I am a little confused about users created in Workgroup Manager.
    I have created an account with all the proper permissions to log in etc. Their home directory is listed as afp://home/Users (home is the name of the server). The directory for the user I am trying to log in as doesn't exist yet.
    When I try to log into the server "home" with this newly created user, I get the vibrating window that indicates the log in failed.
    I am used to windows and AD where I would create a user in AD and then use something like \\domain\user to log in to the machine as that user. If i wanted to create a local user on that machine, I could do that too and then log in as \\machine\user to get the local user.
    Are Workgroup Manager created users like AD users? Can I use them to log into any machine on the network hooked up to the SL server machine? In this case I want to log into the SL Server machine with this user.
    Thanks for any insight
    Greg

    There is only one root user, so saying "a root user" doesn't make sense. What you mean is an admin user, and it looks like your account has somehow manage to lose its admin privileges.
    Follow the instructions in I lost my admin user and you should get them back.
    Note that in this User Tip, 'youruser' is a placeholder. You are supposed to substitute the short name of your account wherever it appears.

  • Environment variables (user) created at OS level dont show up in BIDS 2008

    Environment variables (user) created at OS level don't show up in BIDS 2008.
    I had a variable ConfigLocation created and it is not showing up when I am trying to configure it in BIDS
    Is this a known issue or a bug?
    Now in BIDS it doesnt show up
    Mudassar

    Yes it shows up after restart of BIDS .
    But during design time this is a bug I hope Microsoft fixes this bug in the future releases
    Mudassar
    It's not really a bug. Visual Studio loads the environment variables when starting up.
    In future releases you use projects and parameters instead of environment variables, so the issue goes away ;)
    MCSE SQL Server 2012 - Please mark posts as answered where appropriate.

  • How to find out which user create folder

    how to find out which user create folder in shared drive?

    Hello,
    you have to enable Auditing in on the DCs OU and also on the top folder level where this should be monitored.
    http://technet.microsoft.com/en-us/library/cc784387(v=ws.10).aspx
    http://support.microsoft.com/kb/310399
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://msmvps.com/blogs/mweber/
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.

  • New user created in oracle 11g (release 2) is not connecting (ORA-01017)

    Hi All,
    Kindly help me out regarding this.
    I have created a new user using "ORACLE Enterprise Manager 11g" and used the same credentials in SQL developer for a new connection and it throw "ORA-01017: invalid username/password; logon denied" message.
    Kindly note that have followed the following steps in creating user:
    On the Users page, click Create.
    In the Name field, enter NICK.
    In the Profile list, accept the value DEFAULT.
    This setting assigns the default password policy to user Nick.
    In the Enter Password and Confirm Password fields, enter a password that is secure.
    Create a password that is secure. See Oracle Database Security Guide for more information.
    Do not select Expire password now. If the account status is set to expired, then the user or the database administrator must change the password before the user can log in to the database.
    (Optional) Next to the Default Tablespace field, click the flashlight icon, select the USERS tablespace, and then click Select.
    All schema objects that Nick creates will then be created in the USERS tablespace unless he specifies otherwise. If you leave the Default Tablespace field blank, Nick is assigned the default tablespace for the database, which is USERS in a newly installed database. For more information about the USERS tablespace, see "About Tablespaces".
    (Optional) Next to the Temporary Tablespace field, click the flashlight icon, select the TEMP tablespace, and then click Select.
    For the Status option, accept the default selection of Unlocked.
    You can later lock the user account to prevent users from logging in with it. To temporarily deny access to a user account, locking the user account is preferable to deleting it, because deleting it also deletes all schema objects owned by the user.
    Grant roles, system privileges, and object privileges to the user, as described in "Example: Granting Privileges and Roles to a User Account".
    Note: Do not click OK in Step 13 of "Example: Granting Privileges and Roles to a User Account". Instead, skip that step and continue with Step 12 in this procedure.
    Assign a 10 MB quota on the USERS tablespace, as described in "Example: Assigning a Tablespace Quota to a User Account".
    If you did not click OK while assigning the tablespace quota (previous step), click OK now to create the user.Kindly note that I have log in as SYSTEM user and created this new user.
    Could any one help me regarding this ?

    After connecting with sqlplus, as user SYSTEM and when tried the below, I could see that the new user created by me does not exist..
    select '--' || username || '--'
    from dba_users
    order by username;
    But when tried with GUI "ORACLE Enterprise Manager 11g" I can very well see the new user created by me..
    How is this possible mate??
    Is the user not properly created through GUI (than from where it is showing the new user)
    Some more information i want to share;
    i have used schema "HR"
    And have used table space "USERS"
    And tep tablespace "TEMP"
    Edited by: 828569 on Jan 16, 2011 9:01 PM
    Edited by: 828569 on Jan 16, 2011 9:03 PM

  • Can we start more than one user created database at the same time

    Hi.,
    Can we start/work more than one user created database at the same time ??
    --Shyam                                                                                                                                                                                       

    Hi Shyam,
    I really dont understand what you have asked?
    If your question is can we start more than one database at the same time then the answer to that is yes but provided to have enough resources on your server to support running of two or more different databases on the same machine.
    Ex Senior DBA

Maybe you are looking for