Hello, here I am, asking again....
I'm using a RestDataSource, ValuesManager and 2 DynamicForms.
I'm not using all DS fields so I'm defining wich ones to use on each form. I get this WARN, is this because I have to define the fields on the VM too?
10:44:51.534:XRP4:WARN:ValuesManager:mantenimientoClienteValuesManager:Member Form:mantenimientoClienteForm2 Has explicitly specified value for fieldName id, but has no item associated with this fieldName. Ignoring this value. Values may be set for fields with no associated form item directly on the valuesManager via valuesManager.setValues(), but not on member forms. See ValuesManager documentation for more info.
thanks in advance,
Update: I have read documentation on ValuesManager and other threads about this subject, but I'm still not able to fully understand the topic. If you could post an example on how getValues and setValues are used in this case....please..
I'm using a RestDataSource, ValuesManager and 2 DynamicForms.
I'm not using all DS fields so I'm defining wich ones to use on each form. I get this WARN, is this because I have to define the fields on the VM too?
10:44:51.534:XRP4:WARN:ValuesManager:mantenimientoClienteValuesManager:Member Form:mantenimientoClienteForm2 Has explicitly specified value for fieldName id, but has no item associated with this fieldName. Ignoring this value. Values may be set for fields with no associated form item directly on the valuesManager via valuesManager.setValues(), but not on member forms. See ValuesManager documentation for more info.
thanks in advance,
Update: I have read documentation on ValuesManager and other threads about this subject, but I'm still not able to fully understand the topic. If you could post an example on how getValues and setValues are used in this case....please..
Comment