- Index
- »
- hx
- »
- func:passwordSet
def
func:passwordSet
passwordSet(key, val)
Store a password key/val pair into current project's password store. The key is typically a Ref of the associated record. If the val
is null, then the password will be removed. See Folio.
passwordSet(@abc-123, "password") passwordSet(@abc-123, null)