is it possible to amend the csv export to only use the rows that are selected?
Use bulk Update Tick Boxes
Use bulk Update Tick Boxes
AppGini 22.13
Re: Use bulk Update Tick Boxes
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.
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
AppGini 25.10 + all AppGini Helper tools
<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 readabilityAppGini 25.10 + all AppGini Helper tools
Re: Use bulk Update Tick Boxes
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!