Good morning, Fellow Developers!
I have a custom screen that uses the same object for address sections of my screen. Note graph below:
Note that the views Billing_Address and Transfer_Address use the same ACM DAC object ‘Address’. When using the RowSelected event, it does in fact set the visibility; however, it affects BOTH Billing_Address and Transfer_Address. Is there a way to only set the visibility for the specific view? I only want to hide the Transfer_Address view, but the above code is not working. Any thoughts from the gurus? Thank you in advance for any assistance!