I have an option group as under
Frame1:
Received
Returned to supplier
Stock Transfer
Transfer Return
Expired / Damaged Inventory
Adjustments
with values 1 to 6,
I have three case statements working as under as an open args
Receipt
Transfer
Adjustments
===============
I want one line code for option group values visibility as per the case
for example
for Receipt case
1st two values of option group should have to be visible, after 2 to 6 visibility false
for Transfer case
3 to 5 values visibility
for adjustment case
only 6 value should have to visible
================================
how to get the one line code.
Frame1:
Received
Returned to supplier
Stock Transfer
Transfer Return
Expired / Damaged Inventory
Adjustments
with values 1 to 6,
I have three case statements working as under as an open args
Receipt
Transfer
Adjustments
===============
I want one line code for option group values visibility as per the case
for example
for Receipt case
1st two values of option group should have to be visible, after 2 to 6 visibility false
for Transfer case
3 to 5 values visibility
for adjustment case
only 6 value should have to visible
================================
how to get the one line code.