Questions tagged [duplicate]

A duplicate is an identical copy of an object. Duplicates are typically determined by object name, though their content may be different.

A duplicate is an identical copy of an object. Duplicates are typically determined by object name, though their content may be different.

75 questions
0
votes
1 answer

Sharepoint list automatically created duplicate items

I have a Sharepoint list that allows duplicate values in all columns as required by the business process but the entries are still considered as unique or individual records. However, we have one user who added an item or two and it automatically…
Dyudith
  • 1
  • 1
  • 1
0
votes
1 answer

delete dups in document library

Is there a powershell way to delete duplicate items from document library. there is a column called "OLDGUID" which is same between two files (alone with many other columns). I would like to keep the earlier one (so modified column). Any help will…
Mike conway
  • 382
  • 1
  • 8
  • 14
0
votes
1 answer

Duplicating a View/Table

I have a table on a page (view/table) which is a checklist. I have formatted it and it looks great as a beta at present. I want to be able to duplicate this up to 100 times for different people to use and tick off. No interaction is required between…
0
votes
1 answer

How to make a column a primary key so duplicate records cannot be added

I have a text column called JPPNum, and I want to make it so a user cannot add the same JPP Number if the record with that JPP number is already in there. So no duplicate on JPP NUm, how would I do that?
Matt Ludwig
  • 543
  • 7
  • 14
  • 26