CMDBuild Forum

Show custom function in the From SQL of View Accordion

Hi there, 

I have created custom function in the PostgreSQL but it doesn't show up in the drop down list of 'Create View From SQL' drop down. 

How do I make my custom sql function to appear as data source as below screenshot.

http://www.awesomescreenshot.com/image/1359544/93a169cd05487b6ea7968b7f367f37c9 

 

Thank you 

You can use the tips that are in the Administrator Manual page 58.
In particular it is necessary the comment “TYPE: function”.
If still does not work you have to clear the server
cache (Setup / Server menu management) and the browser cache.
CMDBuild Team