Some attributes in the Info display configuration are not shown when a custom object type is imported. These attributes are shown however on the properties page.
Any ideas?
Hi ,
Can you double check the display configuration in the composer for this particular object type ? If it is present have you run the data dictionary job and see if it helps.
Regards
Balaji
Hi,
if I remember correctly, the import component uses an attributes configuration defines in some import_attributes.xml or something like that. Have a look at the docbaseattribute tage in the import component jsp and you will find the ezcat name for the attributes configuration.
Stephane
Try API below
flush,c,ddcache,<custom obj>
publish_dd,c,,<custom object>
Also make sure that you restart app server any time you publish data dictionary (either via API or by job)