IMTheNachoMan
IMTheNachoMan

Reputation: 5821

custom settings for my SP site without using a list or having access to the farm/server?

My company has a SP farm that is managed by a support team. I have an SP site in it that I have full access to. I don't have access to the farm.

I wanted to add a custom site settings page and not sure how. I know I can use an SP list but I was looking for something more user friendly.

Everything I have read online says I need to have deploy custom code on the server which I cannot do.

Do I have any other options then a list?

Upvotes: 0

Views: 84

Answers (1)

Isaac E. Krauss
Isaac E. Krauss

Reputation: 380

Use the property bag of your SP site to store your settings, you can use javascript in a sharepoint page to access the site property bag.

Take a look on these pages:

http://blogs.technet.com/b/sharepointdevelopersupport/archive/2013/05/06/how-to-add-properties-to-spweb-property-bag-using-jsom-in-sharepoint-2013.aspx

https://derekgusoff.wordpress.com/2012/04/24/accessing-the-web-property-bag-with-javascript/

Upvotes: 1

Related Questions