Additional attributes for requester and approver

Hi,
I have a scenario:
1.Requester should raise the request to assign the role for beneficiary and requester should select 'Valid from' and 'valid till' (valid from and valid till are additonal attributes)
2. Approver will reivew the request and should be able to change the 'valid from' and 'valid till' dates ( role active dates )
I have changed the 'AssignRolesDataset.xml' to display the additionals attributes for approver task by making 'approver-only'.
Can I add addtionals attributes for requester ? Can the requester additional attributes values will visible to approver to review and change?
These Additional attributes stores in which table?
Can any one Please guide me here.
Thanks
gr

Hi,
I have created the 'AssignRolesDataset.xml' as below and imported successfully in oim (purged also), but not able to see the additonal attributes when I raise the request from self service and select the 'Assign Roles' , also not able to see the attributes with approver.
AssignRolesDataset.xml
<request-data-set xmlns="http://www.oracle.com/schema/oim/request" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oracle.com/schema/oim/request" name="AssignRolesDataset" entity="Role" operation="ASSIGN">
<DataSetValidator name="CreateUserDataValidator" classname="oracle.iam.requestactions.plugins.datavalidator.CreateUserDataValidator"/>
<AttributeReference name="RoleActiveFrom" attr-ref="RoleActiveFrom" type="Date" length="30" widget="date" read-only="true"/>
<AttributeReference name="RoleActiveTo" attr-ref="RoleActiveTo" type="Date" length="30" widget="date" required="true"/>
</request-data-set>
Please correct me here.
Thanks
Gr

