action to selected items
Hello,
I have a table task and an invoice table. I would like to choose some tasks from the table task to be able to insert them in the invoice table, more precisely the subtable invoice-items.
So my question, how to make an action on select items in a table.
Thank you for your ideas and your help.
Robert.
5 replies
-
do you need a button to do that?
-
yes, and i put the script into
-
i use this:
let myInvoice := ID;
let myCustomer := 'My Customer Field in Invoice table ;
for I in select Ordini where 'My Customer Field in Items Table' = myCustomer do
I.('Invoice N.' := myF)
endso all Items linked a Customer will be billed
-
Thanks for your response but it is not good.
i need, when i'm on my invoice table, possibility to select many task and after with a button a copy them in my subtable invoiceitems. Then my question is, any way to select many items from on table and make action on this.
Thanks.
-
Hi, you would need a criteria on how to select them.
Please write to support with a screenshot or take part in one of our webinars:
https://zoom.us/webinar/register/WN_zoSk2qyNSz6vLRFF1zlakg
Best, Alex
Content aside
- 6 yrs agoLast active
- 5Replies
- 2031Views