No. This is an incorrect assumption.
Calling script from a button (for example) will pass the record ID by default if – and only if – the script is prepared to receive it as an input like this:
let record = await input.recordAsync('Pick a record', table);
This is ideal since it allows you to fire the script without input and also with input should the occasion arise.
No. This is an incorrect assumption.
Calling script from a button (for example) will pass the record ID by default if – and only if – the script is prepared to receive it as an input like this:
let record = await input.recordAsync('Pick a record', table);
This is ideal since it allows you to fire the script without input and also with input should the occasion arise.
Hello @Bill.French,
thanks for your answer. I tried and it is perfect thanks.
I have another quick question.
I want to create a record in a table, but one of the fields is a link to another table.
I tried to format it but I did not manage.
can you help me with this please ?
Thanks
thanks for make a good solution
that works
roomme,best regards