Similar Messages

  • Need to retrieve additional attributes for roles and users

    Hello
    We need to access some attributes for our application. This information is not accessible through the core API. The attributes we need are as follows
    User Account
         Password locked
                    Date account locked last
              Account locked last by
              Date account last unlocked
              Account last unlocked by
              Reason for last account unlock
    Roles
              Created By
              Person Responsible
              Changed By
    I know we can access this attributes using the IPCDAttribute. What i want to know are the namespaces and the corresponding attribute names. Could anybody point me in right direction? I have seen that IUserAccount API has a method called isPasswordLocked() which should return me the locked information, but i cannot access that method in the java code.
    Any help is very much appreciated.
    Regards
    Kalpesh
    Edited by: Kalpesh Shirodker on Aug 5, 2008 3:10 PM
    Edited by: Kalpesh Shirodker on Aug 5, 2008 3:11 PM

    Hi Apurva,
    This Srini, i need your help for Leave Encashment workflow Approval Process in 3levels of approval.
    r u worked on same proceed for that. i can see the your posted on 5 months back in sdn.
    i can implement the bidi. how to determine agent 3 levels and how to link to workflow template and which workflow step types are using one by one tell me.
    Please i need your help leave encashment approval process. plz give me u r GMAIL ID.
    Regards
    MSR

  • Marketing Attributes for account and Contact

    Hi,
    I am looking at Marketing Attributes of an Account. They are fine.
    And I am looking at Marketing attributes of an Contact for this account. But these values are different from Account Marketing Attributes.
    They are not same...can you please let me know..when they will bcome same (for Account and his contact).
    And when I create lead(campaign)...will these attributes changes for Account and Contact?
    Please let me know...as I am very new to CRM Marketing.
    Thanks,
    Sandeep

    Hi,
    If the marketing attribute set is created with assignment to bith Accounts and Contacts.. the same would be visible through out.
    If u want different set of attributes for contacts and accounts, define multiple marketing attributes and select the checkbox for availability in either contacts or accounts and not both.

  • Powershell script to Scan Active Directory Attributes for Country and Department ,Then add to Sales Group then add to Distribution list based on Region

    Hey Scripting Guys,
    I have been in and out of Powershell last few years, not that great at it tbh !!! I'm looking for advice on how I can as in Title, Create a Powershell script to Scan Active Directory Attributes for Country and Department ,Then add to Group then add to Distribution
    list based on Region/Country
    I was thinking along the lines of get-aduser -LDAPFilter "(department=SALES France) and adding a where clause for country.
    Any help would be great.
    Dec

    So I have tried a few variations but get errors on both 
    get-aduser -LDAPFilter "(&(department=SALES)(c=us))" | Add-ADPrincipalGroupMembership -MemberOf "testgroup"
    get-aduser -LDAPFilter "(&(department=SALES)(c=fr))" | Add-ADGroupMember -identity "testgroup"
    Add-ADPrincipalGroupMembership : Object reference not set to an instance of an
    object.
    At line:1 char:86
    + get-aduser -LDAPFilter "(&(department=SALES)(c=fr))" | Add-ADPrincipalGroupMe
    mbership <<<< -MemberOf "testgroup"
    + CategoryInfo : NotSpecified: (:) [Add-ADPrincipalGroupMembershi
    p], NullReferenceException
    + FullyQualifiedErrorId : Object reference not set to an instance of an ob
    ject.,Microsoft.ActiveDirectory.Management.Commands.AddADPrincipalGroupMem
    bership

  • Web Service Usage Discussion - Both for request and response.

    Hi,
    I have some discussion questions ( by the way i have done my search in the forums )
    1) How would you solve the problem of registering user from iphone application without making the user to enter a security code to prevent spam?
    ( We use graphical captchas to minimize the risk in web.. but what would you do or what are you doing to make a proper registration from iphone directly to the web server? ) I can request, user, pass,email and register the user, but i can not want him to click on the confirmation code that i've sent to his/her email.. He'll leave my application, click the link,... safari will open.. etc etc...
    2) How would you authenticate the user and send commands according to that session?
    Would you send user and pass in plaintext, like many web pages' login system..?
    And after that would you just get a session id from response and after that, would you use only that code to send new commands according to that authenticated user? like ( http://myserver.com/?cmd=message&text=hi&session_id=34524534 ) ? How would you implement, or you are implementing this in iphone application?
    3)What would you use to send commands to server? You use simple url request? ( maybe somewhat REST ) or would you send xml to the server? And how would you get the response? As an XML? as comma seperated simple mode, as JSON to parse? Or would you return property list recognized by iphone? Or.... Or?? What would you use, or what are you using? What's your idea to do it in a proper way? (I know that this can change from people to people, but at least we can see what everyone is telling.. )..
    What response type you prefer and why do you prefer it? For example, you are trying to avoid xml to stay away from parsing it without standard libraries... OR... ?
    I'll be glad if you share your ideas/experiences with us? We may learn new things/we may improve our selves/we may change the way we do these things, we may be happy together (:

    Hi MaxLeyton,
    Thank you for posting in the MSDN forum.
    >>I am trying create a webmethod in a webservice, this webmethod must to have two different headers, one for request and one for response.
    Since it is related to the Web, to help you resolve this issue as soon as possible, you could post this issue to the ASP.NET forum.
    http://forums.asp.net/28.aspx/1?WCF+ASMX+and+other+Web+Services
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Web Services with two different "headers" for Request and Response

    Hello,
    I am trying create a webmethod in a webservice, this webmethod must to have two different headers, one for request and one for response.
    I know exist an atribute called "SoapHeaderAttribute", the problem is his direction, just has one direction or two (in and out) but the same "header".
    I hope you can help me.
    Thanks in advance.

    Hi MaxLeyton,
    Thank you for posting in the MSDN forum.
    >>I am trying create a webmethod in a webservice, this webmethod must to have two different headers, one for request and one for response.
    Since it is related to the Web, to help you resolve this issue as soon as possible, you could post this issue to the ASP.NET forum.
    http://forums.asp.net/28.aspx/1?WCF+ASMX+and+other+Web+Services
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SAP Standard Field Attributes for ME21n and ME

    Hi,
    Can anyone suggest me where i can see all the display,Hidden,Mandatory, optional SAP Standard field attributes for ME21N and ME51N.
    I looking for Configuration settings
    Thanks
    Venki

    Hi ,
    All i see is Field Label                    Reqd.entry  Opt. entry  Display for ME21N and ME51N
    I want to see what SAP Standard Fields are Hidden for these T-codes.
    I want to use and Non Used Field ( Hidden SAP Field) for new Enhancement instead of creating a custom Tab
    Thanks
    Venki

  • Self registration request and approval process

    We are looking to implement self-registration with a bit of workflow when we move to Portal 10.1.2 A system where a user requests access, their request is approved (or denied) by another person and then an account is created with appropiate permissions.
    We are currently using an Excel spreadsheet e-mailed back and forth, we have begun designing the process with standard forms and reports in it's own schma, but the last piece will still need to be manual (creating the account).
    Does anybody know of a way to automate this process of account creation?
    Does Application Server 10.1.2 self-registration have similar capabilities? if so, where could I look to learn what it can do?
    Thanxs,
    ljalg

    refer this.
    Configuring Auto-Approval for Self-Registration - Fails due to Organisation

  • OIM11g - Approval Workflow - Requester and Approver is same

    Hi All,
    I have a scenario where , requests are approved by a group. ( Resource Owners group).
    and if anyone needs access to this resource, the members of the group will approve the requests.
    What if any member of the "Resource Owners" groups raises a request on the same object ?? OIM functionally sends it to the group for approval, and it will become a self approval and is a conflict.
    How to avoid this kind of scenarios.
    Regards
    Vicky
    Edited by: vicky on Dec 7, 2011 5:18 AM

    AFAIK I haven't seen any system property to stop this. SOA does not care about who the requester is and who are the approvers. The way Oracle has impletmented the identity service for OIM in SOA does not handle this. Seems there is no SOD checks. Open a SR which I believe should be taken as a ER.
    Thus the workaround would be to get all the members of the approver group less the requester and assign to all the members. The member list should be comma seperated user ids.
    HTH,
    BB

  • Additional attributes for APO data objects

    Hi,
    In order to provide some be-spoke functionality I have a need to extend some APO data objects with additional attributes. This includes: resource, PPM, Order. For all I have identified that I cannot use exisiting fields, therefore my aim would be to add new attributes (either directly or via reference Z-table).
    I have two questions:
    1. What's the easiest way to extended above objects with additional attributes?
    2. Is there a ways to have those additional fields visible for edition from a standard transactions, eg.: /SAPAPO/SCC03, /SAPAPO/RES01, /SAPAPO/RRP5?
    Note: I'm interfacing with non-SAP ERP therefore CIF is not in use, while I see set of BAdis for master data inbound processing. Is this something I could use?
    Thanks,
    Mrx

    Hi,
    As you mentioned, the add. att. are time dependent, it is good to enhance the
    0EMPLOYEE structure to handle not only the Master data attribs but also the
    time dependent add. attributes..which would be executed along with the Master data chain even after the imp.
    Hope this helps..
    assign points if useful..
    Cheers,
    Pattan.

  • Buy additional license for elements and premiere elements 8 bundle?

    Can I buy an additional license for my Elements 8 and Premiere elements 8 bundle or do I have to buy a whole new package?
    I just purchased this bundle and even before I got home my teen daughter had it loaded on her laptop.  I wanted to load it on my laptop and my main computer.
    If I can buy a license how do I do that?
    Thanks for any help
    Janice

    If both your daugther and you need to work on elements products, then I would sugesst you to buy a new serial number.
    You dont necessarily need to buy a PEPE bundle again, say if you daugther if just using PSE and you need to use PSE and PRE both, then you need to buy a serial number only for PSE as PRE anyway you are using only on 2 machines.
    For buying a new serial number, what you can do if just install PSE and PRE on you laptop with the current serial number you are having. When prompted that this serial number is already used on two machines, then click on the link to buy a new serial number on the same screen. Until then, i believe you are safe because that means may be your daugther is just using PRE and you just PSE or vice versa.
    Hope this helps.
    Regards,
    Ankush

  • Additional attributes for TREX

    hi,
    we want to add additional attributes during the catalog replication. We are running CRM 5.0 and TREX 7.1.
    Does any restriction regarding the length of the attribute values exists? As far as I can see, we can only use strings with the length of 64 characters.
    Regards
    Michael

    Hi Michael,
    You're right, when you implement additional attributes on the TREX, the value of the attributes is broken into parts, where each part contains not more than 64 characters, which are separated by a special character( in between them.
    This can be eliminated by the implementation of an SNote - 1005135 - Replication problems when pcat text exceeds 128 characters.
    However, as Sateesh has rightly said, maintaining each additional attribute as an additional text type in the PCAT_ITM or PCAT_HDR text objects is a better solution in terms of data maintenance and consistency. Further, you must plan the introduction of these additional attributes, as each addition would require an initial replication of the product catalog.
    Hope this helps.
    Thanks & Regards,
    Nelson S Raj

  • CUP 5.3: Mitigating from Request and approval of new created control

    Hi,
    I have activated in RAR that new created controls need to be approved and this works fine when creating the control in RAR.
    when creating the mitigating control from CUP within the request with the "Mitigate"-button the control is created directly in RAR without starting the approval workflow the new controls.
    Is this a bug or do I need to configured somewhere that the workflow should be also triggered when a control is created via CUP?
    Best regards
    Marco

    Hi Marco,
       I know this is an important functionality but it is not available in CUP as of now. Some of my customers are looking for this. You should open an enhancement request for this. I have also encouraged my clients to open an enhancement request for this. I am hoping SAP fixes this ASAP.
    Regards,
    Alpesh

  • HT1725 When I type in my apple ID to download a song it says it needs additional info for security, and then it asks me two questions that I don't know the answers to. What do I do?

    When I type in my apple ID password to download a song it says it needs additional information so I clicked ok. And then it asked me two security questions that I don't remember the answers to. What do I do? I'm so frustrated

    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • CRMD_ORDER: how to set default values for Requester and Change Manager

    Hello Folks,
    how do I set default values in TA crmd_order?
    I drew my organizational hierarchy using TAs bp and ppoma_crm.
    When a new Change Request (e. g. SDHF) is created, I want the four roles (Requester, Change Manager, IT Operator and Developer) to be set automatically, not manually.
    Both Requester (= Key User) and Change Manager are derivable. I did not find anything in SPRO neither in the OSS neither here.
    Points will be rewarded as a matter of course!
    Thanx in advance!

    Hi Dirk,
    look for Define Access Sequence & Define Partner Determination Procedure in SPRO and read the IMG Activity Documentation. You can find it in the Service Desk config, but it works for the other transaction types too.
    Basically, you create Access Sequences where you tell the Partner Determination Procedure where to look for the values for the Partner Function fields.
    The Access Sequence can use lots of sources for the information, including your org structure.
    regards,
    Jason

