Well it was few months back I did those changes for exploration purpose. Don't know the changes by heart.
What do you mean by "not getting values" ? Is there an error or nothing is displayed?
In case of error, need to see what exactly it is. But, if it is showing empty string...
Please ensure that your (column name) custom string are appended as comma separated values and without a space. (This is important as I remember)
1String defaultFileEntryColumns = "name,size,Status,customString1,customString2";
Also check that you are using exactly the same string for 'customFieldKey' which you have used to define the custom field.
btw, I also had few default values set since the requirement was for dropdown/ selection list.
Please also check permissions on custom field for you liferay user.
Hope this helps.
Por favor, faça login para denunciar.