16,525 reputation
31235
bio website twitter.com/ejaya2
location Irvine, CA
age 35
visits member for 2 years, 6 months
seen 34 mins ago
stats profile views 1,151

Sharepoint admin/trainer/front end scripter.


Jun
10
awarded  Strunk & White
Jun
10
answered sharepoint 2010 permissions on a page
Jun
10
comment moss 2007 content db migration to sharepoint 2010
After you restore the database, you'll want to test it using the powershell test-spcontentdatabase command, then use the stsadm addcontentdatabase command or do it via powershell. The process is detailed in the TechNet article.
Jun
10
comment some users get error “List does not exist” and others don't but they all belong to the same group
Go to the list, select Settings, List Settings and click on Permissions for this list. If you see a bunch of names with check boxes beside it, that means it's using custom permissions and they can be reset via Actions, Inherit permissions.
Jun
10
comment moss 2007 content db migration to sharepoint 2010
Yes, everything should come over without too much trouble if it's minimally customized. You have to make sure you have the prerequisites in place first.
Jun
10
revised moss 2007 content db migration to sharepoint 2010
added 17 characters in body
Jun
10
answered moss 2007 content db migration to sharepoint 2010
Jun
10
revised moss 2007 content db migration to sharepoint 2010
deleted 11 characters in body; edited tags
Jun
10
revised Best way to present a list form to users?
added 8 characters in body
Jun
10
answered Best way to present a list form to users?
Jun
10
answered Auto populating columns within a list?
Jun
10
revised Errors accessing List Items In SharePoint 2010
added 1 characters in body
Jun
10
answered Warm-up scripts for MOSS/WSS
Jun
9
comment SP2010: How to start a workflow which is not related to a document or list item?
I see what you mean. I'll admit my ignorance of 2010, I've only been able to go by what I've seen on blogs and podcasts as we haven't upgraded yet. You might be able to do something dynamic with a data view web part that gets it's data from the workflow web services or something with jquery and SPServices, spservices.codeplex.com/….
Jun
9
answered How to test lookup?
Jun
9
comment SP2010: How to start a workflow which is not related to a document or list item?
Site workflows are reusable workflows that can be attached to lists and libraries. Workflows can't run without being associated to a list or library item, or document set.
Jun
9
answered SP2010: How to start a workflow which is not related to a document or list item?
Jun
9
comment Paging in an edited Webpart
Creating a data view web part in Sharepoint Designer will give you an idea on what the paging looks like. It's pretty involved.
Jun
9
comment Paging in an edited Webpart
You'll need to roll your own XSL or contact Christophe to see if he can alter the generator to include paging.
Jun
9
answered How to reset paging in a dataformwebpart?