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

Sharepoint admin/trainer/front end scripter.


2h
comment Block Office application from connecting to certain Sharepoint 2010/2013 lists and libraries
edited with another option to try
6h
comment How can I manage an AD group through SharePoint?
If it's mail enabled, it can be managed in Outlook.
May
17
comment Collect Data from User Task - How can I reference this collected data in another workflow?
no problem, remember that in any SPD workflow where you create a task, collect data, and even create an item, that variable for that action is the corresponding task or list item id that you can then use in your next actions to fetch the outcome or user response.
May
16
comment Collect Data from User Task - How can I reference this collected data in another workflow?
I'm confused by the setup, can you expand the process a bit in your question?
May
16
comment For attachments in InfoPath 2010 forms, can the documents be displayed in Alphabetical order?
possible duplicate of How do I get the attachments for a SP 2010 list to sort the attachments in alpha order by document name?
May
16
comment Crawl file server to add files to search result
A dedicated user account is preferred. What happens if you leave the company? Now search is hosed because it's running as you.
May
15
comment Ribbon buttons aren't enabled when I use query string parameter with filter
Filter web parts are not available in Sharepoint Foundation, which is what he was referring to in his comments.
May
14
comment Crawl file server to add files to search result
In central admin, manage service applications, Search Service. It will be the Default content access account.
May
14
comment Gcm not being Recivied
And this relates to Sharepoint how?
May
14
comment How to package Page Layouts/Master Pages in VS in SharePoint 2013?
Can you detail the answer instead of linking to a blog, if anything happens to the blog, the answer is lost.
May
10
comment Disabled ribbon buttons in the library view
Are they using the 64 bit version of IE by chance?
May
10
comment Modify list schema in production - best way; in SharePoint 2010
And in conjunction with content type hubs, if you don't create features to upgrade the definitions, you can add the fields through the UI and update the entire farm.
May
9
comment Filter list data based on page Url
I updated the title to more accurately reflect your question.
May
9
comment SharePoint 2007 merge nested document library items
I'd be moreso in favor of merging them into a singular library. This will allow you to apply metadata as needed and then use the default Sharepoint UI to create views as needed.
May
9
comment SharePoint 2007 merge nested document library items
They should be able to do recursive folder searching yes.
May
9
comment Adding list item when user does not have permissions question
Simple, effective and no managed code is the way to go here.
May
6
comment Actions: Change Order Not available, sharepoint 2007
The easiest method is to go to View All Site Content and look at the icon associated with the list. If it is a globe with a link/infinity type symbol, it's based on a links list.
May
6
comment How to get approval status of a list item as a column to that list?
You would be doing that in the workflow itself, not creating a new lookup column. Create a new single line of text column, and using the method I describe, in the workflow set the field value. You'll also need a workflow on the task list to update that field when the task item changes.
May
6
comment How to add a column in list with the its workflow task column “Outcome” of a list item?
possible duplicate of How to get approval status of a list item as a column to that list?
May
4
comment javascript created choice field values wont save
You can use jQuery for that so long as you get the right selector for your form field.