Archives

  • I have published an updated version of the DFFS package. This one has only bugfixes, and no new features. You find the change log here: https://spjsblog.com/dffs/dffs-change-log/ Post any comments in the forum. Alexander

    Read More

  • By request I have updated CommentBox for SharePoint with an option to subscribe to comments. Please note that this is a BETA version, and I will need some feedback on this new feature. You can turn on two levels of subscription. One is a subscription to all new comments: And […]

    Read More

  • The following changes to the Dynamic forms for SharePoint license types (and prices) will take effect on April 1, 2016. New SITE license The entry level license for DFFS will be scoped to a single SITE. This new license will be priced at $50. You can buy as […]

    Read More

  • The approach described below requires Dynamic forms for SharePoint to be set up in the form. You find DFFS here. For this to work, your workflow must be set up to start manually, then you must go to the page where you can start the workflow and look […]

    Read More

  • DFFS v4.365 released

    Finally, after a long BETA period, latest version of Dynamic forms for SharePoint is released. DFFS v4.365 – February 29, 2016 Added support for using DFFS with DocumentSets. Added new trigger “Workflow status” that lets you check the status on a workflow in the current item. Added option to […]

    Read More

  • Here is an example of a simple time tracker in a DFFS enabled list. Before you start you must set up DFFS. You find more info here. Create the list Create a custom list, and add these fields. Ensure you use the exact same FieldInternalName as described here. When […]

    Read More

  • I have updated CommentBox for SharePoint with the following changes: Tidied up the code and added support for adding attachments to comments. You can add as many attachments as you like, and they will be listed below the comment. You can also upload imaged directly from the “insert” […]

    Read More

  • I have posted a new BETA version of DFFS: You find a link to it in the installation manual. This is hopefully the last beta of DFFS v4.365, but please post any bugs you might find in the forum. Alexander

    Read More

  • Change log January 12, 2016 Fixed a bug with using “getByTitle” and not the correct “getByName” in the SP 2010 code example. This is a workaround for verifying membership in a SharePoint group when the user is added to the group as a member in an AD-group, and […]

    Read More

  • Hi, I have finally made an installation guide for the JSLink version on YouTube – you find it here I’ll add more guides as soon as I find time, but If you need a specific guide you can request it in the comments below, and I’ll see what […]

    Read More

  • Change log September 23, 2016 I had forgot to add “return false” in the PreSaveAction function – this could result in duplicates being added to the list. January 05, 2016 Changed the code example to include the “InDlg” attribute if you are in a dialog. Here is an […]

    Read More

  • Hi, I have had some trouble with messages disappearing – especially when someone answers a post in the forum. I have therefore change the outgoing email settings to use Postman SMTP plugin. This means outgoing email will now be sent from my email address [@gmail.com] and not from […]

    Read More

  • Some time ago Anchal Nigam asked if it was OK to make a spin-off based on my SharePoint 2013 style tiles solution. This was no problem to say yes to as my tiles solution has fallen a bit behind on the updates due to other projects – mostly […]

    Read More

  • Based on feedback from “corporate users” I have decided to remove the “100 user limit” for the Site collection scoped license. This means that the “Site collection license” and the “Corporate user license” can now be used in site collections with more than 100 users without violating the license […]

    Read More

  • Production release is out!What is new?New license handlingSite collection scoped licensesJSLink setup optionCEWP setup optionImportant informationBack up you configuration before upgradingPluginsDownloadInstallation Production release is out! I have finally finished the production release of DFFS v4.350 and vLookup v2.250 after a long BETA test period. I have not had all […]

    Read More

  • License code handlingPlease noteDocumentationInstallation of “CEWP” versionWhen the solution is out of BETASpecial focus points for testingQuestions and feedback The documentation is not updated with the BETA 3 changes. This will follow as soon as I can manage. You find the updated files here I have finally finished […]

    Read More

  • What does this solution do?SetupThe codeAdd field to document libraryAdd JSLink scrip to the fieldAdd the list for logging the opening of documentsTest the link This code used JSLink / Client side rendering and will therefore only work in SharePoint 2013. What does this solution do? This code […]

    Read More

  • I have finally finished BETA 2 of the latest update of Dynamic Forms For SharePoint, vLookup for SharePoint and SPJS-utility.js. DFFS This update of DFFS started out as a relatively small update to support the new “add children from NewForm” in vLookup, but one thing lead to another. […]

    Read More

  • This version splits up “getFieldValue” and “setFieldValue” in separate functions for each of the field types. You still use them as before, but for advanced users you can now override the function for each individual field type. In this new function layout you can for example override the […]

    Read More

  • With the latest version of vLookup for SharePoint (for SP2010 and 2013) you can add vLookup connections from NewForm. This requires a few extra columns added to the parent and child list, and the setup is described in the user manual. When adding children from NewForm, you must […]

    Read More

  • By request I have added support for querying large lists (over 5000 items) using “spjs_QueryItems” or “spjs.utility.queryItems” in SPJS-Utility.js If you use this for example with the DFFS Plugin “Autocomplete”, and have hit this error: The attempted operation is prohibited because it exceeds the list view threshold enforced […]

    Read More

  • Please note that JSLink / Client side rendering is only available in SharePoint 2013. Change log July 26, 2015 Updated the code for the JSLink tool to let you pick the field from the list so you don’t have to know the FieldInternalName. The tool is now in […]

    Read More

  • Finally, I have been able to put together a JSLink version of DFFS and all the plugins. This means you no longer need to manually edit any script files, just upload the filed to a document library, add a web part and use the GUI to set up […]

    Read More

  • I have updated the solution to be able to count the number of comments on a blog post. This modification is tested in SP2013 only. Parts of it may work for SP2010 as well, but this can not be guaranteed. Follow the instructions in this post for the […]

    Read More

  • I get a lot of questions related to DFFS examples and tips about how create a good DFFS form. Unfortunately I have yet to find time to make these examples myself – not to mention posting YouTube videos on setup and configuration of DFFS. What I’m asking for […]

    Read More

  • This post describes changes made in Dynamic Forms For SharePoint (DFFS): https://spjsblog.com/dffs/ I have updated DFFS and introduced some new triggers and improved the functionality related to linked rules. You can now use a custom function as a rule trigger, and you can also set up rules that […]

    Read More

  • I have previously posted a JavaScript solution for approving multiple documents or list items. This is an updated version that adds two buttons in the ribbon: one for “Approve” and one for “Reject”. Refer the original solution for details, but please note that the variables for controlling the […]

    Read More

  • If you have a very complicated form with a lot of rules and complexity, you might want to split this up in different configurations. Here is an example of how you can do this. How to enable this form switch This example will create separate configurations for the […]

    Read More

  • Change log December 14, 2015 Added a fix for an unintentional check-in when adding attachments on SP2007 with Internet Explorer 8/9. See code section below. May 06, 2015 Changed the function “goToDispForm” to include “dffs_beforeunload = false;” to prevent check-in when a user was redirected to DispForm. May […]

    Read More

  • I have updated the cascading dropdown solution to support multi choice in all positions. Refer this article for setup instructions and background information. To use multichoice on the select, you must use a multiline plain text field as “placeholder”, and address the field like the field “ThisListField2” in […]

    Read More

  • SPJS Simple tooltip

    By request I have “ripped” the DFFS tooltip from DFFS. This code can use to create a custom tooltip with the same style and function as in DFFS. This means that you can have a hover-over tooltip that sticks if you click the hover-image. Take a look at […]

    Read More

  • I have brushed up the 5 year old solution Poll for SharePoint, to change the deprecated “Google Image Charts to use Google Charts (AKA Google Visualization). The Image Charts are officially deprecated, but will probably continue working for some time, but to ensure you have a working solution, […]

    Read More

  • DFFS v4.253

    There were unfortunately quite a few bugs in v4.250. I have tried to address those in v4.253. You find a complete change log here: https://spjsblog.com/dffs/dffs-change-log/ Please post bugs or questions here: https://spjsblog.com/forums/forum/dynamic-forms-for-sharepoint/ Best regards, Alexander

    Read More

  • Hi, Unfortunately, DFFS v4.25x still has some bugs. There were made a few fundamental changes to how “initial value” was read, and this new query fails if the list contains more that “the allowed” number of lookup columns – this is columns of type “people picker”, “lookup”, “managed […]

    Read More

  • This release has multiple changes and additions from the previous production release (v4.200). You find the complete changelog her: https://spjsblog.com/dffs/dffs-change-log/ I will show you one enhancement in particular – the new options for side-by-side headings and labels: This layout is achieved with this configuration In the “Tabs” tab […]

    Read More

  • I have updated to BETA 2 of DFFS frontend. You find updated information here. Post any queations in the forum Alexander

    Read More

  • I have posted a small update to SPJS-Casc.js to fix these issues: Added support for autofilling values when using “Autofill subsequent dropdowns when they contain only one valid option.” in DFFS. Changed the jQuery variable from $ to spjs.$ to fix a bug with SharePoints internal file “assetpicker.js” […]

    Read More

  • I have updated SPJS-utility.js to v1.200. I have changed the file so all functions are now part of the “spjs.utility” namespace. I have included support for existing code using the old function names as well. There are not many changes to the functionality, but a few small changes […]

    Read More

  • Change log You find the latest change log here: https://spjsblog.com/dffs/dffs-change-log/ v1.11 (August 17, 2015): Fixed an error resulting in existing values not validating when loadign an item in EditForm. v1.10 (February 28, 2015): If you want to have the same list of choices in multiple fields, you can […]

    Read More

  • I have published a BETA version of vLookup Frontend with these changes: Fixed a bug where number columns could not use the “css” set in vLookup setup. Changed how the list name is picked up from the URL as this would fail in some cases – as described […]

    Read More

  • DFFS v4.210 BETA

    BETA 2 of DFFS frontend released January 19, 2015 Please note that this version is BETA and is NOT intended for a production environment. I have released a new BETA version (v4.210 BETA) of DFFS, but I need help testing it as I have made some fundamental changes […]

    Read More

  • I have finally released v2.0 of my vLookup solution. There are a few new features, and it is better integrated into the DFFS backend. You find the complete change log here. Please note that this version does not have the “editor” built in to the frontend and you […]

    Read More

  • I have decided to make “The complete guide to DFFS v4” freely available. Previously this was distributed to paying customers, but I guess this was not the best decision. You find the manual here Post any questions in the forum Alexander

    Read More

  • All users who buy a license for DFFS v4 will receive a 30 pages complete manual describing all settings. Already have a DFFS v3.x license? Users who have an existing DFFS v3.x license are also entitled to receiving this manual. You must drop me an email, and include […]

    Read More

  • If you have registered for a forum user and have not received the login details within 24 hours, please check your junk email! It also looks like there is a problem with the “lost password” functionality. I’m looking into it right now. Alexander

    Read More

  • Finally version 4 of my most popular solution is ready to be released! This version adds new, as well as streamline existing functionality. You find the new version here. I have also added a forum for discussions relate to the various solutions in this blog. I will close […]

    Read More

  • I received a question about the built in KPI in SP 2010. The user added the KPI to a list view that was filtered with a Query String Filter, but the KPI didn’t respect the filter and kept calculating based on the unfiltered view. I don’t know if […]

    Read More

  • Change log July 13, 2015 Changes in v2.42: Added option to use {currentsite} in baseUrl variable.March 15, 2015 Changes in v2.37: Fixed a bug where booked time range was missing the minutes – displayed as :00 – when using AM / PM time format. August 20, 2014 Changes […]

    Read More

  • You find the latest change log here: https://spjsblog.com/dffs/dffs-change-log/May 19, 2016March 20, 2016February 19, 2016February 09, 2016October 31, 2014May 1, 2014April 25, 2014April 6, 2014 You find updated documentation here Change log Always test a new version to see that it works as expected before adding it to a […]

    Read More

  • Change log August 1, 2014 Updated to v3.2 with these changes: Fixed a bug where you could not change a text field that had a default value, or a choice field. The status would read “TRUE” indicating success, but the setting would not be changed. I have also […]

    Read More

  • This version is old – the latest version can be found here I have updated my CommentBox for SharePoint solution to use the Client Object Model found in SP 2010 and 2013 to make it faster and smoother. This update does unfortunately not support SP 2007. Change log August […]

    Read More

  • New theme

    Hi, An update broke my old site theme and I had to change it. I’m not happy with the layout, but will try to fix it during the weekend. Unfortunately the archives page also broke – I will fix it as soon as I can manage. Alexander

    Read More

  • Change logThe solutionHow to add this solution to a pageThe arguments for the functioninstanceIDlistNamelistBaseUrlheadertextfieldsattachementsattLabelmultipleMultiple forms in the same page Change log March 6, 2018 Clarified the setup instructions as suggested by Rob Mason. April 5. 2014 Updated to v1.1: Fixed a bug where “args.listBaseUrl” was missing in the […]

    Read More

  • Change log February 07. 2015 Updated to v1.3: Fixed a bug introduced in v1.1. When triggering this from a list item, you ended up with two entries for “itemID” in the URL. February 14. 2014 Updated to v1.2: Added option to store the site title in an additional […]

    Read More

  • I got this request from @f_Techno: @SPJavaScripts hello Alexander, I have task list in sps 2010. I want to dim DueDate after create the task. No one should change it except me. This snippet must be places in the EditForm of the list or library where you want […]

    Read More

  • Change log August 04, 2016 New version that supports opening the EditForm after upload. This can be controlled with a variable: // Go to EditForm after upload var showEditFormAfterUpload = true; Set to false to skip this feature.This new feature requires a few extra fields added to the […]

    Read More

  • Change log June 1, 2014 Updated to v1.38: Added “URL” and “Image” as “type” in the fieldData section of the configuration (for use with field of type Hyperlink or Image). Tidied up a few unused variables. Added id attribute “spjs_previewTable” to the main preview table for easier styling. […]

    Read More

  • In many of my solutions I have used two variables (L_Menu_BaseUrl and L_Menu_LCID) that SharePoint provides trough the master page. Unfortunately these variables disappeared when I updated to IE 11, thus halting all the scripts using them with this error: ‘L_Menu_BaseUrl’ is undefined ‘L_Menu_LCID’ is undefined This problem […]

    Read More

  • Change log January 1. 2014 v1.2 has these changes: Fixed bug where the string representing the “tile” in the org chart exceeds 255 characters and thus halting the script. This is fixes by using a multiline text field in stead of the Title field in the list “SPJS-SiteMap”. […]

    Read More

  • Change log November 24. 2013 Updated the code examples to support lists with folders. I have also added a code example for use with DFFS (update DFFS to 3.26 or above). You must update spjs-utility to the latest version. This solution let you use the item ID in […]

    Read More

  • Change log June 8. 2014 Updated to v1.2.4 with these changes: Fixed reversed TileHeight and TileWidth in the description for TileSize. Se below for instruction on how to update the list with the correct description. Added ALT attribute top the image (if you use images for the tiles […]

    Read More

  • Change log November 19. 2013 Updated to v1.2. Read this article for details. If you like the “Promoted Links” tiles in SharePoint 2013, you will love this solution. It lets you create such tiles in SharePoint 2010 and 2013 from a custom list. The text, description, link and […]

    Read More

  • I got a request for a script that updates the Title field to be the same as the Name field in a document library. This to be able to use a lookup column to pick relevant documents from another list or library. This code will insert a button […]

    Read More

  • You find the main article in this series here In this article I will show you how to add a date range filter to a chart created using SPJS Charts for SharePoint v4. The code demonstrated below will query the list and get the highest and lowest date […]

    Read More

  • Change log November 01. 2013 v1.45: Changed the DispForm code to fix an issue with picking up the ID of the selected item. Thanks to Dmitry. October 29. 2013 v1.44: Fixed a bug where the FieldInternalName and not the DisplayName was used as formlabel. October 26. 2013 v1.43: […]

    Read More

  • Have you ever wanted to have the text in a calculated column translated according to the selected language in a SharePoint sites multilingual user interface? Lets say you want to have a task list view grouped by the status of the tasks, but the statuses are in Norwegian: […]

    Read More

  • You find the main article in this series here To be able to easily add a chart to any page without the knowledge of JavaScript, you can create “Web Parts” in the “Web Part Gallery”. Follow these steps to be able to add a chart as you would […]

    Read More

  • You find the main article in this series here This post will describe how you can generate the filter values for a chart dynamically in SPJS Charts for SharePoint v4 using a function in the Master Web Part CEWP code. This is something you will have to do […]

    Read More

  • You find the main article in this series here This function is used in SPJS Charts for SharePoint v4 to override / intercept the chart options before the chart is drawn. You must inset this function in the Master CEWP code for it to be available when the […]

    Read More

  • SPJS Charts for SharePoint v5 is finally here Change log February 06. 2014 v4.14: Another fix for scenarios where you have an initial filter that returns data for these columns: “apples”, “oranges”, “bananas”You then filter the chart and get data in these columns only: “apples”, “bananas” You will […]

    Read More

  • You find updated documentation here Change log August 21, 2015 Changes in v3.524 Fixed a bug when using single quote in the items used in the dropdown menu. July 13, 2015 Changes in v3.523 Fixed issue with :multi and hide empty dropdowns not hiding the correct elements. Fixed […]

    Read More

  • Change log September 3, 2014 Changes in v1.730: Minor update for compatibility with DFFS v4 “direct to backend script”. June 27, 2014 Changes in v1.723: Added check for a function named “vlookupChildViewOrEditCallback” to detect open or edit of a child (in dialog only). Add a function with this […]

    Read More

  • spjs-utility.js v1.17

    Change log January 29. 2014 v1.179: Added option to clear a people picker in SP 2013 using setFieldValue – specifying an empty string as new value. November 24. 2013 v1.178: Added option to pass scope to the function “spjs_QueryItems”. Use “scope”:”Recursive” to search all items without folders. October […]

    Read More

  • Change log Always test a new version to see that it works as expected before adding it to a production environment. June 19. 2014 v3.352 has these changes: Fixed the following that went missing in v3.350: Added back the content type choice as trigger and selectable field. Added […]

    Read More

  • I got a request from Larry Pfaff: …Can all the links be disabled on a calendar view and allow navigation between months for sp 2010? A bit back and forth between Larry and me produced this code: <!– refer jQuery –> <script type=”text/javascript”> $(“.ms-acal-rootdiv”).bind(“click dblclick”,function(){ return false; }); […]

    Read More

  • Change log August 08. 2013 Moved the code for the file “TranslateFormFields.js” to spjsfiles.com due to errors in the preview. I got this request from Mary Larson for a solution to translating a SharePoint 2010 form in 20+ languages by the selection of a desired language in a […]

    Read More

  • Change log June 27. 2013 I have changed the function “init_fields_customForm()” to properly set the “fieldType” and “fieldDispName” in the fields object. This is a repost of a previously published article. I have updated the code examples for compatibility with newer solutions. I cannot guarantee that this code […]

    Read More

  • I got a request from Brett Anderson regarding a solution for opening PDF files in a maximized dialog window in SharePoint 2010. This code will most likely work in SharePoint 2013, but it has not been tested. Please note that “Browser file handling” must be set to “Permissive” […]

    Read More

  • Change log June 03. 2013 Changes in v2.981 Added Danish date format (LCID 1030). Added option to arrange multilookup columns vertically. Changed the identifier for the headings to prevent them from getting a new ID when they are moved or another heading is deleted. Fixed a bug setting […]

    Read More

  • I have previously posted a solution for presenting form fields side-by-side. This is an updated version derived from the DFFS project. I have made this updated version by request from Steve Eberl because the older version proved incompatible with IE10. Hopefully this new version will be more compatible, […]

    Read More

  • Change log May 06. 2013 I have released v2.95 – you find it here April 28. 2013 Bugfixes in v2.94: Fixed a bug regarding comparing date and time columns where the trigger column is empty. April 14. 2013 Bugfixes in v2.93: Fixed bug in validating required rich text […]

    Read More

  • Change log June 19. 2013 Changes in v1.47 Added {currentSite} as option in “List base URL” to dynamically use the current sites base url. Use this if you plan to save the site as a template. May 15. 2013 Changes in v1.45 Numbers are now aligned right. May […]

    Read More

  • A few months ago I received this email from Aymeric: Hi Alexander, I’ve created a JS API to use with Sharepoint. You may want to have a look at it: http://aymkdn.github.com/SharepointPlus/ I think this library could be useful for some other people. It’s on GitHub so feel free […]

    Read More

  • Complete archives

    Hi all, To view a complete archive of all posts, visit this page Alexander

    Read More

  • The problems with posting comments have now been fixed – let the comments come! Alexander

    Read More

  • Something is broken and it’s not possible to post comments. I’ll try to fix it later tonight. Alexander

    Read More

  • Hi all followers! I have decided to move the blog from wordpress.com to a self-hosted WordPress server for better control. To ensure your receive email notifications when I post new articles, please enter your email address in the form in the top right corner of my blog I […]

    Read More

  • Change log May 06. 2013 I have released v2.95 – you find it here March 19. 2013 v2.81 fixes a bug occurring when you set a boolean column as required. March 01. 2013 I have released v2.8 with some new features, and a few bugfixes. New features: Add […]

    Read More

  • Change log 25.02.2013 Updated the code and changed the variable “fields” to “localizeFields” to avoid interference with other scripts. I got a request for a solution for translating choice column values in a form. This solution changes the text in the drop-down list, radio button or checkbox in […]

    Read More

  • Change log May 28, 2014 Changes in v1.1 for SP 2010 / 13 and v1.2 for SP 2007: Fixed a bug where the list guid was not wrapped using curly braces. This made Microsoft Word fail to load the document information panel when you had a cross site […]

    Read More

  • 27.09.2012 v3.3.6 includes these changes: Changed the method for caching the filter values when loading the charts and changing the filter dropdowns. This should fix any errors when you have multiple filtered charts in one page. Added option to override “chart options” set in the GUI by adding […]

    Read More

  • I have preciously posted a solution for wrapping checkboxes or radio buttons in multiple rows. This one is a bit sleeker and easier to implement. I have added a slightly modified version of “init_fields” to accommodate for lists and surveys. Add this code to a CEWP below the […]

    Read More

  • Change log May 06. 2013 I have released v2.95 – you find it here February 20, 2013 Updated to v2.70 with these changes: Fixed bug where the tab setup link is missing in initial setup. Added “show field description when readonly” switch under “Misc” section. Added support for […]

    Read More

  • 16.02.2013 Updated to v1.3 with these changes: Added more options to process the values pulled back from the query. In addition to the previous substring, you can now have prefix and suffix and additional date formatting options. Hover over the help icon to learn more. Please note that […]

    Read More

  • I have updated SPJS Charts for SharePoint to v3.3 and added a few new features. You find the code in the original article 1. Option to have multi select in filter select When setting up a chart filter, you now have an option “multiselect” which you can set […]

    Read More

  • Status update

    Hi all, I’ll be unavailable for about a week and will not answer any comments or requests during this period. I still have a good 200 emails / comments I have not had the time to answer, and a few of you are waiting for updates on solutions. […]

    Read More

  • Brett Anderson have made a modification to the Superfish drop-down menu – built from a SharePoint list This solution lets you display a Google Map embedded in the page based on links stored in the Superfish menu structure: You can read about it in his blog: SharePoint 2020

    Read More

  • Change log 16.07.2014 Added support for selecting multiple groups. Please note that there may be limitations in the browser restricting the length of the mailto link. 12.11.2013 Fixed a typo in OrderBy part of the CAML. 29.06.2012 Fixed a missing “&” in line 48 – thanks to Jim. […]

    Read More

  • Change log: 13.08.2012 You find an updated version here. 04.06.2012 After a few bugfixes, the current release is now v1.2.3. 02.06.2012 V1.2.1 fixes another set of bugs – here are the detail from the change log: Fixed a bug that occurred when an identical rule was applied for […]

    Read More

  • I have previously posted this solution that lets you add the field description to the list view column header. By request I have updated the solution to work in a web part page with multiple lists / libraries. Put this code in a Content Editor Web Part at […]

    Read More

14 Comments on “Archives

  1. Hi Alex,
    I need a small help on SP 2010.I have a customized list which is getting data from multiple lists.I have written a SPD work flow to get data and display in list.It’w working fine as per requirement.But it is taking 30 + seconds time.So i need to display a progress bar/spinning image while SPD work flow status = null or status = in progress.

    Can you pls help on.
    Thanks,SG

  2. hi Alex, I m having wsp file in sharepoint 2010. I need to deploy this wsp into office 365 along with workflows and all. Could you please help me.

  3. Hi Alex, How can i get the value of selected item from the look up field.Based on that value i need to get the value from another list .

  4. Hi Alex,

    I’m looking for a decent lightbox / slideshow to display a picture gallery (with thumbs & hopefully captions!) I found one a while back and I’ve lost it again. I don’t think it was originally from here, but I am positive I saw something on this site which directed to that solution. Had good look through here and can’t seem to find it.

    Can you point me in the right direction please or equally do you have a solution?

  5. Hi Alex,

    I have a SharePoint 2013 (The Cloud version) custom list where 1 column is a text field where contact numbers are keyed in. How can I get SharePoint to highlight duplicate values in that column so that every time a new item is added to the list, I’ll know if the contact number has been used previously?

  6. Hello,
    we have a license for a site collection and we have created a new subsite, what are the actions to take in order to keep the license on the subsite

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.