Tagged Questions
0
votes
0answers
179 views
Nintex Workflow (custom list) [closed]
I created a custom list and attached a nintex workflow to it. The workflow starts with a condition (If the individual chosen a specific department then the email would go to that manager. After that ...
1
vote
1answer
62 views
I have list that I need 2 columns (Choice) to pull up different fields
I have a column named Origination and a column named Sub organization.
When the user choose choice A in organization I need specific choices to pop up for Sub Organization.
When the user chooses ...
1
vote
1answer
172 views
Workflow not starting on adding new item to list via a custom aspx page/form?
I am using FB Authentication and have a custom sign in page for Users(External) to request new accounts.
On request, their details are added to a custom list.
I have workflow on this custom list ...
1
vote
1answer
437 views
How to change Folder Icon in all Document Library
how could I change the Folder Icon in Sharepoint? Is something programmatically, on CSS or simply to change icon in the specific image folder?
Thank you very much!
1
vote
1answer
97 views
Deleting a Custom List Item using a custom field Name
Normally we delete a List item using following code,
using (SPSite site = new SPSite("http:web1/default.aspx"))
{
using (SPWeb web = site.OpenWeb())
{
...
0
votes
1answer
86 views
Different Value of Lookup Field in different Views
here's the code
using (SPSite site = new SPSite("https://mysite.com/Ting/default.aspx"))
{
using (SPWeb web = site.OpenWeb())
{
SPList SourceList = ...
