Hi,
I am trying to create a list but have multiple columns.
I tried using a map (I might of done it wrong) but can't work out how to use multiple columns.
I need to have the following fields in a list..
AccountID
Field1
Field2
Field3
I want AccountID to be unique. So if the value of AccountID is already added in the list then it should not add the item to the list again.
I need to be able to select Field1, Field2 & Field3 based on the accountID value.
Any ideas on what I need to do to create a list based on the fields above ?
I am trying to create a list but have multiple columns.
I tried using a map (I might of done it wrong) but can't work out how to use multiple columns.
I need to have the following fields in a list..
AccountID
Field1
Field2
Field3
I want AccountID to be unique. So if the value of AccountID is already added in the list then it should not add the item to the list again.
I need to be able to select Field1, Field2 & Field3 based on the accountID value.
Any ideas on what I need to do to create a list based on the fields above ?