Questions tagged as 'sharepoint'

0
answers

How to validate an AD user through a field using an MVC app?

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...
asked by 17.11.2014 / 20:39
0
answers

[Sharepoint Designer] Error trying to connect to web service - "The server can not complete your request"

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...
asked by 19.11.2015 / 20:14
1
answer

Script stopped working on Sharepoint

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...
asked by 24.03.2014 / 14:17
1
answer

ELSE IF in calculated sharepoint field

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")     
asked by 09.07.2015 / 17:00
1
answer

Select Specific Lists

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...
asked by 02.10.2014 / 17:58
1
answer

How to catch parameters by XSL?

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? <...
asked by 29.07.2014 / 21:23
0
answers

How to consume a SOAP Web Service in Java that requires User and Password?

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...
asked by 29.10.2018 / 04:04
0
answers

Autocomplete after pasting Jquery text

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...
asked by 28.08.2018 / 22:22
1
answer

Export sharepoint list to json using jquery

I'm using sharepoint and would like to know if you have any way to export the sharepoint list to json, ie make ajax     
asked by 30.10.2017 / 13:46
1
answer

Sharepoint 2007 and 2010 with Office Online 365

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...
asked by 27.06.2017 / 13:52