Can we change values process data during create user running

hi guru,
can be idm change the value in during create user running.
i have case in my idm :
in my Task Create user code have to checking user in target system, if the USERID already in target system , my code will be update the USERID+ INCREMENT 1.
so if the USERID+ INCREMENT 1 is OK . my code will be inserted to target system.
my problem is :
The Task to Generate have any task can be running if my task create user is successfully. the name of the task is CreateUserDB
why in my task CreateUserDB . the UserID Value still used USERID not USERID+ INCREMENT 1
can i used setProcessform to update value USERID in my Task Create user in my code or .??
thank's
darvesth

What i would suggest is you create a pre-populate adapter for this User ID Field. In the adapter, use your code to pass in the current user's oim User Login. Then perform whatever validation is needed to see if the user id exists. If it does, increment your value. Then return the User ID you want to use. Then your create user task will use this value in it's process.
-Kevin

Similar Messages

  • How Can we change the Lookup in the Create User Form ??? Please Help

    Hi ,
    Can anyone let me know that how can the Value of the Lookup be changed in the Organization ? Like when we click on the Lookup of the Organization we see the names of the companies with Radio Boxes and we select a Company. If I want another value to be added beside the company then How I need to do that ? eg:
    Org1: com1
    Org1: com2
    Org2: com3
    Org3: com4
    This lookup How can I do it ?

    With what you are referring to, there is no lookup required.
    When you log into your administration console, you can create a new organization:
    Organizations --> Create.
    After you create, there will be more than the default organizations.
    However, if you want to create a new organization type (Company, Department, etc) you can do this by:
    Go to your Design Console --> Administration --> Lookup
    Search for: Lookup.Organization.Type
    Add a new value.
    Save your formOnce you are done, go and create a new organization like before, and in the drop-down, that type will appear.

  • Update value Process Data

    Dear all,
    i wan't asking about process data. Can i update value process data during task create user running. and so the task of dependence using the new value .
    thank's

    i'm sorry rajiv, i'm open this thread again. because i'm still confuse
    i want asking again about setProcessData or can be idm change the value in during create user running.
    in my Task Create user code have to checking user in target system, if the USERID already in target system , my code will be the USERID+ INCREMENT 1.
    so if the USERID+ INCREMENT 1 is OK . my code will be inserted to target system.
    my problem is :
    The Task to Generate have any task can be running if my task create user is successfully. the name of the task is CreateUserDB
    why in my task CreateUserDB . the UserID Value still used USERID not USERID+ INCREMENT 1
    can i used setProcessform to update value USERID in my Task Create user code or .??
    thank's
    darvesth

  • Can we change the doc date in a purchase order ?

    can we change the doc date in a purchase order ?
    i have created PO with wrong dates but now want to correct it, but its not letting me do it ...why ?

    I don't think DOC DATES can be changed. You can only change the posting dates of the Goods receipt and Invoice documents as that is what matter for your financial consolidation.
    Regards,
    Ravi
    Note : Please mark the helpful answers

  • Changing billing document date while creating billing document from vf01

    Hi gurus,
    I have requirement to change billing doc date while creating billing document from VF01.
    here I have to consider goods issue date eq billing date.
    caluculating billing date = Goods Issue + Goods in Transit duration time.
    I have done everu thing but I cant update the caluculated date, iam using the following enhancement
    Enhancement:SDVFX001
    Function Module:EXIT_SAPLV60B_001
    Include:ZXVVFU01 which are part vf01.
    here iam sending the calculated date to VBRK-FKDAT
    move cal_date to vbrk-fkdat.
    need help how to update the calculated date to VBRK-fkdat i.e billing document date
    Regards
    Bhaskar

    Hi
    No! That exit is not good for your issue
    U can use the user-exit USEREXIT_NUMBER_RANGE_INV_DATE  defined in RV60AFZC
    Max

  • Org Management - How can I change the start date of all the org units

    How can I change the start date of all the org unit objects and its relationships at one shot ?  I have created some 100 Org units with the wrong start date. Please suggest.
    Thanks in advance..
    Cheers
    Vijay

    Hello Archana,
    Thanks a lot... This has solved my issue...
    Cheers
    Vijay

  • Can I change the count date for a PI Document?

    Dear All,
    By mistake, I entered count date as 30-Sep-2010 instead of 01-Oct-2010 while entering count for a PI document.
    Now, Can I change the count date to 01-Oct-2010 ?
    The issue here is I am not allowed to post the difference today since the count date belongs to the previous period which is 09 2010.
    pls suggest how can I resolve this issue?
    regards,
    Shetty

    Hi Shetty,
    I am assuming your issues is around posting the PI document and the count date  i.e.Posting period is in last month and hence you are stuck.
    If your client is ok to perform posting in previous period then try MMRV and allow posting in previous period and complete the Inventory counting posting and adjustment (write off differences and revert back the settings)
    Other option would be to  used above suggestion post PI doc without difference. Then create new PI document with correct count date.
    Hope this helps.
    Thx
    MJ

  • Can i change table in query as per user given data

    hi master
    sir,
    can i change table in query as per user given data
    see
    select * from @variable
    i need use in lov
    please give me idea
    thankingyou
    Aamir

    You cant directly use in sql instead you can write an anonymous block and frame the query as per the input table name and then use execute immediate to execute the query.
    Something like this
    declare
    qry_table varchar2(30);
    qry_stmt varchar2(1000);
    type typ_sample is table of VARCHAR2(100) index by binary_integer;
    tab_sample typ_sample ;
    begin
    qry_table := &Table_name
    qry_stmt := 'select a from '||qry_table;
    execute immediate qry_stmt bulk collect into tab_sample ;
    end;
    Message was edited by:
    Shasi

  • Can I change the posting date in CO13 to cancel a confirmation?

    Hi all
    I'd like to know how can I change the posting date using CO13.
    So I have a confirmation in date 30/6 for exemple, but I'd like to cancel it in posting date 1/7, but the systems takes the date of the original confirmation. Can I change it any way?
    Thanks in advance
    Points will be given

    Dear Roger,
    this is only possible in case if the bookin periode is closed. In this case it's allowed to change the booking date in CO13 and the date field gets automatically inputable, normaly it's greyed out.
    As long as the booking periode is open, the system automatically use the date from confirmation.
    Hope this help.
    Regards,
    Sabine

  • Can we change the system date using Sql

    can we change the system date using Sql statement..
    can anyone help
    Tariq.

    There is an initialization parameter called FIXED_DATE which lets you set a fixed sysdate for testing purposes, and you can alter that date using the ALTER SYSTEM command, but as implied by the name you are setting a data/time that doesn't change. Since the normal sysdate is derived from the O/S it cannot be altered through SQL

  • How can i modify lable of texfield on create user page

    Hi,
    How can i modify lable of texfield on create user page of oracle identity manager administrative console ?
    e.g. display Sponsor ID inplace of Manager ID
    Thanks

    Hi Nitesh,
    I changed in xlWebadmin.properties file and restarted the server but still it is reflecting the old lable e.g.
    In xlWebAdmin.properties file
    - global.lable.managerid= Manager ID
    I changed it to global.lable.managerid= Sponsor ID
    But still it is displaying Manager ID on User form. I am using OIM 9.1
    regards
    Edited by: YMI on Nov 26, 2009 2:45 AM

  • In the Date Picker, How can I default to select * dates if the user does ..

    In the Date Picker, How can I default to select * dates if the user does not select a date.
    Thanks,
    Doug

    Doug,
    Now lets say l want everythingCould you post some sample data and the output that you want to get..? It would be much easy to understand the requirements...
    When you mean everything, I am assuming you need all possible dates possible between date1 and date2.
    you can use... (from asktom.oracle.com).
      1  select to_date('12-jan-2009','DD-MON-YYYY') + rownum -1
      2    from ALL_OBJECTS
      3    where rownum <= (to_date('20-jan-2009','dd-mon-yyyy') -
      4*                     to_date('12-jan-2009','DD-MON-YYYY') +1 )
    sql> /
    TO_DATE('
    12-JAN-09
    13-JAN-09
    14-JAN-09
    15-JAN-09
    16-JAN-09
    17-JAN-09
    18-JAN-09
    19-JAN-09
    20-JAN-09
    9 rows selected.
    For your case, since you have date1 and date2...
    select to_date(:p12_date1,'DD-MON-YYYY') + rownum -1
      from ALL_OBJECTS
      where rownum <= (to_date(:p12_date2,'dd-mon-yyyy') -
                        to_date(:p12_date1,'DD-MON-YYYY') +1 )Should work.. in my opinion...Haven't tested the second one in Apex .
    Is this what you were looking for ..?? If not, please elaborate...
    Thanks,
    Rajesh.

  • Can I change a process flow at run time??

    Hello everybody,
    I work in Oracle BPMS 11.1.1.5. I need to change a process flow at run time due to changes in the business logic, I mean add, delete and modify tasks, navigation flow, etc. I know business rules can be modified using Oracle BPM Composer, but I couldn't find the way to modify the process flow. I have seen other BPMS, like BizAgi, for ex. that can do that. Do Oracle BPMS have that functionality? Please I need it a lot!!!!
    Regards and thanks in advance,
    isabelbernely

    Hi
    As JonPetter mentioned, you can get this and preferably get only from Support. I hope you have some license if you going to prod with this. Use that and if possible talk to your sales guy and create a support account. Then request the feature pack. The thing is, if we put it in some public shared location, it is the violation of using the oracle product. Unless someone takes risks they may upload but still its not advisable.
    Sorry
    Ravi Jegga

  • How do you change the max data when creating a DVD?

    I recently filmed a show and am making DVD copies. The show runs 1hour 45mins and is about 79gb in HD. I'm using compressor 4.1 to create the DVDs so it fits on one disc. I've made a few test copies but so far every DVD freezes at around 43 mins when I play it in another computer or dvd player. I heard in a blog that reducing the max data should solve the problem. This is my first time using compressor and I wanted to know where do you go to change the max data and how will that affect the video quality? Also, what is the suggested range of data limits for a project of this size?
    Thanks

    Duplicate the Create DVD preset from the Settings pane and name it.
    Select the MPEG setting in the batch window.
    Open the Inspector and click the Video tab.
    Choose your "Encoding Mode" (CBR, etc.).
    Uncheck Automatically Select Bit Rate.
    You can then move the slider: somewhere around 4 Mb per second should be about right.
    Just to add that you might also have a problem with the physical media. Try another brand to see whether that makes a difference.
    Russ

  • Can we change the pricing date in invoice

    hi gurus,
    can we change pricing date invoice
    i am able to change billing date not pricing date.
    can any one help in this regard
    points awarded.
    kishore

    hi,
    follow this  and check.
    1. u can change your pricing date directly in the Sales order document. but the required delivery date u have to see. b'coz in std sap it is for 7 days.
    2. u can change the pricing date in the sales document header level (VoV8) under requested delivery date/pricing date option.
    3. while at delivery the selection date  u should check. Its should be selection date= material availablity date/tranportation planning date.
    4. posting date u should check while u r doing MB1C.
    after all u create the order and see.
    regards
    KR

Maybe you are looking for