Use bulk Update Tick Boxes

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
angus
Veteran Member
Posts: 128
Joined: 2020-05-28 22:27

Use bulk Update Tick Boxes

Post by angus » 2023-10-04 16:40

is it possible to amend the csv export to only use the rows that are selected?
table_view_tick_boxes.png
table_view_tick_boxes.png (2.4 KiB) Viewed 3152 times
AppGini 22.13

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1944
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Use bulk Update Tick Boxes

Post by jsetzer » 2023-10-08 07:38

You can use custom batch actions for retrieving selected primary keys (id's):
https://bigprof.com/appgini/help/advanc ... ch-actions

Then, for serverside CSV export there should be a couple of threads and examples here in the forum.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 25.10 + all AppGini Helper tools

SkayyHH
Veteran Member
Posts: 481
Joined: 2015-04-27 21:18

Re: Use bulk Update Tick Boxes

Post by SkayyHH » 2023-10-08 16:00

Hi, has anyone ever found a solution to assign the child data records together to a new owner for the parent data records? Thanks much!

Post Reply