I’m working on a form where our customer is adding the number of people living in a household into a table. I am then using a java script to calculate the amount of rows that are added into that table and having the amount of rows inserted into a field in a collection. This piece is working fine.
The real problem that I’m having is that when that java script is “engaged”, the lookup rule that I have in place is not working. The lookup rule is pulling information from a SQL table that has the number of people in the house and the guideline numbers. It seems that the lookup rule is unable to read the number that being placed in “number in household” field in the collection that is being calculated from table 1 as explained above. In turn it will not populate the “guideline” field number in the collection.
If I take out the java script and keep the lookup rule in place and enter a number in the “number in household” field manually, the lookup rule will bring up the correct guideline number.
I’d really like this process to be automatic if possible. If anyone has any ideas, I’d appreciate it.