Where are LS function codes stored?

Sort:
You are not authorized to post a reply.
Author
Messages
Jake Miller
Basic Member
Posts: 5
Basic Member
    LS has more functions on some forms than what is listed in the .SCR files, the VALLSTUSE table or LAUA security.  HR11.1 has 7 additional function codes in LS than in LAUA security.  The LS Admin is getting its information from somewhere.  I need a list of all available functions for all forms including the new LS functions.  Where is this information stored?
    Kwane McNeal
    Veteran Member
    Posts: 479
    Veteran Member
      Jake,
      Security client calls a servlet that pulls that info from a number of sources. Some of those sources are:
      1) LAWDIR//src/.xml
      2) LASE built-in functions based on secobject type
      3) GEN/VALLSTUSE

      The only *authoritive SINGLE source* is by calling the servlet, POSTing the XML payload that lase itself POSTs. I wrote a script that does exactly that, to power my security profile generation scripts.

      Kwane
      Jake Miller
      Basic Member
      Posts: 5
      Basic Member
        Kwane, could you post a sample servlet call? Or at least which servlet the security client is calling?

        Thanks,
        Jake
        Kwane McNeal
        Veteran Member
        Posts: 479
        Veteran Member
          Jake, I can, but it will be much later this evening. I'm playing catch up due to a small fire at my home earlier this week.
          Jake Miller
          Basic Member
          Posts: 5
          Basic Member
            Kwane, have you had an opportunity to develop a sample servlet call?

            Thanks,
            Jake
            You are not authorized to post a reply.