I am developing an external content type with sharepoint designer, based on a microsoft sql server table. One of the columns has the time(0) format. This is interpreted by sharepoint designer as System.TimeSpan, however if I create a list, the field is not implemented and shown. Is there a way to solve this issue?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You cannot do it. The BCS (External Lists) do not have this datatype implemented. Best way is to use it as a string. Later you can use jquery/code behind if binding to grid or any other control. |
|||
|