Hi all,
Thank you for your time to read this message.
i have a expense report application which contain 3 different sharepoint list (Expenses, LineItems, Individual Claim)
Expenses List (contain ID, Title, Department, Status, Finances Status)
LineItems List (contain Category, Cost, Date, Description & ReportID (lookup to Expenses-ID)
Individual Claim List (contain lookup Expenses-ID, lookup LineItem-ID, Cost, Date, Category, User(People option)
I want to have this function when finance member click on a reimburse button, i want it to copy the data to Individual Claim List. Only if the selected LineItems category contain (Staff - Welfare), copy data of Expenses-ID, Selected-LineItems ID, Selected-lineitems Category (staff -Welfare), Selected-lineitems Cost, User (People Option)
Please kindly advise what is the best way to do this.