How do you get the Object name for a Record when using cs.record(id); Or any other way?
I tried Libby, but none of the properties/methods given were available.
I was hoping I could use
const caseid = params.context_record_id;
var case_record = cs.record(caseid);
and then…
case_record.object_name // or something similar
Thanks
JonathanFS (EHDC)