SuiteCommerce Advanced page error - Cannot read property "length" from null - netsuite

I have some problems in E-Commerce website development through NetSuite. Am getting an error when I tried to go Setup -> SuiteCommerce Advanced -> Configuration page it displays below error. I think it is from user privilege issue may be.
I am new to NetSuite, please someone help me how can I get rid of this.
Thanks in advance.

Related

Kentico Creating Page based on existing Page Type gives error

and thank you. I am following the Kentico 13 tutorial and I am facing the next error when I am trying to create a new page based on a page type that has page builder available:
"An error occurred while attempting to retrieve page templates. Contact your system administrator and check that the page builder feature is registered correctly in the MVC project."
I have registered page builder by doing features.UsePageBuilder() in the configuration of the project so I am not sure what I have wrong here. Thank you again if someone can help
Have you tried the suggestions from this thread on the same error?

"Could not determine customer compid" USER_ERROR in netsuite sandbox

I have a User event which calls a restlet using nlapiRequestURL() method. The URL, headers and authorization seems fine but it returns an error message saying - "Could not determine customer compid". Has anyone had the same issue earlier or know how to work around with this. Any help is appreciated.
We see this occassionally when a Suitelet or Restlet URL isn't specific enough for NetSuite to know which company is trying to call the URL. The script id by itself is not enough to know the company if the user is not currently logged in to NetSuite.
You can add &compid=<YOUR NETSUITE ACCOUNT NUMBER> to the the URL to let NetSuite know which company is trying to call the specific URL.
Just adding this on because I had the same issue, you'll get the same error if you're hitting a sandbox and not capitalizing the SB in nlauth_account.
Eg NLAuth nlauth_account=XXXXXXX_SB1 instead of NLAuth nlauth_account=XXXXXXX_sb1.
We did face this issue, clearing browser cookies solved in most cases.
Sometimes the problem was persistent for about few hours and got fixed on its own.
If you're using NLAuth, be sure you use commas (not spaces) to separate the account, email, and signature fields. Using spaces gave me this error.

Implement pagination in Foursquare fetching tips apis

I need to fetch tips for a given venue incrmentally as user scrolls through the list. For the api, https://developer.foursquare.com/docs/venues/tips I can see limit and offset paramter to do this task but while fetching the tips if there are some new tips added to the foursquare venue page then it starts giving same tips again. How can I fix this ? Is this ecpected behaviour ? I have seen other social networks implementing startCursor and endCursor concept for this kind of pagination but not able to find similar thing in foursquare. Can anyone please tell me how can I avoid getting duplicate tips as new tips get added to a venue ?
Thanks

SharePoint 2013 - inherite/clone permissions for an aspx-site by list-settings

I'm facing the following problem:
I added a custom list setting, which is shown under the general settings of any list. The link in the general settings redirects to an aspx-Site where the admin can set some settings.
The normal users without the right permissions can't see the list-settings (which is correct) but they can open the aspx-site by calling the URL directly and change the values I store in the property-bag of the list.
The aspx-Site seems to inherite the permissions from the root, but I need it to have the exect same permissions I have for the list-setting page.
Does anyone know how to do that?
Thanks in advance!!
I found a solution myself.
I check the permissions in the code behind:
if (!list.DoesUserHavePermissions(SPBasePermissions.ManageLists))
And I added this to the Elements.xml:
Rights="ManageLists"
Now the user isn't able to see the page unless he has the ManageList permission.
Maybe this will help somebody else later.
Thanks!

It is Possible to connect the site page with layout pages sharepoint 2010?

it is possible to connect the site pages with layout page in sharepoint 2010. I did but i got the problem when i am save the data ie Publish the page it will give me error follwoing error:
Error An unexpected error has
occurred.
Troubleshoot issues with Microsoft
SharePoint Foundation.
Correlation ID:
9bc41e28-4fe1-4b4f-9e00-0e0494ef9e6e
Date and Time: 7/1/2010 3:30:29 AM
Please any one have idea. Please solve my problem thanks Waiting for your response. thanks
Open the Log files in the 14\Logs folder and search for the Correlation ID: 9bc41e28-4fe1-4b4f-9e00-0e0494ef9e6e . You should get more specific error information that will help to dig deep in to the issue.
Also try to enable CustomError=Off & CallStack="True" in the Web.config file.

Resources