Tagged Questions
0
votes
0answers
104 views
How update a value of custom field when the list is view or load in sharepoint 2007 services 3.0 [closed]
I have a problem,
I use sharepoint 2007 services 3.0
I wanna build a custom field, the value of this field come from a query in external database.
then when the list is view i need update the fields ...
1
vote
1answer
2k views
Custom field type rendering in XSLT
How can I render a custom field type with XSLT.
I want to render in the same manner like I do with this CAML
<RenderPattern Name="DisplayPattern">
<Switch>
<Expr>
...
3
votes
1answer
3k views
Custom field type XSL in SP2010
Has anybody upgraded an old custom field type to use the new XSL transform in SharePoint 2010? I have a multi-column field type, and want the Display pattern to render the 2nd "column", which contains ...