• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cdb_User List
#4
I think you can either do a batch read on all the records or just list the emails to choose from.

Doing this should give you all the data of the users table
local tInputA, tOutputA, tTableID
put cdb_userTableName() into tTableID
put empty into tInputA[tTableID]["*"]
put cdb_batchRead(tInputA,"cloud") into tOutputA

You can also use cdb_list to get a list of the emails and let the administrator choose from the emails.
local tTable, tTarget, tKeys, tOutputA
put cdb_userTableName() into tTable
put cdb_list(tTable,"cloud","email") into tOutputA
  Reply


Messages In This Thread
cdb_User List - by clarencemartin - 07-18-2019, 03:17 PM
RE: cdb_User List - by jasonchan - 07-18-2019, 03:34 PM
RE: cdb_User List - by clarencemartin - 07-18-2019, 03:42 PM
RE: cdb_User List - by jasonchan - 07-18-2019, 09:10 PM
RE: cdb_User List - by clarencemartin - 07-22-2019, 03:14 AM
RE: cdb_User List - by efrain.c - 07-22-2019, 11:17 PM
RE: cdb_User List - by clarencemartin - 07-23-2019, 01:08 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)