Hi,
I have a situation where I have few fields repeating on BPF as well as the form itself. Suppose, I have 5 BPF stages and the fields that are repeating on BPF are on the 2nd stage. I can set their values on the form itself while on the 1st stage, but when I move the process forward and it moves to the 2nd stage, the values that had been set on the form and are repeating on the BPF (2nd stage) are showing in italics on BPF and even though the values are there (I checked them using getValue() on header_process_*) CRM doesn't think so and treats them as nulls. These fields are required on BPF to move forward and when I try to move the process forward to the 3rd stage, I'm getting an error and it's asking me to fill them in before proceeding. Anyone came across this problem before?
When I just refresh the page manually, the fields turn from italics to a normal font and I can proceed with no issues, but I'd like to avoid refreshing the page from JS.