Redirect portal users to accept "terms & conditions" ...

Here is the requirement ..
When the users logging in first time i need them redirected to a page to accept "terms and conditions" , next time the page should not be appeared.
Only the "terms and conditions" page should be appeared for those who are not accepted before.
Please help me if anyone knows the solution ...
Thanks in advance
MMK

Hello Eric, First off I'm very new to SAP, I've been a Basis Admin now for about 6 months...  I have had the pleasure of joining a team at the beginning of an upgrade.
An issue Iu2019m trying to resolve is a payroll issue. Apparently in 4.7 when a user would login to the portal and view their personal data it would not u201CLocku201D their user data. 
But this appears not to be true in ECC6/Netweaver 7.0.  When our HR does payroll, if a user is logged in to the portal, and viewing their personal data the u201CPayroll Runu201D will not complete.
So what I would like to do is implement your solution for the Redirect portal user to the u201CTerms & Conditionsu201D page, and tweak-it to forward the users to a u201CWebsite is downu201D page.
Here is my thinking. When a user logs-in, check either a z-table or some other table that holds some value.  If the value is True then do nothing and continue. If the value is False, then Re-direct the user to a u201CWebsite Downu201D page with just an OK button, that when clicked will call the Logoff function. 
Also HR would be able to run a job that would set the value to either True or False so they would be able to take the portal u201COff Lineu201D when they choose..
My question isu2026 Can you give me detailed information on how to accomplish this?
Thanks
Steve

