Nintex Forms getting persons profile information
Nintex forms allow you to return user profile information for selected users, the user profile information includes their Preferred Name, department, title, phone, email and more. See the User Profile...
View ArticleNintex Forms User Profile Values
Using Nintex Forms or workflows you can return profile values for individuals specified in people picker fields, the created or modified by persons, or the current user. To see how to return profile...
View ArticleNintex Forms No Title for items
If you do not have the Title field in your Nintex form, all your form entries will be displayed as ‘No Title’: The problem with this is you usually need the Title field to display on your list views as...
View ArticleNintex Forms confirmation messages
Although there is an option on Nintex Forms Buttons to allow you to setup confirmation messages, this setting should only be used if Causes validation is set to No. So essentially confirmation messages...
View ArticleNintex Forms blank screen
With Nintex forms you might experience either a preview of a Nintex form or when trying to create a new or edit an existing form for the screen to just be blank: Solution The blank preview or blank...
View ArticleNintex Forms checking the format of fields
With forms you sometimes to need to check the format of fields to ensure they are formatted as you would expect them to be. Some examples of formatted fields include: Email Addresses Social Security...
View ArticleNintex Forms hide site left navigation
In my opinion it’s a best practice to hide the sites left navigation or current navigation from all Nintex forms. The reason why is if someone clicks on a left navigation link while filling out a...
View ArticleNintex Forms hide form ribbon
You can hide the ribbon that displays above Nintex forms if you want to hide all the form ribbon options: Please be aware that if you hide the ribbon for the form, you also hide the spell checking...
View ArticleNintex Forms making text larger
Instead of trying to change the size of every label and field in your form to make the font larger, instead you can use javascript to make all the labels and fields larger: Making form fields larger 1....
View ArticleSharePoint Filtered Views with multiple conditions
Setting up SharePoint list or library filtered views with multiple conditions can sometimes be a little tricky as the order that you put the conditions determine whether the view will filter...
View ArticleSharePoint filtered view is not working
When creating filtered views on SharePoint lists or libraries, sometimes items that shouldn’t appear in the view do appear with filters that combine both AND and OR conditions together. For example...
View ArticleSharePoint Calculated columns to show Active Items
Creating filtered views with multiple conditions can usually be made simpler by using Calculated Columns to group any OR conditions together. For example, let’s say you have an Issues list with a...
View ArticleSharePoint Calculated Column Examples
This article covers the following types of Calculated Column formulas: Date and time formulas Mathematical (number field) formulas Text formulas Click on the links below to go to the tutorials for:...
View ArticleSharePoint Calculated Column Getting Started
Calculated Columns or Calculated Fields in SharePoint lists and libraries can be used for many different things. They can be used for: Number or Mathematical equations (this tutorial) Date Formulas...
View ArticleCalculated Columns missing fields
On some lists or libraries you might not see all the fields on that list or library as Columns that can be inserted into Calculated fields. Some field types like the ones highlighted below cannot be...
View ArticleSharePoint Hide columns on list or library
There are two different ways to hide columns or fields on a list or a library. Conditionally where you only hide the field some of the time (maybe you want to hide the ‘Completed Date’ column when...
View ArticleNintex Forms checking Attachments
You can validate the number of or even the type of attachments attached to a Nintex form using a new setting in the Attachment field itself. Double-click on the attachment field on the Form: On the...
View ArticleisMemberOfGroup not working Nintex Forms
You can hide panels or fields in Nintex forms by using the isMemberOfGroup inline function. This function would appear to have several undocumented limitations though. This tutorial is detailing the...
View ArticleSharePoint Calculated Column Hyperlinks
SharePoint Calculated Columns or fields can be used to create clickable links, these links can also be configured to open in a new tab. To make the URLs clickable, you have to save the Calculated...
View ArticleNintex Forms FormatDate Formats
Using the FormatDate() date function, you can choose to make a date or time display however you would like on your form: The table below shows the different date and time formatting options that can be...
View Article