Good morning. I have a Classic Designer form with a Collection assigned a CSS Class "MyCollection".
In the Collection, I have (2) Single Line Fields: CSS Class "Part" and "Scan".
The Part field populates from a SQL lookup. The user would scan a package and the Part value will fill the Part Field. What I am attempting to accomplish is to compare the value of the Part field with the value of the Scan field after the scan field changes to populated. If they match, change the Collection row background to green and if they do not match, change the background color to red.
I have attempted to adjust other code samples uploaded to Answers to closely match my setup, but it has not worked. :(
Any assistance would be appreciated.