0

I have a SQL database, I have created an External Content Type and an External List for the Table. I can see the list in SharePoint. I would like to be able to change the form to add a new instance so it is more user-friendly. Users will only be able to create new instances, not update or view any others. I would also like for a few of the columns to be a drop down that the choices are in another table.

Is this possible?

1 Answer 1

0

I would like to be able to change the form to add a new instance so it is more user friendly.

If you need to make your form User-friendly you should use InfoPath to customize it , Check How to: Customize External List Forms Using Microsoft InfoPath

Users will only be able to create new instances, not update or view any others.

  • You can manage this during configuring the External Content Type by Selecting Create Operation

    • The Create Operation is used by the External List when data is being created. The Create Operation contains the statement allowing data to be inserted into the table.
  • You also can manage this via permission by creating Permission Level Only_add and assign this to group and set the users for this group

I would also like for a few of the columns to be a drop down that the choices are in another table

Unfortunately, There are not Lookups fields. the only thing that you can do a look up on in an external list is on the ID column, anything else and you are out of luck.

See also External List Limitations in SharePoint 2010/2013

2
  • Thank you! I have been trying and trying and could not get it to let me do drop downs. Just know if I told some that I would need back up. LOL Commented Sep 6, 2016 at 19:10
  • Dear @meck2003 There are not Lookups fields because it's limitation as I told you in my answer , I hope it helps you Commented Sep 6, 2016 at 19:12

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.