Need to provide Delegation part to End Users

Need to provide set delegation part to end users. So, we have provided link to delegateWorkItems.jsp to end users. By that way, the end user can open the builtIn form “End User Delegate WorkItems”, How ever, the user is not able to get users to delegate by searching lighthouse users.
And if the user has any capability, then the user is getting users to set delegating from end user page. But I don’t want to give any capabilities to users.
I have done the following things in my system, But got failure result
Have written rule to get AllMatchUsers in Separate rule library.
<Rule name='getAllMatchUsers'>
<RuleArgument name='userAccountId'/>
<RunAsUser>
<ObjectRef type='User' id='#ID#Configurator' name='Configurator'/>
</RunAsUser>
<invoke name='getUsers' class='com.waveset.ui.FormUtil'>
<select>
<ref>context</ref>
<ref>:display.session</ref>
<invoke name='getLighthouseContext'>
<ref>WF_CONTEXT</ref>
</invoke>
</select>
<map>
<s>conditions</s>
<list>
<new class='com.waveset.object.AttributeCondition'>
<s>name</s>
<s>startsWith</s>
<ref>userAccountId</ref>
</new>
</list>
</map>
</invoke>
</Rule>
And have called this rule in “Administrator Library” (BuiltIn Lib) at t”oUsers” Field as Value.
Please suggest me.

Hi,
<call name="LIB_Rules:getAllMatchUsers">
<map>
<s>userAccountId'</s>
<s>emp001</s>
</map>
</call>
I have used the above code to call rule, then it has not worked.
But by the below code its working fine. How ever, I don't know the reason (IdmVersion is 7.1).
<rule name='LIB_Rules:LEX_RUL_getAllMatchUsers'>
<argument name='userAccountId' value='emp001'/>
</rule>
Thanks,
Ravi.

