Hello Everyone,
My query is something like this,
I have n number of invoices and in some of invoices i want to put same expected date,
My need is if i can select specific invoices and assign the date to all at one time, how can i do that ?
Can anyone help me with this :(
Hello,
You can use a checkbox in your table by creating a calculated attribute (type Boolean default value false), And bind it to your Checkbox, when you select the record by check box, after selection, you need to create some logic to select them and update your records( You can use List Filter to filter the only result that are selected then you can bind the filtered list to a loop and assign the value and update your record.
Hope this will help
Best Regards,
Tousif Khan
Thank you Tausif,
I understood your logic for my requirement, but I'm stuck after selecting the invoices how can i insert a input variable as I need to get value from the end user so i need a input box for the user?
I'm totally confused in it, i tried my best but to no avail.
Hello @Dev Limbachia,
You can refer this Link for better understanding.
https://www.youtube.com/watch?v=uP9vJVH8PsY&t=6s
I hope this will help you for improve your Logic.
Thanks & Regards
Navneet Sharma
Hey did You manage to solve the problem?
you can use the template screen Bulk actions with filters
for your invoice List
Then, you can add button Update date for selected Invoices that will open popup ( that you have to create it ...)
In the popup you add the date field and two button : Update / Cancel
Regards,
Elyes