|
The setsiteuseraccountdirectorypath operation allows the user's directory path to be set to a specific OU in the same domain. After the directory path is set to a site collection, the People Picker control will only search under that particular OU.
|
|
|
|
|
I am new to SharePoint and want to know more about uses of Tags and Notes in SharePoint 2013.... I tried browsing through many sites, but didnt get the clear picture of it. Please can anyone help me in understanding these concepts.?
Thanks in advance
Regards
Ashwini
|
|
|
|
|
Dear Team,
Please help me out, i am getting bug..,
1) The resource you are trying to reserve is not available at the time you specified.
2) Full calendar showing was blue bar forever all resource.
Am using wsp file in sp2010 i have done the install through this url :- (http://blog.karstein-consulting.com/2011/10/25/ , but still am struggle the errors
Regards
Mani.
smanisekhar555@gamil.com
7259805505
|
|
|
|
|
Hi
I am having a requirement were i need to have facebook chat UI in My site were it need to same UI we have in facebok site.
Kindly let me know if you already have coded or used any third party tool for the same in any of your project
FYI: we used mango chat but it has some issues to make use of the feature(we tried for sharepoint2010 environment)
Its s very urget requirement need to finish ASAP,kindly let me now if any other details to be shared.
Appreciate your quick response and Thank you in advance.
Ashwin
modified 15-Apr-13 8:44am.
|
|
|
|
|
hi
I'am a beginner on SharePoint development, i would like to know if someone could give me a starting project such a hello world to start working, i have tried web parts but i need a full project to understand how it woks, really i need your help
thanks in advance
|
|
|
|
|
Hi all,
I have a text field in List. I want when I open Edit / Add new item Form, TextBox control of text field will be replaced by a dropdownlist. Dropdownlist is dynamically binding, not static. How can I do this??? I have found in few days but I still haven't done.
Please help me,
Thanks you 
|
|
|
|
|
How to get client id by id of server element (Image) with javascript. Code:
document.getElementById('<%=imgImage.ClientID%>').src='source';
doesn't work (generate exception)
|
|
|
|
|
Hi
I still creat application kuis, but i have problem :
1. every Quiz consist of QuizTitle (e.g : Fruit consist of 7 questions, Animal consists of 6 questions)
2. user will choose 1 QuizTitle (e.g : Fruit)
3. user must answer the question and the user klik button next to next question until finish
4. When user klik button next, the answer will be saved in coloumn of Mark Answer
5. user must answer the question until finish
6. when last question, i have one button finish
7. i want in button finish have 3 action :
a. when user klik button finish, automatically the last answer
will be saved in coloumn of Mark Answer
b. Then, when user klik button finish, automatically calculate
the score
c. Then, when user klik button finish, automatically direct to
other page
could you help me?
thank you
|
|
|
|
|
I'm using the following script (found on line) to disable a multi-line text box form field control on a custom EditForm.aspx page using SharePoint Designer:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// add change handler
$("input[title='chkBox']").change(function() {
MasterSelectChange();
});
// call the change function to set up form for first display:
MasterSelectChange();
});
function MasterSelectChange()
{
var thisVal = $("input[ID='chkBox']").val();
if(thisVal == "True")
{
$("select[ID='Comments']").enabled="True";
}
else
{
$("select[ID='Comments']").enabled="False";
}
}
</script>
I don't get an error and can't figure out why it isn't working. Does anyone have a similar solution or see why this script won't work?
Thanks!
|
|
|
|
|
try using txt.Attributes.Clear("disabled");
|
|
|
|
|
I want to synchronize sharepoint list with user profile service application in sharepoint 2010.
The synchronization of active directory and user profile service app is done,,, but now i want to synchronize the sharepoint list with this already created user profile service...
plzzzzzzz help me out...
Thanks in advance.
regards,
vanita
|
|
|
|
|
I am not able to connect to my analysis service from PPS.
Whenever i am providing the server name it is not showing any error but in the database item it is not finding the database and simply showing null.
Please advice
|
|
|
|
|
I have a Visual Webpart in Sharepoint.Iam trying to use updatepanel inside Dropdownlist with autopostback to true.But it gives error as
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Timestamp: Thu, 21 Mar 2013 12:12:42 UTC
Message: Sys.WebForms.PageRequestManagerServerErrorException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.
Line: 5
Char: 62099
Code: 0
URI: http://eyapst01:10573/ScriptResource.axd?d=1au3UwjPQmarAdQfqPk4LfQ2gwWhQlXcW8AFDi4fE6Xu4KfduAvHz52_RkVAOfkPdd7foB28JyHoT9LGBXWt6s_PpDKLhipyP-ZhzM1z3ptLvMfLmZELec5HG6mTDBmBLWScPFZjNAfr2hAt1wRP-PXXRK01&t=fffffffff9d85fa6
|
|
|
|
|
Hi All,
I’m trying to make a map that get address data from a SharePoint 2010 list and add pushpins according to each address.
I’m using REST services from Maps Ajax Control 7.0 to transform locations into coordinates.
The map is working, but I think the code is not correct. There is a loop placed on “function GeocodeCallback(result)”, but I can’t understand why it is there. If I delete the loop code line, the map doesn’t show pushpins.
Please, someone could explain why I need the loop. If the loop is incorrect, please, show me how to fix it. I am not a programmer but I am learning to be one.
My code is posted below:
Thank you all for helping me.
var map = null;
var pinInfobox = null;
var query;
// InfoBox
var infoboxOptions = {
offset: new Microsoft.Maps.Point(0, 15),
visible: false
};
var mapOptions = {
credentials: "XXXXXXXXX",
center: new Microsoft.Maps.Location(47.609771, -122.2321543125),
zoom: 12,
mapTypeId: Microsoft.Maps.MapTypeId.road
}
jQuery(document).ready(function ($) {
GetMap();
});
function GetMap() {
// Initialize the map
map = new Microsoft.Maps.Map(document.getElementById("mapDiv"), mapOptions);
map.getCredentials(MakeGeocodeRequest);
}
function MakeGeocodeRequest(credentials) {
var listUrl = "http://intranet/Teste/_vti_bin/listdata.svc/Carona";
$.getJSON(listUrl, function (data) {
var count = 0;
$.each(data.d.results, function (i, item) {
alert(item.Address);
query = item.Address + " " + item.City + " " + item.State;
var geocodeRequest = "http://dev.virtualearth.net/REST/v1/Locations/" + query + "?output=json&jsonp=GeocodeCallback&key=" + credentials;
CallRestService(geocodeRequest);
});
});
}
function CallRestService(request) {
var script = document.createElement("script");
script.setAttribute("type", "text/javascript");
script.setAttribute("src", request);
document.body.appendChild(script);
}
function GeocodeCallback(result) {
alert("Found location: " + result.resourceSets[0].resources[0].name);
if (result &&
result.resourceSets &&
result.resourceSets.length > 0 &&
result.resourceSets[0].resources &&
result.resourceSets[0].resources.length > 0) {
// The loop
for (var i = 0; i < 1; i++) {
// Add a pushpin at the found location
var location = new Microsoft.Maps.Location(result.resourceSets[0].resources[0].point.coordinates[0], result.resourceSets[0].resources[0].point.coordinates[1]);
var pin = new Microsoft.Maps.Pushpin(location);
// Create the infobox for the pushpin
pinInfobox = new Microsoft.Maps.Infobox(pin.getLocation(), infoboxOptions);
pin.Title = "teste " + i; //usually title of the infobox
pin.Description = result.resourceSets[0].resources[0].name; //information you want to display in the infobox
// Add handler for the pushpin click event.
Microsoft.Maps.Events.addHandler(pin, 'click', displayInfobox);
// Hide the infobox when the map is moved.
Microsoft.Maps.Events.addHandler(map, 'viewchange', hideInfobox);
alert(i);
map.entities.push(pin);
map.entities.push(pinInfobox);
}
}
}
function displayInfobox(e) {
if (e.targetType == 'pushpin') {
pinInfobox.setLocation(e.target.getLocation());
pinInfobox.setOptions({ title: e.target.Title, description: e.target.Description, visible: true });
}
}
function hideInfobox(e) {
if (e.targetType == 'pushpin') {
pinInfobox.setOptions({ visible: false });
}
}
|
|
|
|
|
Hi,
I've problem when I'm try to publish infoPath form using vs.
when i start workflow , the infoPath form not loaded ... why ?
Here' the XML Element of Workflow :-
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Workflow
Name="Site - Share"
Description="My SharePoint Workflow"
Id="48eccd6e-3efb-476f-9d33-e47e5fcbd136"
CodeBesideClass="Site.Workflow1.Workflow1"
CodeBesideAssembly="$assemblyname$"
AssociationUrl="_layouts/CstWrkflIP.aspx"
>
<Categories/>
<MetaData>
<AssociationCategories>Site</AssociationCategories>
<Association_FormURN>urn:schemas-microsoft-com:office:infopath:infoPathSample:-myXSD-2013-03-11T22-06-19</Association_FormURN>
<StatusPageUrl>_layouts/WrkStat.aspx</StatusPageUrl>
</MetaData>
</Workflow>
</Elements>
and what i update in feature
="1.0"="utf-8"
<Feature xmlns="http://schemas.microsoft.com/sharepoint/"
ReceiverAssembly="Microsoft.Office.Workflow.Feature,Version=14.0.0.0, Culture=neutral,PublicKeyToken=71e9bce111e9429c"
ReceiverClass="Microsoft.Office.Workflow.Feature.WorkflowFeatureReceiver" >
<Properties>
<Property Key="GloballyAvailable" Value="true" />
<Property Key="RegisterForms" Value="Workflow1\*.xsn"/>
</Properties>
</Feature>
|
|
|
|
|
I've just created a new list for a wsp package that I have previously deployed to my production site. The new list shows up just fine on my development server, but doesn't on my production. I have retracted the solution, removed it, and then deployed the updated solution, but the list does not show up on my production site.
I have some pages that I built with this update and the show up just fine and the list, along with it's content types, are in the feature and the package. I've rebooted the server to see if they would show up and they still haven't. Is there anything else I need to look at that could show me the answer?
|
|
|
|
|
Update: I did another deploy of the package and this time it worked. Not sure what happened, but I'm good now.
|
|
|
|
|
I'm create visual web part and create site definition and I want to add web part into site definition
i'm write this code into the default.aspx
<%@ Register Tagprefix="DemoVisualWebPart" Namespace="SiteDefinitionProject1.VisualWebPart1"
Assembly="$SharePoint.Project.AssemblyFullName$" %>
<DemoVisualWebPart:DemoVisualWebPart runat="server" ID="DemoVisualWebPartUserControl1"
Description="My Visual WebPart" Title="DemoVisualWebPart">
</DemoVisualWebPart:DemoVisualWebPart>
|
|
|
|
|
What's the problem? You should describe your problem and the sharepoint version you are using (2007, 2010, 2013?)
------------------------------
Author of Primary ROleplaying SysTem
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.
|
|
|
|
|
sharepoint 2010
Can not added and site created with error ... i hope to find a guidelines
|
|
|
|
|
Hi,
I want to send the current infopath as an email message. So that I can edit the email message body and send email to receipients.
Code: on Click
Microsoft.Office.Interop.Outlook. Application oApplication = new Microsoft.Office.Interop.Outlook.Application(); Microsoft.Office.Interop.Outlook. MailItem newMail = (Microsoft.Office.Interop.Outlook.MailItem)oApplication.CreateItem(Microsoft.Office.Interop.Outlook.OlItemType.olMailItem); newMail.To ="";
newMail.Subject ="";
newMail.Body = "?????";
newMail.Display(false);
The above code opens up Outlook Email Message but I want the current infopath form in body of the message.
Im not a coder, I appreciate if someone can point me in the right direction.
The OOTB Option do send email but we want to able edit the email before sending. So we need to hard code.
Thanks
Yaseen
|
|
|
|
|
I only know how to send the formular as attachment. Therefore you have to setup a new Connection "Data"-Tab in InfoPath -> sent Formular -> To E-Mail (they may be called differently I just got the German version).
You can setup options there (for example your own C# Code). Then use the connection for a button and you can sent the an eMail.
I can't help you any further because I didn't had that case yet.
------------------------------
Author of Primary ROleplaying SysTem
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.
|
|
|
|
|
I have a content type that I am needing to add a new column to. This new column is a boolean field and by default it is set to False. Now, I already have alot of items in the existing list, so each of these will need to be updated as well with the default value of the field, but how would I do that? Do I do that in the Event Receiver of the Feature object? And under which method would I do that under: FeatureActivated or FeatureUpgrading?
|
|
|
|
|
Aptiva Dave wrote: This new column is a boolean field and by default it is set to False.
Every column can have a default value, so if you set "false" as default, every item should have that by default without programming.
Yep, I was wrong here.
------------------------------
Author of Primary ROleplaying SysTem
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.
modified 15-Feb-13 3:32am.
|
|
|
|
|
yeah, all new items do, but I'm talking about items that were in the list before the new column was added
|
|
|
|