‎09-03-2015 08:31 AM
I tried to export a class created by me, but when exporting and selecting columns it does not display Short Name as column.
Solved! Go to Solution.
‎10-03-2015 09:16 AM
The link between the MetaClass and the MetaAttribute 'Name' can be implicit
I suggest you do a test
Create an objet O1
Export the object to a .MGR file
Read the MGR file
Example of MetaClass where the name value is stored in 'Name' --> Short name should not be expected in Excel export
.Create ."~78xw2lkYo400[Note]" "O1" -
.CHK "53gfCTg)KrUJC30000mCpCpC" -
."~510000000L00[Creation Date]" "2015/03/10 08:11:56" -
."~610000000P00[Modification Date]" "2015/03/10 08:11:56" -
."~(10000000v30[Creator]" "Y)5pEoSQGn4M" -
."~b10000000L20[Modifier]" "Y)5pEoSQGn4M" -
."~520000000L40[Create Version]" "29952" -
."~620000000P40[Update Version]" "29952" -
."~)20000000z70[Reading access area identifier]" "sTlVwxdH3100" -
."~a20000000H60[LanguageUpdateDate]" "2015/03/10 08:11:56"
Example of MetaClass where the name value is stored in 'Generic Local Name' --> Short name can be be expected in Excel export
.Create ."~pj)grmQ9pG90[Business Process]" "A6A0A7B554FE4E13" -
.CHK "L1gfrUg)KDXJC30000mCpCpC" -
."~510000000L00[Creation Date]" "2015/03/10 08:13:41" -
."~610000000P00[Modification Date]" "2015/03/10 08:13:41" -
."~(10000000v30[Creator]" "Y)5pEoSQGn4M" -
."~b10000000L20[Modifier]" "Y)5pEoSQGn4M" -
."~520000000L40[Create Version]" "29952" -
."~620000000P40[Update Version]" "29952" -
."~)20000000z70[Reading access area identifier]" "sTlVwxdH3100" -
."~nOU8g8IMCb30[Converted Name Version]" "0" -
."~g20000000f60[Generic Local name]" "O1[A6A0A7AC54FE4E01]" -
."~a20000000H60[LanguageUpdateDate]" "2015/03/10 08:13:41"
‎10-03-2015 09:05 AM
Even Name attribute is not available either.
‎09-03-2015 12:03 PM
Hello imranusman
Check the naming configured for this custom MetaClass
The propertty 'Short name' can be expected if there is a specific naming for the MetaClass (ex: Generic Local Name..)
Said differently, if the object name is saved in MetaAttribute 'Name' (default naming), you cannot expect 'Short Name', only 'Name'