Jimmy Lam (06/22/2008)
Does StrataFrame allow of customize the database table's field during runtime? For example changing the datatype, Something which is similar to the Database Development Toolkit. Hi Jim,
If you don't mind me asking, what kind of application are you working on that will allow end users to change field types? and why?
I have seen several commercial applications like QuickBooks, MS Outlook and others that will allow the end user to add/modify custom fields, but in fact there is no real adding, those custom fields are pre-created in the database as Varchar fields (at least in the case of QuickBooks) and there are only 15 fields available, for those the end user can change only the field caption and I would only imagine that the QB developers are using some sort of Cast or "of Generic" to properly evaluate and display the fields value based on where they are used. See the attached image for a QB sample form.
The purpose of these, is to allow our customer to customize the fields themselves without recoding and recompilation of the codes. Therefore we developers could save up plenty of time for the customization.
By customize field, if you are referring to their captions, I believe you could use the Multilingual capabilities of SF to allow end user change the caption of those controls or use a similar approach as QuickBooks.
At any rate we will need you to provide more detail on your intended customization in order to provide better approach with SF.
Edhy Rijo