hello techies,
I used the below code on one of my Sharepoint webpart page :
setTimeout(function(){ window.close(); }, 3000);
This script works fine on IE but not working on Moziila and Chrome.
Any help will be appreciated
hello techies,
I used the below code on one of my Sharepoint webpart page :
setTimeout(function(){ window.close(); }, 3000);
This script works fine on IE but not working on Moziila and Chrome.
Any help will be appreciated
I have two list instances. I have a custom form on which I would like to show two lists and add more button to let user select to add more child records and save which should save in both the lists. And again when user pull the item from main list it should display the child list items as well. Can someone point me good link to achieve this.
Thanks,
Alex
To whom it may concern,
Is there a site for those of us learning how to become proficient with SharePoint to connect from our local machines and use a learning/test host environment to build and enhance SharePoint workflows/ InfoPath Forms developed in Visio/Visual Studio/C#?
Hi Guys,
I have a excel file with 8 charts on a worksheet. I have uploaded this file in a SharePoint document library. I need to display these charts to 4 different groups in a SharePoint site. I have opted to use Excel Web Access WebPart and will use Target Audience for this purpose.
My question is how can display/publish 2 items(charts) in each of the Excel Web Access WebPart as 'Named Item' property of Excel Web Access WebPart does not allow more than 1 item in it?
Thanks, Nilesh
Hi,
In BCS, how to set the RequiredInForms to false for Date Time data type?
I have currently a datetime value which is shown as a required field, but i would want it to be non-mandatory field.
This is the code i have used, but it doesnt set the field to non-mandatory
[CODE]
<TypeDescriptor Name="MyCustomDate" TypeName="System.DateTime">
<Properties>
<Property Name="RequiredInForms" Type="System.Boolean">false</Property>
</Properties>
</TypeDescriptor>
[/CODE]
Thank you.
Hello Everyone,
I want to Incrementing the URL's ID in JavaScript by clicking a button on the Page in a Content Editor Web Part. I already added the button, but it doesn't incrememnt the ID for the URL. Help will be appreciated. Thatnks.
Mike
Michael L. Williams
Hi All,
I am having a page with the custom webpart.
I want that page in an pop up window.
I don't want to use SP.UI.ModalDialog.
I want to use Jquery lightbox pop up is it possible.
Can any one please let me know.
Thank you,
Sowjanya.
SharePoint 2010 SP1 Enterprise Edition
I'm trying to use the SPSecurityTrimmedControl to hide the ribbon from users, following a fairly standard construct - hide the div, then use this to display it to users with appropriate permissions:
<Sharepoint:SPSecurityTrimmedControl ID="SPSecurityTrimmedControl2"runat="server" PermissionsString="AddAndCustomizePages">
<script type="text/javascript">
document.getElementById("s4-ribbonrow").style.display = "block";
</script>
</Sharepoint:SPSecurityTrimmedControl>
The problem I'm having is that the ribbon still shows for everyone. I'm editing a custom master page, and it does have a lot of javascript I'm picking through. However, even when I use the SPSecurityTrimmedControl to add a simple "Hello World" it still renders for any user I log in as.
When I check permissions for the page, various low-privilege users show the low (read-only type) privileges I would expect, but the SPSecurityTrimmedControls are still rendering their contents.
Any suggestions on where to troubleshoot welcome.
Philo Janus, MCP Bridging business & Technology: http://www.saintchad.org/ Telecommuter? http://www.homeofficesurvival.com/ Author: Pro InfoPath 2007 & Pro InfoPath 2010 Pro PerformancePoint 2007 Pro SQL Server Analysis Services 2008 Building Integrated Business Intelligence Solutions
Good morning!
I would like to create an application page to get the same information as storman is displaying.
The reason is because I want to provide this functionality to every site administrator (community managers) just focused on their site.
Do you have any examples or tips I can use?
Thanks in advance.
Hi;
How Apply a custom master page for a new subsite ?
My code is as follows but it not working : the master page is not applied ?
SPWeb newSite = web.Webs.Add(name, name, name, Convert.ToUInt16(1036), "{815BF557-AFE0-42B4-92A1-A8A56011EDBF}#LaPoste.DTC.ModeleSite", false, false);
newSite.AllProperties["__InheritsCustomMasterUrl"] = "False";
newSite.CustomMasterUrl = "/_catalogs/masterpage/iDtc/iDtcGeneric.master";
newSite.AllowUnsafeUpdates = true;
newSite.Update();
Regards
Hi;
When I create a new subsite from the following command :
SPWeb newSite = web.Webs.Add(name, name, name, Convert.ToUInt16(1036), "{815BF557-AFE0-42B4-92A1-A8A56011EDBF}#LaPoste.DTC.ModeleSite", false, false);
The creation processus is very long : the subsite is created in progress, so how displays to user a progress window to wait the end of the creation ?
Regards
Hello folks,
I need your help.We had requirement of simple form for contact us for our clients.For that we created a sandbox solution in office 365 site.We have made office 365 site as public site available in URL For Ex
When end user submit form we are getting Cryptic error as 0x80070005 in public site URl For Ex: http://bussiness.com But in local URL For Ex : http://bussiness-public.sharepoint.com . Its working fine.
Kindly need your help to resolve this issue
Hi,
Am having a requirement in my staging and prod env. to add, install,retract and remove wsp.
In my dev env i used to perform with Visual Studio ,so i didnt face any issues regarding retracting and removing the wsp from solution store.
But in my staging and prod since i dont hav VS installed, i would like to have a automated script[ NOT in POWERSHELL] using stsadm command line tool which adds the solution from a folder [say D:\DeployWSPs in staging and Prod] to the solution store and installed onto a particular web application [ NOT "All WebApplications"].
and if the wsp already exists , i need to retract it & remove from solution store and add it and install again.
can someone pls help me with the automated script .also if the folder contains multiple WSPs how can i doa for each loop [ iterate through wach ".wsp" file and perform install/...task].
i know stsadm -o adddsolution, deletesolution,m retractsolution etc. But the issue is that customer asked me to do this ina automated fashion. manually entering all these commands is a cumbersome activity.
note: when i used powershell on 2 / 3 occasions, the wsp was retracted successfully,but failed to successfully remove from the
soln store.
so i thought i will depend upon on stsadm again like old version of SP since its supported.
Das
hi,
After i select datetime picker it is returning true text.
i followed below link but it has no use
http://sharepoint.stackexchange.com/questions/46380/date-field-shows-the-word-true-instead-of-a-calendar-after-clicking-the-date-p
i changed corev4.css to
.ms-quicklaunch{ visibility:visible !important;}
but it has no effect
also i am unable to type below two textbox ie: notes and document
please give me an solution
Thanks Manohara R
Hi,
I am trying to get the display name of the user from the userid.
For this i have written the code as below,but still it is not displaying the display name,it is just displaying domain\userid.
Please let me know if i am doing any mistake
SPUser user = web.EnsureUser(@"domain\userid");
Console.WriteLine(user.Name.ToString());
(or)
SPUser user = web.SiteUsers["domain\\userid"];
Console.WriteLine(user.Name.ToString());
Regards,
Sudheer
Thanks & Regards, Sudheer
Hi,
I've been looking at using the following to upload large files to SharePoint Online/OneDrive for Business.
http://msdn.microsoft.com/en-us/library/office/dn450841(v=office.15).aspx#bk_FileStartUpload
According to the documentation "This method is currently available only on Office 365."
When I try to use the StartUpload Method I get the following exception returned
{"error":{"code":"-1, System.NotImplementedException","message":{"lang":"en-US","value":"The method or operation is not implemented."}}}
What I want to do is be able to upload large files to SharePoint online using a console application and the REST API.
At the moment I can upload a 512mb using the below, the problem I get with this is I don't get a response from the API. I get a timeout exception after 2 hours only when get a response on this line WebResponse response = request.GetResponse()
http://msdn.microsoft.com/en-us/library/office/dn450841(v=office.15).aspx#bk_FileCollectionAdd
Any help or pointers would be much appreciated. I've posted on a number of forums and had no success. Thanks
Hi,
I am facing a UI issue with SharePoint Date time control on IE11 browser alone i.e.
After selecting the date from SharePoint date time control,it is displaying text as 'true' below the date time control.
I am not able to trace this because,in IE11 browser I am not able to see the Inspect elements to trace out.
So please share your ideas/thoughts to cross over the issue.
Regards,
Sudheer
Thanks & Regards, Sudheer
Hello everyone.
I found in youtube video using SP Employee Onboarding Web Part, idea is quite simple and powerful. But this web part available only in SP 2013, and I use 2010. So I wanted to develop my own version.
Questions is:
I have 2 lists Employee OnBoards (list contains data about new employee) and Employee OnBoards Tasks (list contains approval task). Where field Employee Name from Employee OnBoards list is lookup field in Employee OnBoards Tasks list.
I need emplement next:
When new Item created in Employee OnBoards list, it should copy Employee Name value to the Name field of the Employee OnBoards Tasks list.
I hope I explained understandable.
Thanks.
Hi,
Just wanted to know if there was a way I could actually update a current termstore with NEW entries via powershell.
Currently I have script that does an import of a CSV file, but as it stands if I only want to add say 3 new terms it deletes everything and creates a whole new termset.
Is it even possible to just add into it? The only "work around" is if I keep importing a structured CSV with the additions added to it.
If this is helpful please mark it so. Also if this solved your problem mark as answer.