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

Make Column B read only if there is value in Column A

Question
12
Views
0
Comments
edited Jan 8, 2022 1:44PM in Planning

Summary:

Hi All,

The requirement is as below:

For the account available in the rows, if the finance department user enters a value in column A, then column B (where the department user makes the input) should be read-only for the same account.

I am using groovy to achieve the requirement, but please let me know if there is any native functionality available to achieve the same.

I used the following code to capture the accounts in a list where the finance department has input the value in Column A:

List Accts = []

operation.grid.dataCellIterator().each{

if(it.getMemberName("Plan Element") == "CO_Input"){

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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