Where are LS function codes stored?

 4 Replies
 0 Subscribed to this topic
 16 Subscribed to this forum
Sort:
Author
Messages
Jake Miller
Basic Member Send Private Message
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 Send Private Message
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 Send Private Message
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 Send Private Message
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 Send Private Message
Posts: 5
Basic Member
Kwane, have you had an opportunity to develop a sample servlet call?

Thanks,
Jake