Showing a Product List in Customer Center - netsuite

We created an item saved search to show available products to purchase and published the link to the customer center. When logged into the Customer Center the link to the search appears, but when you click on it just get an error message: You do not have privileges to view this page.
Cannot get the permissions set correctly to show results on Customer Center.

Related

How to show activity only once until setup is complete in android studio

I am creating an app where the user can decide if he/she wants to setup or upgrade his/her account so that he/she can sell products. In that app there is a 4 bottom navigation menu fragments (Home, Purchases, Sell, Account). When the user clicks the Sell menu it shows if the user wants to sell or not and there is a Get Started button. So if the user want to sell a product, the user will click the get started button and the user will setup his/her account. So after the user finishes the account setup I want to change the layout in Sell menu where the user can now sell items. Now when the user clicks the Sell menu instead of seeing the get started button, the user will now see the options to sell items. I want to implement this and I do not know how.
You need create authentication program for check user already log in or not. There plenty tutorial for make this program depend your requirement so you need google it yourself.

How to change root Docusign account information

I'd like to change the root of a Docusign Dev account from one person to another but I don't see if and how that's possible. I could create a new account however since we have envelopes and specific settings in the account, abandoning the current account would be our option of last resort.
The terms "account" and "user" are sometimes confused.
For the user:
Log in to the developer account in question.
From upper-right menu select "Manage Profile."
You'll find the profile page where you can change the email and name.
For the account:
Log in to the developer account in question.
From the top navigation bar select "Settings."
From the left menu select "Account Profile."
Click sign up and log in to your account and then enter your name and email. If that worked and you managed to sign up that’s great. If not, please contact the company.

Edit DocuSign Signing Landing Page

Once a user clicks on the email requesting they sign the document and is taken to the landing page; there is a message "Please Review & Act on These Documents".
Underneath there is a user image and next to it it says "Docusign" the "Mr" underneath it.
How do I get either this box to disappear or ideally edit it such that instead of it showing just "Mr" it shows the name of the user who has been messaged?
You can hide that green are box by modifying the signing resource file inside your branding.
For more details refer to page 28 and 29 of DS Signing Resource file
The top bold name is what you had put in the name of the user. That can be modified either when you send the envelope, if you are the sender, or if you are the signer, you need to modify it in your preference for your account (after you log in to the Developer Sandbox).
The "Mr" is the account name, which you have set for yourself when you created this account. To change it, you need to go to the admin and under account profile you can change it.
Hope that helps.

Hybris for B2B - Can pricing be hidden for non-registered customers?

We are looking to implement Hybris and one important feature we are looking for is to hide pricing for non-registered customers. We do want to allow them browse the catalog but we don't want them to see any pricing information. Is this a standard feature on Hybris or do we need to have it custom coded?
If you would like to hide in only jsp(storefront) you can put price tag under security tag.
<sec:authorize ifAnyGranted="ROLE_CUSTOMERGROUP">
</sec:authorize>
I can think of one way to do this.
Log into HMC and click on the Price Settings - Prices - Customer Price Lists tree node. Create a Customer Price List.
Create new user group and map the registered users to belong this user group. In Customer Prices tab of the user group, Choose Customer Prices group for registered users you just created.
Go to Catalog-> Products and the Prices tab. Create two Price Rows, one for registered Customer Price List containing product price and the other for non-registered Customer Price List containing no product price. You don't need to create a Customer Product List for non-registered users. Just keep it blank.
Make sure you sync the catalog to reflect in online version.
If you log in with the registered user and go to product detail page you could see the price and for non-registered user, it will show no price.
PS: I have not done it myself, so I'm not 100% sure if it'll work. If it does, do let me know.

How do I make the Drupal-Core Forum display only to members, and ask for login details otherwise

I'm trying to create a website, that has a menu based on Primary Links on the top of the site. The one menu item is for a 'Members Forum'.
I want this menu item visible to all users (Anonymous/Authorized), but if an Anonymous user clicks on the item, instead of displaying "Access Denied", I'd prefer to show a custom message "such as please login to access the forum". If an Authorized user clicks it, obviously I want them to go straight to the page.
In the Forum module, I've set up a container for the forum that is only viewable for Authorized users, so that when an Anonymous user clicks the menu item, they get the Access Denied error.
Thank you
I discovered the 'Redirect 403 to User Login' which solved my problem perfectly.

Resources