0

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

null
    • Andrea
    • 5 yrs ago
    • Reported - view

    do you need a button to do that?

    • CISOFT_Sarl
    • 5 yrs ago
    • Reported - view

    yes, and i put the script into

    • Andrea
    • 5 yrs ago
    • Reported - view

    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)
    end

     

    so all Items linked a Customer will be billed

    • CISOFT_Sarl
    • 5 yrs ago
    • Reported - view

    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.

    • Alexander_Koenig
    • 5 yrs ago
    • Reported - view

    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

  • 5 yrs agoLast active
  • 5Replies
  • 2028Views