Half Sized Blog Element (Single Author Style)
Half Sized Blog Element (Multi Author Style)
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 a name that will be used to identify the list query in other […]
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 of another control : Code form.GetControl(“c_Status”) != “Rejected” Condition based on logged in user […]
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 a name that will be used to identify the list query in other […]
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 of another control : Code form.GetControl(“c_Status”) != “Rejected” Condition based on logged in user […]


