I'm developing an MVC Sharepoint app that creates an AD user on Sharepoint, so I need a field similar to the SharePoint:PeopleEditor that exists in ASPX to validate those users at the time of registration.
Is there an alternative? Or s...
Hello,
I'm trying to connect to the sites present on my server by Sharepoint and I can not get it at all.
When trying to open the solution, I get the following error:
WhenclickingDetails,IseeanemptytextboxandaftergivingOKonthispagethef...
I have a problem that I think is very unusual, within Sharepoint Online in the Site Pages folder I created a new one and called it a Dashboard. In the Dashboard I inserted a content webpart and I placed an html code and a call to a load a script...
How to use a ELSE IF structure in a calculated Sharepoint field, for example:
= IF([Nota]>=80,"A")
ELSEIF([Nota]>=70,"B")
ELSEIF([Nota]>50,"C")
ELSEIF([Nota]>=30,"D")
ELSE("E")
I have the following code to return the libraries of my project in SharePoint:
function retornarLista() {
collList = website.get_lists();
context.load(collList);//, 'Include(TemplateType==109)'
context.executeQueryAsync(onQuerySuc...
I'm modifying a form in Sharepoint and I want to get the parms that are being passed in the url, does anyone have a suggestion?
<xsl:element name='a'>
<xsl:attribute name='href'>
http://smallserver:777/tools/geraDoc2.aspx?
<...
I'm trying to consume a SOAP web service using the NetBeans IDE (JAVA), but when I try to compile a list it returns null.
Talking to a colleague, he told me that it is a lack of the network user and password of the company I work for, but I a...
Hello,
I have the following Sharepoint problem in the following input:
<input id="listNCM" class="ms-long ui-autocomplete-input" autocomplete="off">
You input product search by numbers, the guy starts typing the number and the auto...
I have a demand at hand, the company that will work will migrate Office on premise to online, that is, the office will be uninstalled from the machine and started using online.
Since we have been using SharePoint since 2007 to 2013, I would like...