Help

Placing the current date in the date field

Topic Labels: Scripting extentions
597 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Legal_Team_Canv
4 - Data Explorer
4 - Data Explorer

Here’s what I have

let table = base.getTable("-Some Matter Name-)");
let field = table.getField(“Request Date”);
await table.updateRecordAsync(record,{
“Date Requested”: new Date()
});

I haven’t done a lot of programming for a while now, so I sort of have an idea but not exactly how to write it

0 Replies 0