Similar Messages

  • Training To End User on AA ,  AP.

    Hi,
    i need to give the Traing to End Users on AA & AP next week,
    can any one help me how do i start, from which topic,
    or send me any meterail for Training to End Users. what type of questions
    will we get from them, how do i answer & manage them.
    please help me, very urgent.
    i will assign points.

    Prabodh wrote:
    You should always state the Apex version. And this case, because this is related to authentication, the Authentication scheme you are using.
    Assuming that you are using the Apex Built-in Auth scheme, you can achieve this by using User Groups feature and the APEX_UTIL.CURRENT_USER_IN_GROUP API.
    Here are the high level steps:
    a. Apex Builder > Administration > Manage Users and Groups
    b. Create 2 users UAT1 and UAT2
    c. Create 2 Groups UAT1Group and UAT2 Group
    d. Assign UAT1 user to UAT1Group and UAT2 to UAT2Group
    e. On the Home page of both the applications create a "Before Page Header" Branch that goes back to the Login Page. Make this branch conditional.This does not work, because in APEX you can go into any page after login bypassing the home page (like this http://apex.oracle.com/pls/apex/f?p=46417:9 where 9 is not home page)
    So this branch will not run.
    f. In "A" application you want only UAT1 to access , so use PL/SQL Expression type of condition in the above created branch that has the following code
    return NOT APEX_UTIL.CURRENT_USER_IN_GROUP('UAT1Group')So the user UAT1 will return False and the branch will not execute, but for others it will return True and send the user to Login page, which is access denied.
    Similarly, make the branch in B application condition for UAT2Group.
    Regards,

  • GL/AP End user scenarios

    Hi All,
    Can anyone please provide me with some end-user scenarios for training. I am looking for some in AP-MM and GL.
    Thanks alot in advance.
    --SJ

    Hi Zaid and Ashok,
    Thanks for a prompt reply.
    I wanted some scenarios which are used in the training material for the end-users
    For example: "Create a recurring entry document for insurance costs, i.e. moving a portion of the cost to the cost account at the end of the month. This recurring entry is to run monthly, starting this month, on the 25th day of each month, a year at a time."
    I have visted the site you have forwarded me. But I was looking for some specific scenarios in AP and GL. It would be great if you could please provide me with some scenarios in AP and GL
    Thanks alot.
    Sujata

  • Custom workflow... creating a new user from the End User's point of view

    Hello I am trying to design a new Request for the end user so that they are able to create a new user. I am having problems with my workflow at this point and keep getting the error "Missing view id." Below is my code please help me out... I am very new to this so be gentle.
    P.S. All my fields are named with " view.waveset.* " where * is either accountId or firstname or any attribute I need to set
    <Extension>
    <WFProcess name='End User Create New User' maxSteps='0'>
    <Activity id='0' name='start'>
    <Transition to='Create View'/>
    <WorkflowEditor x='33' y='5'/>
    </Activity>
    <Activity id='1' name='Create View'>
    <Action id='0' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='createView'/>
    <Argument name='id' value='$(accountId)'/>
    <Argument name='type' value='User'/>
    </Action>
    <Transition to='Update View'/>
    <WorkflowEditor x='107' y='81'/>
    </Activity>
    <Activity name='Update View'>
    <Action process='Update View'>
    <Argument name='type' value='User'/>
    <Argument name='id' value='$(accountId)'/>
    <Argument name='options'>
    <map/>
    </Argument>
    </Action>
    <Transition to='Provision'/>
    </Activity>
    <Activity id='2' name='Provision'>
    <Action id='0' application='com.waveset.provision.WorkflowServices'>
    <Argument name='op' value='provision'/>
    <Argument name='user' value='$(view)'/>
    <Argument name='options'>
    <map/>
    </Argument>
    </Action>
    <Transition to='end'/>
    <WorkflowEditor x='296' y='83'/>
    </Activity>
    <Activity id='3' name='end'>
    <WorkflowEditor x='393' y='5'/>
    </Activity>
    </WFProcess>
    </Extension>

    I ran across the same error today. Since it's been over a month, I assume you've fixed it already or decided you didn't need it at all? What was your fix?
    For me, I noted that in the sample directory, a similar "createView" call (in End User Anonymous Enrollment) also includes this argument:
    <Argument name='viewId' value='User'/>
    When I added that to my createView call, the "Missing view id" error went away, and the user are gets created.
    I'm not entirely comfortable with the value specified, though; seems like view IDs should be more unique. I would have thought it should have been something like this instead:
    <Argument name='viewId' value='User:$(accountId)'/>

  • System requirement for Adobe Interactive forms as end user

    Hi All,
    Can any one guide me the minimum system requirement at client PC so that they can use
    Adobe interactive forms. i.e. what should be the lowest Adobe reader version and any other
    software needed to use interactive form as end user?
    I am developer So I am having latest Adobe version & SAP software's.
    So forms are working fine on my PC.
    Thx

    Hi Rohan,
    SAP Interactive forms requires Adobe Reader 7.0.9 or above for it to display/work correctly which is also clearly mentioned in SAP Note 834573 (for your reference).
    Also, in case you are using the displayType property of the Interactive form as Activex then you may need to install ACF (Active Component Framework ) also on the client's machine in order to preview the form correctly. You should use the property as native which is available in latest versions.
    Also, Please make sure that the settings in adobe reader as: Open Adobe Reader->Edit->Preferences->Internet->Display PDF in Broeser option is checked, in case you are diplaying your form in browser.
    It seems, if you check the above things your PDF should work properly on client's environment as well.
    Hope it helps
    Regards,
    Gaurav Bhardwaj

  • List roles/profiles/authorizations for end user

    HI All
    Can anyone please give the list roles/profiles/authorizations
    that needs to be added to our end user id so as to view
    (Only Display) all the BEx Reports.
    Points assured
    Thanks
    Vijaya

    Hi Vijaya,
    Go through this link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a07122ae-8216-2a10-c9a5-996717a0648b
    Thanks,
    Ajay

  • Training Material for end-users

    Hi SAP Gurus,
    I need to prepare a Online Quick Reference (OLQR)/questionnaire/FAQ's (SAP R/3 4.7 -FICO and integration of FI-SD & FI-MM), for the end-users, which they will refer to after Go-Live.
    I also need to prepare training material for end-users for (SAP R/3 4.7 -FICO and integration of FI-SD & FI-MM),to be used during the training session's prior to Go-Live.
    I would appreciate, if someone could please send me project documents related to the same on my email id [email protected]
    This is very urgent and I have to complete the documents ASAP, so please reply at the earliest.
    Thank you all in advance.
    -- SJ
    null

    Hi Ravi,
    Thanks alot for your help.
    But, I was looking for some Project documents that I can refer to for preparing Training Material and questionnaire/FAQ's/online documents (SAP R/3 4.7 -FICO, SD & MM) for the end-users, which they can refer to after Go-Live.
    It would be great, if you could please send me some project documents on my email id: [Email removed by moderator]
    Thanks,
    --SJ
    Message was edited by:
            Mario Herger

  • Lockbox process- end user tasks

    Hi experts!
    Could please someone answer my following question
    once the whole lockbox configuration is done, what will be the tasks that need to be performed by the end user daily? ( after done with the cofniguration settings , and checking out with the bank about the timings they send the lokcbox file daily , we schedule in such a way that the lockbox program will run daily at some particular time, right? so once done with all these , what will be the end user need to do daily? what entries should he has to perform?and then does he has to perform the post processing e.t.c
    <b>so to cutshort my question - what tasks should an end user has to perform in the lockbox process once it goes live.</b>
    Points will be rewarded.
    Thanks

    Hi,
    After configured the lockbox in banking,
    The checks the bank sends to you are entered as credits by the bank, and the information entered is sent to the payee using File Transfer.
    Under certain circumstances, the bank transmits a data carrier to the payee several times a day; the carrier bears the important check information.
    From this data carrier, postings are then generated for accounts receivable and G/L accounting, User has to use Tcode: FLB2 - Importing the file, FLBP - To post and FLBP_Lockbox -- To reprocess.
    End user documentation needs to be prepared on these tcodes and process.
    **if useful assign the points.
    Regards,
    Prashanth

  • New GL configuration & end user presentation - ECC6-version

    Hi,
    In ECC6.0 version we need to have " New GL configuration & end user presentation "
    Regds,
    Niranjan

    Niranjan,
    Please use this link to get all the required information.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/2d/830e405c538f5ce10000000a155106/frameset.htm
    Hope this helps you.
    Rgds
    manish

  • Hi all, as part of my job i need to educate the end users about BW..

    Hi All,
    As a part of my job i need to educate the End users about the BW. So, for that purpose i need prepare on fine doucment which is easy to understand by end user community. Any documents about this will help a lot.
    Could you pls send to this mail id [email protected]
    Points will be awarded for this..
    thanks in advacne..
    Thanks & Regards,
    Suresh..

    Hi
    I dont know what everyone is sending, but there is No standard BW end user manual. Every company / project has different requirements and the queries and reports generated contain different data. Its best to use one of the templates available in WIKI. A simple document for end users should contain screenshots of the query/application and steps taken in order to access the query. If you have sharepoint or some other shared directory you can also add screencam videos training users how to use the BW system. This has always been a good way to teach end users.
    Hope this helps.
    Thanks

  • I try to open docs off the web (ie: floorplans) and I get error message stating I need to accept End User Lic Agreement.How can I resolve this?

    I try to open docs off the web (ie: floorplans) and I get error message stating I need to accept End User Lic Agreement.How can I resolve this?

    /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app
    *Note, the ".app" file extension for the application is usually hidden from users view.

  • Need AR, AP and GL End User materials - Urgent

    Hi Can somebody send me some good end user materials for A/R, A/P and GL. Need materials on things like making a payment, down payments, issuing credit memos, clearing accounts....etc These are some of the topics that I can think of. But if somebody can send me all the related documents, that would be just great.
    I am in urgent need of this.

    Dear Suresh:
    For SAP FICO User material, Go to SAP Best Pratices
    http://help.sap.com/bp_bblibrary/600/BBlibrary_start.htm AND select business process or Business Process Procedure from asset accounting.
    or go to google and type the transaction code you need, you will get the user manuals you need.
    Please let me know if you need moreinformation.
    Assign points if useful.
    Regards
    MSReddy

  • I have installed adobe reader onto my Mac but when I open up an adobe pdf it tells me that i need to accept the end user license agreement, quite, and then open up a new browser but i have never seen the end user license agreement. What should I do in ord

    I have installed adobe reader onto my Mac but when I open up an adobe pdf it tells me that i need to accept the end user license agreement, quite, and then open up a new browser but i have never seen the end user license agreement. What should I do in order to accept the end user license agreement even though it never pops up when i install adobe reader?

    Make sure Readr is closed. Go to the Applications form, look for the Adobe Reader icon, double click on it, and follow the lead. Restart Reader when finished.

  • Need AR End User Manuals

    < MODERATOR:  Message locked.  Please read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting next time. >
    Hi I am in need of detailed End User Manuals for AR. Please help on this one.
    I am looking at things like posting invoices, posting incoming payments, clearing, clearing with posting etc
    I am in need of them at the earliest.
    Regards
    Suresh

    Apologise for the delay in my response. Thanks guys for your help.
    What I am looking for is detailed information on transaction codes like FB01, F-30 etc. For Example : we use transaction code FB01 for posting any financial document for a customer instead of using FB70 / F-22 (genral posting). These are extensively used in our organisation rather than usign the conventional ones.
    Hence, I am looking for documents which give in-depth knowledge on all the transaction codes along with complex scenarios while posting documents. Most of the websites give details on T-Codes like FB60, FB70 etc....but nothing on T codes like FB01 etc. I want a place where I can get in-depth and complex scenarios for each T-code.
    Any help on this is greatly appreciated.
    Regards
    Suresh

  • Need of SAP Equipment and Tooling Managemt Config and End user documents

    Hi
    I am in implementation project of SAP PM - ETM (Equipment and Tooling Managemt )
    Can any body please send Config and end user documents if any?
    I am in urgent need of those documents
    Thanks in Advance.
    SR

    Hello Jackie,
    The new features are outlined in the Installation Guide (page 10.)
    The most noticable to the end-users would be the security settings and the different views such as Hierarchial and Tree views
    which can be customised.
    Best Regards,
    Jude Bradley

Maybe you are looking for

  • My Safari won't open. The only thing I recently did was update to OSX Lion and update my iphoto. Ever since then, it will not open.

    Safari won't open. The recent changes I made are, I downloaded OSX Lion and an iphoto update. Not sure if this has anything to do with it? Here is the error report I am getting: Process:     Safari [1520] Path:        /Applications/Safari.app/Content

  • How does 'Multiple Calendar Option' work in 7.9.6

    Friends, Could some one please explain me what this 'Multiple Calendar' option is, in 7.9.6. There is not much Information in Config guide with this regard. My Question is, does 'Multiple Calendar option' means 7.9.6 supports different calendars but

  • An error occurred while copying files to the backup volume.

    Hi, after weeks of flawless operation,TimeMachine reports the following problem: Oct 12 10:08:21 MacBook /System/Library/CoreServices/backupd[2429]: Starting standard backup Oct 12 10:08:21 MacBook /System/Library/CoreServices/backupd[2429]: Network

  • Ipod Won't start, no error message.

    Well, heres my problem and its rather frusterating T_T I click on Itunes and the little time thingy appears next to my curser, then Itunes just doesn't start. I noticed that in Task manager Itunes will show up, then vanish after a moment. Alittle hel

  • BLAREL IDOC is failing to post in SRM

    Folks, We are trying to update the Release Orders from backend PO into the SRM GOA. From the sourcing in SRM we create a GOA and distribute the GOA to backend system. After distribution a contract is created in the backend system. In the backend from