|
1h
|
|
comment |
Adding Hyperlink Description to Sharepoint using webservice list.asmx Yes its the name, UrlField is a placeholder. It will be Scanned_x0020_Timesheet in your case |
|
2h
|
|
answered | Adding Hyperlink Description to Sharepoint using webservice list.asmx |
|
May
16 |
|
answered | impossible to set background-image of a div for SharePoint online |
|
May
16 |
|
comment |
Get Modal Dialog Close button umh, you might look into $clearHandlers etc, post about it: social.technet.microsoft.com/forums/en-US/… , don't know if it works |
|
May
16 |
|
comment |
impossible to set background-image of a div for SharePoint online How is URL structure, eg: xxx.zzz.com/sites or something similar? |
|
May
15 |
|
answered | Get Modal Dialog Close button |
|
May
15 |
|
answered | About Web_Reference_Folder |
|
May
14 |
|
comment |
Get site name to create a dynamic URL Hey, same type of question i guess: sharepoint.stackexchange.com/questions/33507/… |
|
May
14 |
|
answered | Why is SP.js not loading? |
|
May
14 |
|
awarded | Supporter |
|
May
13 |
|
comment |
Setting a maximum on a number column based on a column from the same list aha, its not available in 2007 i'm afraid :\ Then you need to make something yourself using javascript, or maybe there are some other solutions out there. Haven't worked on 2007 solutions for sometime tbh :) |
|
May
13 |
|
answered | Setting a maximum on a number column based on a column from the same list |
|
May
8 |
|
comment |
Which service account to use for Kerberos in out-of-the-box SharePoint? Yes, that's because you probably don't have a domain called corp or a user named spwebapp. Easy to check from IIS Manager -> Application Pools, and look at the identity running the pool for your site. That's the user you are looking for |
|
May
8 |
|
answered | Which service account to use for Kerberos in out-of-the-box SharePoint? |
|
May
7 |
|
comment |
Control JavaScript with Ribbon Button sp.js should be loaded by default in SP2010. So you do probably not need the ExecuteOrDelay there, since its executed when a user clicks it. By then everything should be loaded |
|
May
6 |
|
answered | SharePoint Edit/New Form with JQuery Validation |
|
Apr
30 |
|
answered | Workflow not parsing 0:# data |
|
Apr
16 |
|
comment |
EventReceivers not firing at all (SharePoint 2010) Then you haven't deployed it as a Sandbox solution. You can deploy a "sandbox solution" as a farm solution, but not the other way around (well you can if you don't use restricted code in it) :) Its nothing in the .wsp that says its sandboxed. |
|
Apr
10 |
|
comment |
EventReceivers not firing at all (SharePoint 2010) Sandboxed and event log? Sandboxed solutions cannot write entries to the Windows Event log or the Unified Logging Service (ULS) trace log, nor can they create or retrieve diagnostic areas or categories. |
|
Apr
9 |
|
answered | Open SP.UI.ModalDialog within another ModalDialog |