70
Views
5
Comments
Select and assign same value to all

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 :(

2023-10-21 19-42-11
Tousif Khan
Champion

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

UserImage.jpg
Dev Limbachia

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. 

2021-12-23 04-28-09
Navneet Sharma

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

2023-10-21 19-42-11
Tousif Khan
Champion

Hey did You manage to solve the problem?

2021-01-19 20-58-53
Elyes GAZBOUR

Hello, 

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.