Maybe you are looking for

  • Issue in Workflow- Field Update is not happening

    Hi Friends, I am facing an issue to update a check box field Released. I have created a task having Advance with Dialog opiton,Background processing to update the Checkbox field. The BOR Object type used is BUS1006 and method is CHANGE. Everything lo

  • UCCX Version 10.0 Prerelease Field Communication

    Cisco Unified Contact Center Express (UCCX)  Version 10.0 is due to be released soon. UCCX Version 10.0 will contain  many new features, bug fixes, and serviceability improvements. Although information on all of these new features will be documented

  • Can't Play Music In Windows 8 Music App and online

    Hi, Product Name            :-HP Pavilion g6-2202tx Notebook PC Operating System      :- windows 8 pre-installed I cant play music on my laptop it says cant play music and gives this error code :- 0xc00d11cd (0x8000ffff) and if i try playing videos o

  • N96 Video malfunction issue

    Ok, I've had my N96 for 3 weeks now. Definite love hate relationship! Sure, the fone has a few bugs and can be slow at times but the real problem I have is with the video playback. I have uploaded videos (mp4 format) to the fone but several of these

  • 6300 - not enough memory to open programs/send txt...

    Hi, new member to the boards - hello! The problem with my 6300 is as follows - whenever i get about 10 mesgs overall on the phone (say 6 mesgs in the inbox and 4 in the sent box) a mesg comes up saying that the phone can't send or receive mesgs becau