Last updated
Was this helpful?
Was this helpful?
const allowSprocs = accountService.allow().storedProcedure;const proc = wire.data.procedure("spGetUsers")
.param("User", "apeters");const param = proc.getParam("UserName");...
const dataTable = await accountService.execAsync(proc);