0
votes
0answers
103 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 ...
2
votes
6answers
3k views

How can I auto-increment a column?

I am working on a solution where I have a list with a column named LogIDNumber. For each new entry in the list, I would like to increment the LogIDNumber by one. I could use the ID generated by ...
1
vote
3answers
253 views

how can i know Items in Tasks list viewed by user(something like “Last Viewed” and “Last Viewed By”)?

for every list-item in Lists we have two columns or fields by the name of "Modified" and "Modified By". you got the idea, i wanna have two columns or fields for Tasks List by the name of "Viewed" and ...