, ,

How file uploading works (for new and existing records)

Navigate to Attachments Tab. A user can add attachments in two different ways, by browsing for files or by dragging and dropping files on the Existing Attachments area.   Browsing for Attachments: Select    The…
, ,

Delete Error Web Parts from Edit/New page

First navigate to the page that has the problematic web part. Then at the end of the url add the url parameter Contents=1. This will open the page in 'Maintenance' mode. Now all the web parts can be viewed, even those with errors. Users…
, ,

Define List Queries

List Queries is a common method to load results from a SharePoint list (either in the same or any other site of the current site collection). List Queries can be specified using the LIST-QUERIES section of the runtime designer.   Name Provide…
, ,

Show or Hide a control based on form conditions

In order to hide/show controls on the form, we can either use the "Visibility Formula" which is inside the control properties window in the designer, or write some script to perform the same action. Examples : Condition based on the value…
, ,

Enable or Disable a control based on form conditions

One of the most common scenarios when designing a custom form, is the requirement to enable/disable a specific control (or set of controls) based on a) the values of other controls, b) the user using the form. For our example, we have a list…