New Post: Starting a SPD workflow that is bound to a content type
I figured it out. The issue is the list is wiped out each time after I debugged it, even though the content type (and workflow association) is not. This causes the TemplateID to change. You have to do...
View ArticleNew Post: Starting a SPD workflow that is bound to a content type
Sorry I didn't get back to you before you figured it out, but you arrived at exactly the right place! M.
View ArticleNew Post: Help With StartWorkFlow
Tim (from Boston): With a Document Library, the itemURL should be something like this:http://servername/Shared Documents/doc123.doc where the doc123.doc file is in the Shared Documents library in the...
View ArticleNew Post: Can't Edit sharepoint page after adding JS thru CEWP
I have exact scenario like the link below. I am trying to use auto complete (jquery, spservicec, etc.). It works but edit page does not seem to...
View ArticleNew Post: Can't Edit sharepoint page after adding JS thru CEWP
Amber: Can you post your code? M.
View ArticleNew Post: $().SPServices.SPGetCurrentUser Returning Blank for Non-SiteCollectors
I am trying to use the above to pull the 'name' Field for the logged in user, so I can use it to populate a field. My code is as follows: I have tried: var userValues =...
View ArticleNew Post: Can't Edit sharepoint page after adding JS thru CEWP
Here is the code.<script type="text/javascript" src="/_layouts/jquery/jquery-1.11.0.min.js"></script> <script type="text/javascript"...
View ArticleNew Post: Help With StartWorkFlow
Thanks, Marc! That's exactly what I needed to know. --Tim
View ArticleNew Post: Issues Cascading 2 MultiSelects
Paul, That image represents my configuration exactly and I too am using mulit-select lookups for parent & child in the new item list. I've had success with single-select list, but can't get this...
View ArticleNew Post: Issues Cascading 2 MultiSelects
The image above shows the setup for single value lookups, not multi.If your parent column is a Lookup of Multi-select, from the post I have seen here, I don t think it's going to work.A child column...
View ArticleNew Post: Multiselect Dropdown Issue
I have a main list called Change Log which has a single select dropdown parentColumn of Department and a single select dropdown childColumn of Category. I am linking these using a relationshipList...
View ArticleNew Post: Issues Cascading 2 MultiSelects
ptavares wrote: The image above shows the setup for single value lookups, not multi. If your parent column is a Lookup of Multi-select, from the post I have seen here, I don t think it's going to work....
View ArticleNew Post: Can't Edit sharepoint page after adding JS thru CEWP
Amber: I'm not sure, but you may have a problem because you have two separate script blocks that need to know about each other. ?You probably should combine them into one. There also may be some timing...
View ArticleNew Post: Issues Cascading 2 MultiSelects
Any combination of multi-select, complex, or simple dropdowns ought to work. M.
View ArticleNew Post: Multiselect Dropdown Issue
I don't think I support that. What behavior do you see in the childColumn? M.
View ArticleNew Post: Can't Edit sharepoint page after adding JS thru CEWP
I combined both JS into one and that seems to work. However I remove the following code then the code does not work at all meaning autopopulate does not happen after type in 3 characters into the text...
View ArticleCreated Unassigned: Install Issue 'NWF$' is undefined [10270]
I am trying to get SPServices to work in my SP2010 farm and have edited a master page so it is included to every page.I have the Jquery-1.11.1.min.js loading before the SPservices-2014.01.min.js...
View ArticleNew Post: SPRedirectWithID not working with SharePoint 2013
I'm trying to use the function SPServices.SPRedirectWithID with SharePoint 2013, but it does not work, when I save the item, it redirect me to ListView and nothing happens. On SharePoint 2010 It was...
View ArticleNew Post: Can't Edit sharepoint page after adding JS thru CEWP
I don't think you need that timeout. What are you trying to wait for? I also don't think that this is necessary: ExecuteOrDelayUntilScriptLoaded(PostLoad,'SP.js'); Just put all of your script inside...
View Article