- Index
- »
- conn
- »
- func:connLearn
def
func:connLearn
connLearn(conn, arg: null)
Perform a learn on the given connector and return a future. The future result is the learn grid. The conn parameter may be anything acceptable by toRecId(). The arg is an opaque identifier used to walk the learn tree via the learn column. Pass null for arg to return the root of the learn tree.
Examples:
connLearn(connId, learnArg)