Is it a way to find out which secure zone user belong to?

So we have three secure zones on website.
Basic User
Intermediate User
Premium User
Based on where user belong to we would like to show accurate user menu upon him/her logging in the website.
Currently we have a module to find out if  ANY USER has logged in or not - {module_isloggedin}. Is there similar type of module or functionality to find out which secure zone this user belong to - something like {module_securezonebelongto}, which returns an ID for secure zone using which and with some help of JS we could manipulate user menu options.
I am sure many of us are looking for similar option and some might have found a solution for this.
Can you please share your thought(s) and idea(s) for this one? I really appreciate your input.
Thanks

The only thing you have is {module_subscriptions}\
Format:
{module_subscriptions,show_expiry,show_prices,reserved,render_json}
Where:
show_expiry - shows or hides the expiry date of the secure zone (true/false; default:true)
show_prices - shows or hides the cost of the subscription to that secure zone (true/false; default:true)
render_json - Will render the secure zone information in Json format which can be manually parsed (true/false)

Similar Messages

  • Any good way to find out which process is running on which CPU, how long it

    Hi All
    any good way to find out which process is running on which CPU, how long it took, how many threads it has forked, which thread went to which CPU, etc. .
    RPS
    Message was edited by:
    RajeshPS

    Hi All
    any good way to find out which process is running on
    which CPU, how long it took, how many threads it has
    forked, which thread went to which CPU, etc. .Because the scheduler moves threads from CPU to CPU all the time, that would be a lot of information to store. I don't know any easy way to gather it.
    Under Solaris 10, you could write a dtrace script that noted every time one of the processes thread was enqueued or dequeued on a cpu and post-process that.
    That's probably the best way.
    Darren

  • Have received an email from apple to say my ID has been used to download an emoticon package for £15.99 - it was not me. is there a way to find out which device it is? and to get my money back? ta

    have received an email from apple to say my ID has been used to download an emoticon package for £15.99 - it was not me. is there a way to find out which device it is? and to get my money back? ta

    It is a phishing attempt. Do not respond. Do not divulge any personal or financial information. You can use the address below to forward the suspect email message to Apple.
    [email protected]
    The link below has information to help identify fraudulent emails.
    http://support.apple.com/kb/HT4933

  • Is there a way to find out which project using the record Z_student by sql

    Is there a way to find out which project using the record Z_student by sql
    use Find in in Application Designer is time consumer

    Try following SQL
    with all credits to the original poster of the greater portion of this sql
    http://srini-peoplesoft.blogspot.co.uk/2012/05/find-in-text-sql.html
    select projectname  from psprojectitem
    where (objectvalue1,objectvalue2,objectvalue3) in
    With Srch As
    Select Str, SubStr(Max(HexStr),3) Srch_Str
    From
    Select RNum, Str, Hexcode, Sys_connect_by_path(HexCode, '00') HexStr
    From (
    Select RNum, Str, Chr(Floor(Mod(Code/16, 16))
               + Decode(Floor(Floor(Mod(Code/16, 16))/10), 0, 48, 55)) ||
           Chr(Mod(Code, 16)
               + Decode(Floor(Mod(Code, 16)/10), 0, 48, 55)) HexCode
    From (        
    Select RNum, Str, Ascii(Substr(Str, RNum, 1)) Code
      From (Select Rownum RNum From Dual Connect By Level <= Length(:Str)),
           (Select :Str Str From Dual
            Union
            Select Upper(:Str) From Dual
            Union
            Select Lower(:Str) From Dual
            Union
            Select InitCap(:Str) From Dual
    Start With RNum = 1 Connect By Prior RNum = RNum - 1 And Prior Str = Str
    Group By Str
    select
    objectvalue1,objectvalue2,objectvalue3
    from pspcmprog p, srch
    where dbms_lob.instr(progtxt, srch_str)  > 0
    );

  • Any way to find out which program has created a job using 'JOB_OPEN'?

    Hi,
    I have some jobs created by some program. The job is incomplete, i.e., the programs which created the job just used 'JOB_OPEN' and it doesn't have any steps.
    Is there any way to find out which program created that incomplete job?
    Thanks in advance.
    Regards,
    Arun Mohan

    Not sure but try this FM
    BP_JOB_SELECT -Returns a table with job(s) details .
    кu03B1ятu03B9к
    Edited by: kartik tarla on Dec 30, 2008 6:50 PM

  • Is there a way to find out which PLD is tied to which BP code

    Hi, is there a way to find out which PLD is tied to which BP code?
    Maybe in the DB table that stores the PLD?
    Thanks.

    Hi Joyce,
    Try this query
    Select
                    T1.Name [Document],
                    T2.DocName [Layout],
                    Case
                                    When  T0.CardCode in (Select CardCode from OCRD)
                                    Then T0.CardCode
                                    Else ''/* will be blank when not assign to a specific BP*/
                                    End [Business Partner],
                    Case
                                    When USERID in (Select Internal_K from OUSR)
                                    Then (Select U_Name FROM OUSR Where Internal_K = T0.UserId)
                                    Else ''/* Will be blank when not assign to a specific user*/
                                    End [User]
               from
                    RDFL T0
                    inner Join
                    RTYP T1 on
                    DoumntDode = Code
                    inner join
                    RDOC T2 on
                    T2.DocCode = T0.DfltReport
    Regards,
    Bala
    Edited by: Balakumar Viswanathan on May 4, 2011 8:27 AM

  • Any way to find out which apps I use the most?

    Sometimes there are apps that I don't realize I use a lot. Is there any way to find out which apps I use the most, so I can put those on my first home screen?

    I'd keep and eye on your multitask bar. This tells me what apps I use and often forget I've been in that day.

  • Is there a way to find out which CSS rules are being used by the different html files?

    Is there a way in Dreamweaver CS3 to find out which CSS rules are being used by the different html files, sitewide?
    Thanks - Dave

    Firefox add-on "Web Developer Toolbar" is a must have.  Information > Display Div & Class details.
    https://addons.mozilla.org/en-US/firefox/addon/60
    Another  handy Firefox Add-on  to add to your tool chest is called "Dust-Me Selectors."
    http://www.sitepoint.com/dustmeselectors/
    "It extracts all the selectors from all the stylesheets on the page you're viewing, then analyzes that page to see which of those selectors are not used. The data is then stored so that when testing subsequent pages, selectors can be crossed off the list as they're encountered.
    You can test pages individually, or spider an entire site, and you'll end up with a profile of which selectors are not used anywhere."
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • HT4972 2nd generation ipod touch is pretty much no good anymore?  It is not able to upgrade to iOS5.1 and so will not work with many of the Apps now available in the App store.  Is there any way to find out which apps will work with 2nd generat

    2nd generation ipod touch is pretty much no good anymore?  It is not able to upgrade to iOS5.1 and so will not work with many Apps in the iTunes store?  Is there a way to find out if the App will work before you download?

    Look to the app developer to provide that information when browsing the iTunes Store.
    The iPod Touch still works, so what's your problem with it? It still works with older apps, it still does what it's intended to do.
    If you aren't happy then sell it and buy a new one.

  • Is there a way to find out which transactions are called by first transacti

    I'm trying to find out if there is a way to find out for ex:
    You go to PFCG and put in transaction CO15
    What other transactions is CO15 going to need or call.
    Thanks
    Joe

    In your test or QA environment, use ST01 to start a trace for authorization checks.  Execute CO15 as you normally would using options on the screen to enter the production order confirmation.  Once complete, stop the trace and review the log.  the log will include all authority checks that occurred.
    Another response was to use the USOBT table.  You can call these tables directly using SU24.  the check maintain entries are validate when an authority check is executed.

  • How do I find out which "page" the user was on

    I am using JAVA servlets and XSLT's to create a web service. I need to know how I can use the HTTPRequest that is sent to me to the server to find out, which "page" they were on when they clicked the login link.
    The login link appears on all "pages" and once they click it a loginServlet is activated an a login page is shown. I need to know which "page" they were on so I can take them back to it after login has completed.
    So take for example I am at http://localhost:8080/contact/ and then they clicked a hyperlink with value http://localhost:8080/login to call loginServlet. I know getPathInfo will give me the "/login" but how do i get that "/contact" so i can send them back to that page once the system has logged them in.
    Any help, suggestions, comments would be highly appreciated it. Thanks.

    Retrieve the "Referer" value from the requestHeader:
    String referer = request.getHeader("Referer");Notice the misspelling, you must spell it this way. BTW, check for nulls. I don't think there's any guarantee this value is set, although I've never run across a situation where it wasn't.

  • Is there a way to find out which carrier an ipone is for?

    So my iphone was stolen recently, and cant track it down, I then bought another iphone from a guy who told me it was locked to bell, however when i went to bell to get a new sim and inserted it, it said no sim installed which means its really not a bell phone. I am so frustrated at this point and have no idea what to do.

    You can also try calling Apple support, giving them the serial number, and perhaps they can tell you.
    But getting a "no SIM" message is not the usual message when the iPhone is locked to another carrier; for that you usually get an "invalid" or "unsupported SIM" message. Try removing and reinserting the SIM and if that doesn't help, try a different SIM. If neither works, try the usual steps: restart, reset, restore.
    http://support.apple.com/kb/HT1430
    http://support.apple.com/kb/HT1414
    If none of that helps, you may have purchased a defective iPhone.
    Regards.
    Message was edited by: varjak paw

  • Is there a way to find out who created a user account?

    Thanks.

    Assuming that auditing isn't enabled and the event already happened, you can use LogMiner (see Note 62508.1 The LogMiner Utility), here an example:
    system@ORCL> create user demo1 identified by demo1;
    User created.
    sys@ORCL> begin
      2    dbms_logmnr.add_logfile(
      3    '/u01/app/oracle/oradata/orcl/redo01.log',DBMS_LOGMNR.NEW );
      4    dbms_logmnr.add_logfile(
      5    '/u01/app/oracle/oradata/orcl/redo02.log',DBMS_LOGMNR.NEW );
      6    dbms_logmnr.add_logfile(
      7    '/u01/app/oracle/oradata/orcl/redo03.log',DBMS_LOGMNR.NEW );
      8* end;
      9  /
    PL/SQL procedure successfully completed.
    sys@ORCL> execute dbms_logmnr.start_logmnr;
    PL/SQL procedure successfully completed.
    sys@ORCL> select scn, username, sql_redo from v$logmnr_contents where upper(sql_redo) like 'CREATE%';
           SCN
    USERNAME
    SQL_REDO
       3680636
    SYSTEM
    create user demo1 identified by  VALUES 'DD9FD1922A0AFC29' ;If the info isn't on the online redo logs, you can use archived redo logs instead.
    HTH
    Enrique

  • Table component - how to find out which cell is clicked

    Hello!
    I have a couple of questions regarding table component
    1. Is there any way to find out which table cell is clicked on?
    2. And is it possible to paint clicked cell programmatically?
    Possible solution might be a Select Boolean Checkbox inside a cell, but anyway, i'd have to determine which cell contains this checkbox (some kind of cell coordinates, etc...)
    Thank you

    1. Is there any way to find out which table cell is clicked on? It would be easy to suggest the way, if you can share us the requirement
    2. And is it possible to paint clicked cell programmatically?You can do it through javascript by setting contentStyle property.
    Sample Code:
    <af:table ...>
      <af:column>
         <af:inputText ...>
                  <af:clientListener method="paintCurrentCell" type="click"/>
         </af:inputText>
      </af:column>
    </af:table>
    <!-- javascript method -->
    function paintCurrentCell(event){
        event.getSource().setContentStyle("background-color:red");
      }Sireesha
    Edited by: Sireesha Pinninti on Nov 10, 2009 7:01 PM

  • How to find out which list is associated with specific incoming email address

    Hey Guys,
    I've a received a request today from a user asking me which list was setup with a specific incoming email address.
    Is there a way to find out which list is associated with an email address?
    Thanks

    OK after a bit of research I found a way to achieve this.
    I simply looked up the email address in ADUC, then did a search in SP with the display name. I could locate the list and manually confirm it was configured with the incoming email address I was looking for.
    I also found the below script on Stackoverflow, but got "The 'using' keyword is not supported in this version of the language." when I tried to run it. Any idea how to fix that? I'd like to have a script to link a library to an email address istead of the
    manual approach described above.
    http://stackoverflow.com/questions/4974110/sharepoint-how-do-i-find-a-mail-enabled-list-if-i-only-have-the-email
    $SiteCollection = ""
    $EmailAddress = "" # only the part before the @
    # Load SharePoint module if not done yet
    if((Get-PSSnapin | Where {$_.Name -eq "Microsoft.SharePoint.PowerShell"}) -eq $null) {Add-PSSnapin Microsoft.SharePoint.PowerShell;}
    cls
    using System;
    using Microsoft.SharePoint;
    namespace FindListByEmail
    class Program
    {a
    static void Main(string[] args)
    string siteUrl = $SiteCollection;
    string email = $EmailAddress;
    using (SPSite site = new SPSite(siteUrl))
    foreach (SPWeb web in site.AllWebs)
    try
    foreach (SPList list in web.Lists)
    if (list.CanReceiveEmail)
    if (list.EmailAlias != null && list.EmailAlias.Equals(email, StringComparison.InvariantCultureIgnoreCase))
    Console.WriteLine("The email belongs to list {0} in web {1}", list.Title, web.Url);
    Console.ReadLine();
    return;
    finally
    if (web != null)
    web.Dispose();

Maybe you are looking for

  • Unity Connection 8.6 not able to forward from extension (dial out)

    Dear all, I'm having a problem at a customer where i'm not able to forward calls externally from the Unity (that's a wish too). Basically here is the request for which I'm having an issue: - I'm making a menu with a number XXX (CTI Port) with a Syste

  • Buying songs to convert in Ringtones

    I bought some songs in the iTunes store that were marked as ringtone capable. I wanted to make a ringtone, but the ITunes (software) gave the following message: THIS SONG CANNOT BE MADE INTO A RINGTONE - the song - CAN NO LONGER BE MADE INTO A RINGTO

  • 160G Classic: sort order of contacts

    Yep, I am just starting to discover the features of my brand new 160G Classic. I have noticed, that I can choose between first name or last name as the sort order for contacts. But it looks like the contacts are always displayed as firstname and than

  • Controlling fields in CMD  for Pricing

    Hi In Customer master data -sales area data-sales tab   there are 3 different controlloing fields used for grouping customers for pricing purpose( used in V/04) A. Customer Group B. Price Group C. Price List wahat are the difference between these 3 a

  • Upgraded to LR 5.6 now can't see any of my photos

    I upgraded to LR 5.6 but none of my photos are visible.  All I get is a grey box.  If I go into develop mode the histogram is displayed but again no photo.