I’m getting following error when I synchronizing changes on custom fields in a custom logical unit.
This type of CollectionView does not support changes to its SourceCollection from a thread different from the Dispatcher thread.
I have a persistent Text type customer_id attribute and a read only select statement attribute for company. The company attribute is using the value of customer_id.
I’m getting this error only when I try to synchronize the changes and I have completed the work even with this situation.
But when I try to import this configuration using a application configuration package to PROD, I’m getting a validation error.
34 Validation Result : ERROR
35 Validation Info : Error: The column CF$_CUSTOMER_ID refered to in table t is not an approved persistent Custom Attribute.
(copied from import log)
This customer_id has used to connect to an existing standard window as a parent key as well.
Could you please explain.