Tag Archives: InfoPath 2013

InfoPath: Make a field force the contents to be uppercase or lowercase.

Under Fields, Right Click on the field and choose Field Properties. Under the Default Value section click the “fx” button beside the blank field. To force the field to be upper case put in this formula: translate(., “abcdefghijklmnopqrstuvwxyz”, “ABCDEFGHIJKLMNOPQRSTUVWXYZ”) To force the field to be lower case put in this formula: translate(., “ABCDEFGHIJKLMNOPQRSTUVWXYZ”, “abcdefghijklmnopqrstuvwxyz”)

Posted in InfoPath, SharePoint | Also tagged , Leave a comment

SharePoint/InfoPath: Get item Attachment URL for link

In InfoPath add a hyperlink (under the INSERT tab) Under link to click Data Source. Click the data source icon  – Click Show advanced view at the bottom    – Click the “+” next to dataFields      – Click the “+” next to my:SharePointListItem_RW        –  Click the “+” next to Attachments          – Click on :attachmentURL Click OK Beside Display choose whatever text you … Continue Reading

Posted in InfoPath, SharePoint | Also tagged , 1 Comment