• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Return metadata cdbDatCreated
#3
Hi JereMiami,

Assuming you have the recordID of the record in tRecordID and the table name in tTableName you can do the following:


Code:
put cdb_read(tTableName, tRecordID, "cloud") into tOutputA
put tOutputA[tRecordID]["cdb"]["cdbDateCreated"] into tDateCreated


tDateCreated will contain the value you want
  Reply


Messages In This Thread
Return metadata cdbDatCreated - by JereMiami - 11-24-2019, 12:49 PM
RE: Return metadata cdbDatCreated - by efrain.c - 11-25-2019, 05:40 PM
RE: Return metadata cdbDatCreated - by JereMiami - 12-05-2019, 06:10 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)