Page 1 of 1

BusinessObjects, Dictionary, and Synchronization

Posted: Fri May 04, 2018 5:36 am
by Jalmaria
Hi,

Is there a way to create dictionary programmatically and prevent Synchronization to create columns based on the business object?
I would like to include only a subset of the properties in the dictionary.

Thanks

Re: BusinessObjects, Dictionary, and Synchronization

Posted: Fri May 04, 2018 9:57 pm
by Edward
Hi Jalmaria,

As a workaround here I would suggest to delete the not required columns after registering them the usual way in the dictionary, something similar to the approach that was explained here:

viewtopic.php?&t=4041

A good starting point to play with Business Objects also is our sample project here:
https://github.com/stimulsoft/Samples-W ... %20Objects

Thank you,
Edward