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

Groovy edited cell iteratior not properly grabbing member names on web interface when segment drop-d

edited Nov 15, 2018 6:36PM in Planning 3 comments

Summary

cell.getMemberName('Dimension") returns "original" member, not the member chosen using the drop-down segment.

Content

When the following rule is attached to a form, regardless of when it is set to run, it prints the wrong member name to the log when using the web interface, but it works correctly when using smart view.

operation.grid.dataCellIterator{DataCell cell -> cell.edited}.each { DataCell cell ->

println cell.getMemberName('Account')}

Version

Product Version : 18.11.67 Service Type : Enterprise Planning and Budgeting Cloud Application Type : EPBCS

Code Snippet

operation.grid.dataCellIterator{DataCell cell -> cell.edited}.each { DataCell cell -> 
println cell.getMemberName('Account')}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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