Questions tagged [reference]
A reference is essentially an entry in a project file that contains the information that application needs to locate the component or the service.
9 questions
0 votes
0 answers
15 views
Workflow for Update Lookup Column with more than one value
Sharepoint 2013 i have one Project List and a Task List. at the moment i have a Workflow that starts if someone chooses "New Task" (in a Choice Field) within the Project List Item then a ...
0 votes
1 answer
4k views
PowerApps - How can I reference the Created By SharePoint field in the form?
I am modifying a SharePoint form in PowerApps, and I'm trying to populate a text field based on whether or not the Created By field (from SharePoint) is populated. Essentially I'm trying to set a ...
0 votes
1 answer
2k views
Adding Microsoft.SharePoint.Client reference to project in Visual Studio Code
I'm just starting out with a new Console Application project in VS Code and I need to add a reference to my project for Microsoft.SharePoint.Client using: dotnet add package Microsoft.SharePoint....
1 vote
1 answer
79 views
Sharepoint list column display
I got a list where i use the PromotedState column to display if a site is a sitepage or a newspage based on the number "0" and "2" (0=sitepage, 2=newspage). The column is populated ...
0 votes
1 answer
150 views
Where does SharePoint Webpart store a Nintex Form? [closed]
I am working with a SharePoint webpage which has a webpart. This webpart uses a Nintex Form. I wanted to change that Nintex form, so I created a new one and published it on https://mysite/NintexForms/...
2 votes
1 answer
71 views
Best SharePoint Online Reference books [closed]
Any recommendations for a SharePoint advanced or developer reference tome? Something more detailed and deeper than the very respected Dummy's books...
1 vote
1 answer
223 views
Custom list reference number
I'd like to know how to use a calculated formula column to generate a custom reference number in the below format / SharePoint 2013 OIPCR-Month/Year/Unique number starting from 100 EG. OIPCR-Mar17-...
3 votes
2 answers
3k views
How to put a reference for a css in aspx page layout in SharePoint 2016
How to put a reference for a CSS in aspx page layout in SharePoint 2016 <SharePoint:CssRegistration name="<% $SPUrl:~sitecollection/Style Library/Test/Custom.css %>" runat="...
1 vote
1 answer
470 views
Referencing JS, CSS files from other site collections in masterpage
We usually reference js files using tokens ~site and ~sitecollection and putting below into the masterpage: <SharePoint:ScriptLink language="javascript" name="~sitecollection/files/abc.js" runat="...