• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Return metadata cdbDatCreated
#6
(11-25-2019, 05:40 PM)efrain.c Wrote: 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

Thanks! I also was able to retrieve the date created metadata and convert it into a date and time format using:


put cdb_lookUpValue(table, tLine, "cdb", "cloud") into tTempHolder
combine tTempHolder using return
put line 2 of tTempHolderinto tHolder
  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)