Anyone have idea how change folder name using admin page
Case: Change folder"Insight Marketing Research & Intelligence" to Insight MR&I
Related
I am trying to add a new app catalogue site to Sharepoint. However, I cannot add anything in the field "Administrator". When trying to add a user there is nobody listed even though I am a global admin.
The screenshots are in German but I hope you get the idea:
ok I typed my name into the "Administrator" field and submitted the form, somehow magically I was set as admin and the app catalogue page was created - which is what I wanted.
I still don't get though why this is such an awkward and non-intuitive process. Why does my name not shop up in the "Personen auswählen (select person)" dialog?!?
I'm working with NetSuite SuiteCommerce Mont Blanc.
I've got my website setup locally.
I've installed the Content Delivery Service bundle and created a test landing page called 'Test' with a url '/Test'.
I tried to view the test page using this url:
/sca-dev-montblanc/shopping-local.ssp#Test
It's not found, what did I miss?
I also tried deploying it and using the urls
/sca-dev-montblanc/Test & /Test
Still not found.
Finally got an answer...
You don't.
You use the new Site Management Tools instead.
/sca-dev-montblanc/Test & /Test..... In this you are not using your Netsuite account ID and domain name itself then how it will work.So please Add your Account ID and domain name then try
For Example
www.Munish.com/c.TSTDRV00000123/sca-dev-montblanc/shopping.ssp?n=4
try out like this definitely it will work.I am using the same way for my SCA denali
I'm trying to implement permission levels in SharePoint hosted app. I've created a custom list "Permissions" where I'm adding different users with their roles.
I have created a page List.aspx where I'm showing my custom list "Products" as a list view web part. Page List.aspx checks the user's role against "Permissions" list, and page can show or hide content in regards to this role. The problem is, when user tries to navigate to "Lists/Products/Allitems.aspx" or "Lists/Permissions/Allitems.aspx" he can see the list items.
All code check is done in JavaScript and I know there is a security risk, but this will work for my users. I just need to find a way to inject custom JavaScript code to Allitems.aspx, and to check if user has permissions to see it or not.
Everything here is done on App web and there's nothing that I use on host web.
I've found a workaround for this. Basically what I did is that I just hide the list view from direct access. To achieve this, open the Schema.xml of the list and replace "JSLink":
from
<JSLink>clienttemplates.js</JSLink>
to
<JSLink>~site/Scripts/OverrideListView.js</JSLink>
Now, create a new file Scripts/OverrideListView.js and add following code to it:
document.write("<style>body {display:none; };</style>");
Try now to access Lists/Permissions/Allitems.aspx directly. You will get a blank page.
This is basically idea how to insert custom JS code into list view. You could add additional code for checking current user's permissions on site level and in regards to it to unhide this view, or even to redirect him to the homepage if he does not have right role or permissions.
Does anyone know if there is a way to do this, or an extension that displays who is logged in at the Front End and at the Back End.
Something that displays a list of the logged-in users (both fe_users and be_users).
Thanks.
In TYPO3 you can also check who is online in real-time :
Connect as Admin
Click on User Admin in ADMIN TOOLS part
Change Compare User Settings by List Users Online
You will see Who Is Online.
Check the demo site to try : http://demo.typo3.org
every user has his own session. Table be_session. Look at it. you got every info you need
i have a sharepoint site http://spp/sitepages/page2.aspx
I have a group called "Group1" with full control. There are two users "User1" and "User2".So both the users will have full control and both of them can make any changes in page2.aspx. Now this is my requirement, i want to allow only "User1" to access, when "User2" access my page i want to show "Access Denied" is it possible without code.
Since we can't vote to close towards sharepoint.se yet, here it goes:
You need to go to the SitePages library in the browser, select the page you want to change permissions and then go to the dropdown menu for the item > Manage Permissions > Edit Permissions (Stop Inheriting), remove all users / groups and only add User1 to the item.
A more detailed guide is available at the Microsoft Office website online
If you can put your page into a document library - do so. This way you can adjust your permissions properly with no code.