In my hybris database I have currently more than 500 products, If I make a Flexible search query in HAC I can see all of them, however, if I go to Backoffice I don't see any. Is there any sync problem?
Related
I've recently migrate on strapiV4. But, strapi can be very slow on administration panel when I've lot of data in my database. Why ?
I think strapi auto populate all relational fields, and relational fields of first relational fields..
For example, I've a user collection. Each user have a family and family have members, so when I ask to strapi on admin panel to retrieve user, strapi get all informations about asked user, but also all informations of relational family and also all relational fields of family.
So this behavior cause bad performance where application is deploy in production because I've lot of data and relational fields attached to some collections and administration panel become very slow..
I've try to find a solution on strapi documentation but I didn't found anything for v4. On v3, autopopulate: false can be an option to disable this behavior seems to me...
How can I fix this please ? Thank's
I am looking for a Hybris OOTB extension that gives users manage categories at ease.
Category creation or update
Expand and lookup for super and subcategories and its products (Basic tree view in BackOffice is extremely slow and not friendly)
Basic export functionality
Is there any cockpit or BackOffice extensions you recommend that I should take a look at.
In the newer Hybris version you only have the backoffice. There aro no other cockpits anymore.
When you login in the backoffice you can choose a 'mask' at the top of the backoffice (for example the Product-Cockpit). But the masks are still in the backoffice.
You could implement your own Category-Cockpit mask where you can handle your use-cases.
Keep in mind that for the backoffice there is a own Solr Config for Backoffice index which is created to handle the belonging data in the backoffice fast. So maybe in your case it makes sense to add the categories here as well for faster access.
Try adding the platformbackoffice and pcmbackoffice extensions. The Products view and Assortment view should be useful.
In NetSuite Rest WebServices, we can define multiple integrations and each one has a different Application ID (a Guid value).
is there any way to query salesOrders (or any other records) created by a specific Integration?
Not sure what platform you are using. But, in the past, I've done just the opposite of that (pulling records not created by a specific user), using the createdby field. You can do it via saved searches in most integration platforms, and some allow you to do it via a normal NetSuite query. Hope that helps some...?
I'd like to order a set of webpages showing inside a content query webpart by 'most viewed' I know sharepoint keeps track of such things but I don't know how to expose this list to the content query web part - can anyone point me in the right direction?
Thanks in advance
It is true that SharePoint can log user visits to the usage log on disk and the audit log in the content database. But there is no API for issuing report building queries against the data like a query for most viewed pages. You will need to develop or buy:
Develop: You could turn on the audit log for your site collection(s) and develop a batch job that on a scheduled basis scans it for new entries and updates a custom list holding the most viewed pages. See Reading Entries from the Audit Log in Windows SharePoint Services 3.0 for more information on working with the audit log.
Buy: For a more flexible reporting solution and to avoid development, you could take a look at some third-party reporting solutions for SharePoint like Nintex, Cardiolog or MAPIlab.
I am working on a SharePoint application where the data is kept in lists. For ease of reporting, we create views in SQL Server 2005 that link lists together, and our Reporting Services model is based on these views.
As users add/modify/delete fields, our views become stale. When we recreate the views, some reports are no longer valid. What is the best way to allow users to modify fields and update the existing reports automatically (or notify an admin that a report has been broken by changing a field)?
Have you thought about reporting directly off the Lists, maybe using a product like http://www.enesyssoftware.com/ which is a reporting service data extension. This still won't help with your reports going stale when your users add/remove column.