• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Automation of Valence Profiles

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Automation of Valence Profiles

    Is there a procedure to modify / Create Valence User Profiles?

  • #2
    Not currently. However it's a fairly simple process to achieve programmatically. For an example, look at the source code in program VVADM_USRS, in the saveUser procedure -- specifically, the code beginning at line 1250.00. You will need to write to files VVUSERS and VVUSRAUTH at minimum, and if it's a Valence-specific profile then you'll also need to make a call to vvSecure_chgPassword to initialize the corresponding user record in VVUSRENX.

    Comment

    Working...
    X