I need to create Share Point list for the columns of Vender, Business operaters and give tasks complete or not. each vender has atleast 3 more Businness operaters all these 3 operators task complet or not shown in my Sharepoint list. How to create this type of list?
Loading
Tasadduq BurneyPosted Aug 15, 2023, 8:12 AM
Here are the steps as bullet points for creating a SharePoint list to track vendors, business operators, and task completion statuses:
Define Columns:
Vendor and Business Operator Columns:
Task Completion Column:
Lookup Columns (Optional):
Views (Optional):
Input Data:
Access and Permissions:
Customization (Optional):
Cr BhargaviPosted Aug 14, 2023, 2:04 PM
To create a SharePoint list with columns for vendors, business operators, and tasks completion status, and to link the business operators' tasks with the vendors, you can follow these steps:
1. **Create the SharePoint List:**
- Navigate to your SharePoint site.
- Click on the gear icon (Settings) and select "Site contents."
- Click on "New" > "List" and choose "Custom List."
- Provide a name for your list (e.g., "VendorTasks").
- Click "Create."
2. **Add Columns:**
- Edit the list by clicking on "List settings."
- Click on "Create Column" to add the necessary columns:
- "Vendor": Single line of text
- "Business Operator": Choice or Person/Group
- "Task Completion": Choice (options: "Complete," "Not Complete")
3. **Add Sample Data:**
- Go back to the list.
- Click on "Quick Edit" to add sample data. Add multiple rows for different vendors and their business operators.
4. **Create a Lookup Column (Vendor-Business Operator Relationship):**
- Edit the list settings.
- Click on "Create Column."
- Choose "Lookup" as the column type.
- Select the "Business Operator" column from the target list.
5. **Filtering and Grouping:**
- In the list view, you can use filters and grouping to organize tasks by vendors and business operators.
- Group by "Vendor" to see tasks grouped by vendors.
6. **Conditional Formatting (Optional):**
- You can apply conditional formatting to highlight completed or not completed tasks using JSON formatting.
This setup will allow you to create a SharePoint list where you can track tasks for vendors and their associated business operators. You can filter tasks, group them by vendors, and see the completion status of each task. The lookup column helps establish the relationship between vendors and business operators.
Saravanan GanesanPosted Aug 14, 2023, 8:59 AM
Hi Shaik ,
To create a SharePoint list with the requirements you mentioned (Vendors, Business Operators, and tasks completion status), you can follow these steps:
Create a SharePoint List:
Define Columns:
Create Relationships:
Add Data:
Create Views:
Access and Collaboration:
Automation and Workflows (Optional):
Customization (Optional):