I would like to know how to create the correct body for creating a customer record. I am using the Postman examples that I downloaded from Netsuite and I'm accessing /record/v1/customer as POST, but I keep getting this Sector and Subsidiary error. By the way, I don't have access to the Netsuite dashboard for now. I am still waiting
for my company to give me access. Would really appreciate the help, or even just pointing me to the right direction. Thanks a lot!
Sector is not a NetSuite standard field name. It could either be a custom entity field or a standard field that was renamed to Sector. You will have to get the correct ID for this field from your account.
Try a get request to:
/record/v1/customer
That will list all the customers currently in your account, by ID (hopefully there are some).
Pick one of those IDs (eg 99) and make a get request to:
/record/v1/customer/99
and that will return the customer record in JSON. Have a look for something that looks like sector in there.
Related
I have been using aws dynamodb to store the user details (like mail Id, username, etc...) and before it was fine. until today, suddenly few row's data disappeared from the table and the data was empty can't able to figure out why this is happening. we didn't even changed anything and user also not aware of this. is anyone faced this kind of issue before? Kindly give me any suggestion to figure this out.
I need your help.
I create a dashboard for another sector of our company. The data for the dashboard is from google docs, and people from that sector edit it daily (sometimes changing the name of the columns or removing the column), which makes me manually check twice per week to make sure that the dashboard is okay.
After the dashboard was created that sector doesn't want me to continue accessing their data. Is there any solution that: 1/allow me to check the dashboard when it has problem(s) 2/minimize my access to their private data?
No, if you want to be able to check the report you will need access to the workspace. If you can't have access to the data, then a new report owner who does have access to it will have to take it over from you.
The only other way would be to create a copy of the google docs, with anonymised data, for column changes. You base a report on that, change the connection settings, then deploy it to the workspace. But if you can deploy it, you can technically access the live data in the work space.
Me and a friend of mine are working on an app which gets input (map issues or some information user think it's worth sharing) from users for a specific location.
Our primary data is stored in mongodb. which has lat, long, address and zip code for each datapoint we have for the particular city.
My question is:
how to group multiple user inputs to the same
datapoint? for example a user can add some information about a place.
and another user can add similar info about the same place but from 2
blocks away. How do I group both inputs?
Any data-model or algorithm suggestions are welcome.
PS: Framework we are using is Django
We have a company program designed to help us get control over data. It has feature to group all the application of one Client. If I want to take a look at them I click on the Client and I see a list of all applications made for him. Take a look at the picture below:
I was wondering if Microsoft Access can do the same? If yes where should I start looking?
I did some internet search and no solution found.
That is built in, and it is called Subdatasheet. You have relationships properly set between Clients and Order, for instance, when you open the Clients table you will see such small "+" allowing to view the Orders of the current client. You may have to set the Subdatasheet Name property of table Clients to "Orders" in this case.
If you want to work with forms, you can build a continuous from for Clients, then one for Orders, then insert the Orders subform in the Footer of the Clients form. Access might tell you you can't do this, just ignore, it works.
In Access that would simply be a continuous form with a filter. Typically opened from a list of clients, setting a filter for the applications of the selected client.
Unless I'm misunderstanding the question.
I'm currently running into the problem that I am using a webservice system to load products into magento.
I'm using the REST api in conjunction with Oauth to create products and assign a category. It works and when I go to the admin I can see the products as well as see they are properly assigned to the correct category. When I open the category management in the management console i can see i have (example: 106) items assigned in the category.
However, the problem is: It does not show in the site.. even with refreshing anything that is cache or index.
When I open up the management console and open 1 article and save it without changing any other property and then Save it. I can suddenly see the item in the front end webshop...
I'm lost to why this occurs.. also for 19k product updates it is becoming a bit of an annoying bit of work to update this amount of products since any bulk update method does not do the same as editing just 1 product at a time.
Any help is much appreciated.
In the end I have discovered the answer myself. Thought it might be nice to list it here as well.
In the 'rights' tab i added all the accessrights for the user using the api. This allowed me to read products etc. Very stupid mistake but somehow I overlooked this at first.
IF you'd expect security errors.. you wont get any. just empty lists and null responses.