Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

dumb groovy question - get all row members on a grid

edited Feb 14, 2020 2:37PM in Planning 3 comments

Content

I've seen a lot examples of getting row members for cells that have been edited but what about if I just want to get all row members on the grid?

I tried this but doesn't work and not sure why:

Set<String> rowEntity = []
Set<String> rowVersions = []
operation.grid.dataCellIterator().each {
                                rowVersions << it.getMemberName("Versions")
                                rowEntity << it.getMemberName("Entity")

}

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!