We used to set custom settings in Jiwa 6.5 using the below line of code:
MyJiwaSalesOrder.CustomFieldValues(fieldname).Contents = fieldValue
Our application is in VB and is referencing the Jiwa COM DLLs in the same way we did for 6.5.
However now using Jiwa 7.115 the CustomFieldValues collection always seems to be empty, which is stopping us from setting any custom setting values.
Is there something that has changed in how custom settings should be getting set?
Or is there something new we need to do in our application to have the collection populated?