Similar Messages

  • App Store upgrade Snow Leopard to Mountain Lion: unable to accept Terms & Conditions

    I was trying to upgrade a Mac from Snow Leopard 10.6.8 (latest) to Mountain Lion via the App Store. When I click "Buy" it pops down an alert reading:
        The iTunes Terms & Conditions have changed. To Proceed, you must read and accept the new terms and conditions.
    So far, so good.. I click "OK" and it brings up the Terms & Conditions document. I check the box "I have read and agree…" and click the Agree button. This sends me right back to the ML purchase page, with the same alert described above popped down again.
    I have only gone through this loop for 3 or 4 cycles, but I assume it is infinite.
    Anyone experienced or heard about this issue, or how to address it?

    zippyapple wrote:
    ...Anyone experienced or heard about this issue, or how to address it?...
    http://www.macrumors.com/2012/09/30/widespread-itunes-and-app-store-terms-and-co nditions-bug-preventing-new-purchases-and-downloads/

  • ICloud Accept Terms & Conditions

    On both my Mac and my iPhone 4s, I keep getting prompted to sign into Icloud. I had changed my email address and ever since, I can't access iCloud because the old email address is on the setting page for iCloud.
    On the phone, it says I have to accept the terms and conditions , but when I click on the T & C's I get a message that says cannot connect to the server. My wifi is fine, no idea how to fix this.
    On my Mac, it just keeps popping that I am not connected to icloud to sign in, but when I try it says invalid password. I can go to teh Apple ID loging and login with my new email address, but not my old one. The old one is stuck with the icloud settings.
    I am so tired of these pop ups. If I can;t fix this, can someone please help me turn off the reminders that I need to connect to iCloud?

    If your Mac is signed into an old ID, go to System Preferences>iCloud, sign out, then sign back in with the ID you want to use, accepting the terms and conditions if prompted.
    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, and if your old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • After log into SAP Portal, Terms&Conditions Window should open

    Hi Team,
    As per one of the requirement in my project, i have to develop below applicaiton.
    Requirement: Once user logged into portal & trying to access his role first time in a year, Terms & condtions window should open, once user accepted the terms& condtions,  user can access his role. if user entered into portal second time in a year, direclty can access his roles.
    For this: i have created webdynpro-java application with empty view & portal abstract portal component with terms & conditions text, then i have created  portal Iviews for both webdynpro-java application and abstract portal comonent, then i am calling abstract portal component Iview into webdynpro-java component controller wdDoinit() method via  WDPortalNavigation.navigateAbsolute() method. 
    Finally, i have assingned webdypro-java ivew to Test Role: once click on role it is calling Terms&Conditions pop window.
    Questions: 
    1. how can i use same Iview in user actual role, i mean, once user click on his role first time terms & codition window should open? after accepting terms & condtions only his role can access...
    2. how can i navigate from terms & condtions to his role?
    3. if user didn't accept terms&conditions, he can't access his roles, how can i handle this?
    4. how can i check, if it is user first login into portal or not in a year ? where i have to store this user data? what are the parameters i have to use?
    can you please help me on this?
    Thanks
    Sandeep.

    sandeep kumar wrote:
    > 1. how can i use same Iview in user actual role, i mean, once user click on his role first time terms & codition window should open? after accepting terms & condtions only his role can access...
    > 2. how can i navigate from terms & condtions to his role?
    > 3. if user didn't accept terms&conditions, he can't access his roles, how can i handle this?
    > 4. how can i check, if it is user first login into portal or not in a year ? where i have to store this user data? what are the parameters i have to use?
    I would redefine com.sap.portal.navigation.portallauncher.default component for your purpose
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/42c08f81ce2152e10000000a114a6b/content.htm
    so WDJ is not really an option here.
    To store whether display T&C screen you can use custom attribute on user profile 
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/44/0316d50bbe025ce10000000a1553f7/content.htm
    public class MyPortalLauncher extends PortalLauncher
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              INodeList nodeList = request.getNode().getChildNodes();
              if(nodeList != null && nodeList.item(0) != null)
    //Check value in user profile whether he accepted T&C this year
    //if no - navigate to T&C page
                   IResource jspResource = request.getResource("jsp", "jsp/termsAndConditions.jsp");
                   response.include(request, jspResource);
    //else - process as usuall
                   response.include(request, nodeList.item(0));
              else
                   IResource jspResource = request.getResource("jsp", "jsp/noRoles.jsp");
                   response.include(request, jspResource);
    //implement
    public void onAcceptClick() throws PageException
    //set user attribute value if accepted, logoff is rejected

  • Accept terms and conditions from i cloud

    since loading 7 my phone keeps telling me to accept i cloud tems and conditions  but wont connect to server

    Hello man with problems,
    Thank you for providing the details of the issue you are experiencing with accepting Terms & Conditions after upgrading to iOS 7.
    First, I recommend restarting your phone and then resetting if it's still not working:
    Restarting your device
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider.
    Press and hold the Sleep/Wake button until the Apple logo appears.
    Note: Reset your device only if you are unable to restart it.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    You can find the full article here:
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    If you can access your home screen, I also recommend verifying that cookies are not blocked and private browsing is turned off in Settings>Safari:
    iPhone User Guide - Safari settings
    http://help.apple.com/iphone/7/#/iph3d7aa74dc
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Redirect portal

    Recently found a problen redirect with portal. We have into the next direction jpg image
    http://www.unitec.mx/pls/portal/docs/PAGE/PORTAL_UNITEC_PROD2/ADM_CALENDARIOS/CARTEL06-1CURVAS.JPG
    But if we add a dot to the end of the last URL, the theory said that response must be "page not found" but that is wrong. The portal response with SSO login page.
    Some one know something about it ?
    This is the url
    http://www.unitec.mx/pls/portal/docs/PAGE/PORTAL_UNITEC_PROD2/ADM_CALENDARIOS/CARTEL06-1CURVAS.JPG.
    View the dot to the end of this URL.

    Hello Eric, First off I'm very new to SAP, I've been a Basis Admin now for about 6 months...  I have had the pleasure of joining a team at the beginning of an upgrade.
    An issue Iu2019m trying to resolve is a payroll issue. Apparently in 4.7 when a user would login to the portal and view their personal data it would not u201CLocku201D their user data. 
    But this appears not to be true in ECC6/Netweaver 7.0.  When our HR does payroll, if a user is logged in to the portal, and viewing their personal data the u201CPayroll Runu201D will not complete.
    So what I would like to do is implement your solution for the Redirect portal user to the u201CTerms & Conditionsu201D page, and tweak-it to forward the users to a u201CWebsite is downu201D page.
    Here is my thinking. When a user logs-in, check either a z-table or some other table that holds some value.  If the value is True then do nothing and continue. If the value is False, then Re-direct the user to a u201CWebsite Downu201D page with just an OK button, that when clicked will call the Logoff function. 
    Also HR would be able to run a job that would set the value to either True or False so they would be able to take the portal u201COff Lineu201D when they choose..
    My question isu2026 Can you give me detailed information on how to accomplish this?
    Thanks
    Steve

  • TS4002 I have opened iCloud from setting on my iPhone, it accepts the user and pwd  but then freezes at the terms & conditions page

    I have opened iCloud from setting on my iPhone, it accepts the user and pwd  but then freezes at the terms & conditions page

    Try deleting the account, then signing back in.

  • Privacy Notice/Terms of Use for Portal Users

    Is there any functionality within portal that would allow us to display a Privacy Notice/Terms of Use statement to users when they first try to log onto portal. Basically, we would want users to accept this agreement before being able to log onto portal? I'm guessing this can't be done through portal, but thought I'd ask anyway. Has anyone done anything like this whether through portal or through something custom they've done with portal? Any ideas/help would be greatly appreciated. Thanks.

    I just got an automated email welcoming me to Creative Cloud (a full month after I had started the process). I have never agreed to the T&C's and never checked a box indicating that I did. It's really hard to agree to the rats nest of conditions most of which seem to have absolutely nothing to do with anything I plan to use or even KNOW about (PhoneGap Build?, Adobe Translator??, EchoSign???)
    Because of the email, I did a bit more digging. The "Phone Gap Build" says item 3 is a supplement to item 9.5... but there is NO item 9.5 in the general terms.
    On an extremely amusing side note, searching http://www.adobe.com/cfusion/search/index.cfm for "Creative Cloud Terms and Conditions" nets this:
    Official terms and conditions for the Creative Cloud which, snicker, are the terms and conditions for a SCAVENGER HUNT.  Oh the irony

  • Where do you accept terms and conditions on iphone?

    Where do you accept terms and conditions on iphone after adding billing information? 

    Hey natedaniels07,
    Thanks for the question. I understand you are having issues accepting the Terms & Conditions. If you have not already done so, you may want to restart your iPhone:
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    If you are able to access the home screen, make sure cookies are not blocked and private browsing is turned off in Settings > Safari (you can also take this opportunity to Clear Cookies and Data):
    Safari settings - iPhone User Guide
    http://help.apple.com/iphone/7/#/iph3d7aa74dc
    Thanks,
    Matt M.

  • HT201304 I want to buy new level from candy crush, but unfortunately apple required to accept terms and condition first before I can buy. But once I click yes no more option to click I agree with the condition. what should I do?

    I want to buy new level from candy crush, but unfortunately apple required to accept terms and condition first before I can buy. But once I click yes no more option to click I agree with the condition. what should I do?

    Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • I have an Ipad2, I didnt have problems to connect wifi in general , except at one library where they asked me to accept terms and conditions and then re start the browser. I tried to close safari with the close gesture but didnt work, wouldnt connect.

    I want to use my ipad in a public library.
    How can I re start a browser session with safari? I need to do this to use wifi in the library. After accepting terms and conditions it ask me to restart all the browser sessions. But with Ipad it doesnt seem to close totally the application.
    Please, help!

    Try a force quit, I don't know if it closes the sessions but it's worth a try...
    When in the app, press on the sleep/wake button until the shutdown screen appears, then press the home button until the app quits.

  • I am unable to set up my iCloud as won't let me accept terms and conditions, then says unable to connect to server.  Any help would be appreciated :)

    Please can someone help, I am just trying to set up iCloud on my iPad.  When I click on accept terms and conditions it says unable to connect to server? I have googled how to do this, forums suggest to open a find friends app, then try to reconnect.  It still doesn't work.  Any help would be appreciated, thanks.

    Check this. Settings>General>Date and Time>Set Automatically>On. Make sure that the time zone setting is correct as well.

  • Accept terms and conditions of iTunes

    When I try and accept terms and conditions at iTunes no accept button comes up.

    http://syncor.blogspot.com/2013/09/ios7-and-missing-agree-button.html
    Launch the Settings app.
    Scroll down to Safari
    Under “Privacy and Security” change Block Cookies from “Always” to “From third parties and advertisers”
    Go back and scroll to the button and select “Clear Cookies and Data”
    Exit Settings.
    Double click the home button to bring up the task switcher
    Swipe up on the App store to force it to quit
    Relaunch the app store

  • I can't accept terms and conditions of purchase

    I continue to get a message to set cookies to "accept from visited" when accepting terms and conditions of purchase even after setting cookies to accept - any suggestions?

    Repair permissions, restart your computer and try again. 

  • Cant download apps anymore when i try it says accept terms and conditions over and over please help

    I cant seem to download anyapps due to the fact that it keeps saying i have to accept terms and conditions manytimes

    Hello, Owen. 
    Thank you for visiting Apple Support Communities. 
    Here is the best troubleshooting article to go through when experiencing issues updating your iOS device over-the-air. 
    Resolve issues with an over-the-air iOS update
    http://support.apple.com/kb/TS4431
    You can also update this iPad via iTunes on a computer as an alternative. 
    Update your device using iTunes
    If you can’t update wirelessly, or if you want to update with iTunes, follow these steps:
    If you use your device's Personal Hotspot for your computer's Internet connection, update your device wirelessly or connect your computer to another network.
    Install the latest version of iTunes on your computer.
    Plug in your device to your computer.
    In iTunes, select your device.
    In the Summary pane, click Check for Update.
    Click Download and Update.
    If you see an error message while updating your device, you can learn how to resolve iOS update errors in iTunes.
    Update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    Cheers,
    Jason H. 

Maybe you are looking for

  • 24'' iMAC Screen

    Hi Folks, Use a 24'' imac 2.16ghz Intel Core Duo (Bought in March 2007). Lately the screen (the best way to describe it) goes nuts, its breaks up into thousands of multi colored graphic blocks. After a while its starts to go back to normal, well I ca

  • HT1918 can I use an Itunes gift card to open my Itunes account?

    I don't want to use a credit card, do I have other options for opening an Itunes acct? Thank you.

  • Premiere Pro CS4: Output Issue - codec and image size

    I am having an issue when outputing a video file from Prem Pro to Media Encoder.  The dimensions of the input video are the usual 720x576.  The output I need is 390x390 to match my project.  By choosing the Sorenson 3 video codec I am able to adjust

  • Mac won't boot up

    It is stuck at the "apple" screen and spinning... any tips? Had not turned it on in several months.

  • No behaviors work

    Just trying to get any behaviors to work. Even created a new page, set some text, and added "open browser window" as a behavior, and nothing happens, no rollover hand nothing. Im kind of new to Dreamweaver so not sure if im missing something obvious?