Kbase P80911: How to set and get properties on the Appserver from Dynamics client side objects?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/26/2004 |
|
Status: Unverified
GOAL:
How to get and set properties on the Appserver?
FACT(s) (Environment):
Dynamics 2.1A
FIX:
Use the session manager functions getPropertyList and setPropertyList. For example:
DYNAMIC-FUNCTION('setPropertyList':U IN gshSessionManager,
"myProp", "myValue", plSessionOnly).
DYNAMIC-FUNCTION('getPropertyList':U IN gshSessionManager,
"myProp", plSessionOnly).