" No, but each user would save the data to a new item in the list. "Is there some kind of offline capability with SharePoint on a local device? The end users are mostly using a mobile device/cell phone." No, but there is with Power Apps, so if a user loses con...
I have build a SharePoint list with a custom form using the standard "PowerApps -> Customize forms" feature plus some additional tweaking. Overall that works as expected, but recently (with increasing user base) we're experiencing intermittent issues. Althought ...
Yes, there are a few different ways to move or create a SharePoint list from one environment to another. Here are a few options: 1. Save the list as a template and create it in the other environment: If you have already created the list in your environment and want to move it to a...
This article describes how to build a simple site template that adds a SharePoint list for tracking customer orders. You'll use the site template to create a new SharePoint site with the custom list. You'll learn how to use SharePoint PowerShell cmdlets to create site scripts and site te...
Once Power Apps came out, I switched to it instead. The gist of the approach is one SharePoint list that holds the classes or other training events (including the capacity of the event) and another list that contains the attendees as well as what event(s) they are signed up for. Views...
Assign a Column name from a dataTable to a table header cell in a table control assign html text box value from code behind using c# Assigning null to an array if array is empty Asynchronous operations are not allowed in this context. Attachment File Path while Sending Email using C# and ...
{ var tasks = from t in db.Tasks orderby t.EntryDate descending select t; return View(tasks.ToList()); } // Display a form for creating a new task public ActionResult Create() { return View(); } // Add a new task to the database public ActionResult CreateNew(string description) ...
Private db As New TaskListDataContext() ' Display a list of tasks Function Index() As ActionResult Dim tasks = From t In db.Tasks Order By t.EntryDate Descending Return View(tasks.ToList()) End Function ' Display a form for creating a new task Function Create() As ActionResult...
If the first thing you do when you begin a Microsoft Office project is open Microsoft Visual Studio, you might be doing more work than necessary. If the project requirements benefit from the power of managed code, such as for server integration, more flexible UI design, or leveraging Microsoft...
Category Content fix New article Contents of the Pull Request This pull request contains a new blog post for the Microsoft 365 Platform Community Blog on Creating a SharePoint site using the co...