Hey All,
Our team used the TriDKXmlSetup to export cardtypes, cards, lovs and fields from the KC 2016. I have tried to export the same data from KC 13 with the following PS script : InfoShare\App\Database\Common\DatabaseIndependent\Examples\Full-Export\
This is using the DB Upgrade Tool.
There are changes in the output XML structure which is not a problem, but there is also some missing data in the XML structure of the fields.
There are only these attributes for <field>:
- issystem
- isbasic
- ismandatory
- isindexable
but there should be these also, according to the Field Setup XML structure documentation:
- allowonread
- allowonupdate
- allowoncreate
- alloonsearch
Is there any way that I can get included that data also in the export XML?
(I found out that I can get that data with the ISHRemote -> Get-IshTypeFieldDefinition but then I should merge the full export XML and the PS script output which not feels as the right way)
Thanks in advance,
Attila