We are looking to update all of our customisations to Kinetics (10.2.700.16) and I’m experiencing a strange issue.
I’ve managed to bind a ComboBox to values and link UD Codes to the dropdown values, but when I preview the changes, the bindings show but I can’t see the actual text. Examples:
Is this something that anyone else has found to be an issue, and if so, is it fixed in later versions?
On a separate note, is there any documentation that I can use when building Kinetic customisations, as at the moment I am going in blind and just hoping that the functionality I build works. I’ve found bits and pieces here and there but nothing that I can use as a foundation.
This is happening to me too but I’m unsure why. I assumed I was not referencing what to display correctly, but I also haven’t been able to find any documentation on the components.
The reason filters append and search filter doesn’t work is because it applies the filter to both where clauses.
It passes a where clause statement for both the UDCodeType table and the UDCodes table. UDCodeType doesn’t have the IsActive field so it fails.
Using a BAQ as a data source will work.