Catalog names are not created (hybris) - sap-commerce-cloud

I want to create a new catalog.
I followed that steps
https://stackoverflow.com/a/50414933/9708984
//resources/mystoreinitialdata/import/sampledata/contentCatalogs/mystoreContentCatalog/cms-content.impex
here despite I made
$contentCatalogName=mystoreContent Catalog', on backoffice/catalogs,
I only see mystore catalog with id, name is empty.
for powertools it has name, Powertools Content Catalog.
I did ant initialize' , it created 3 catalogs mystorecontent catalog, mystoreclassfication,mystoreprductcatalog but they dont have name.
$contentCatalog=electronicsContentCatalog $contentCatalogName=Electronics Content Catalog
this contentcatalogname is not used anywhere for any of the stores; mystore electronic,powertools or apparel .
but other 3 has name. why mystore does not have? what is that contentcatalogname for? the path is
electronicsstore/import/sampledata/contentCatalogs/electronicsContentCatalog/cms-responsive-content.impex for electronics

The name is a localized attribute. For localized attributes, the accelerator has its own files. Check the files named catalog_XX.impex in the directory
resources/mystoreinitialdata/import/sampledata/contentCatalogs/mystoreContentCatalog/
The XX represents the isocode of the language. So en means English, de German etc. In the file, set the name like this:
$lang=en
$contentCatalog=mystoreContentCatalog
UPDATE ContentCatalog;id[unique=true];name[lang=$lang]
;$contentCatalog;"mystore Content Catalog"

Related

I cannot select a category in a web content. (Liferay 7.4.2)

I want to select a category in a web content in Liferay 7.4.2, but I cannot select it. I installed:
Liferay 7.4.2-g3 CE Bundle
JDK 8u221
MySQL 8.0
In the "Category" option, I create a vocabulary and a category.
1. Vocabulary
2. Category
In the web content option, a structure is created with the "title", "content" and "image" fields.
In creating web content, the structure is selected. In the "Categorization" option, the field to select the category is not displayed.
The problem is that I cannot select the category in the web content. I do not know what I'm doing wrong.
Regards!
When creating a vocabulary, you have to specify to which asset type it is related to.
You can edit Noticia vocabulary and associate it to the structure of your web content or you can associate it to "All Asset Types".
I have same problem and created many categories and set All Asset Types but still not showing in the right sidebar. There must be a bug. I repeated the same steps in different installation and it worked.

How to change the title of a report to be different from .rdl file name

What is the variable name that is being displayed in the web-portal as the report name?
Example: if my RDL file is named Reportforseeingthings.rdl
I want the name displayed in the web portal as "Report for seeing things"
Is there a report properties variable that can be modified before deployment to handle this along with a server config to grab that variable instead of the file name?
Open to other solutions as well.
As far as I know there is no way to do this. You can set the file name and description properties but the report name will always be the file name. You can modify it once deployed.
So options are potentially:
Just rename the file in the solution
Manually edit after deployment
Create linked reports with the desired name, redeploying will update the base report but the linked report name will stay the same.
Put the required title in the description and have a script that updates the names on demand or as part of a trigger or scheduled job.
something like
UPDATE r
SET Name = Description
FROM ReportServer.dbo.Catalog r
WHERE Name != Description and Description IS NOT NULL
Note that even doing this, the breadcrumb trail in the web portal will still show the original name, but the list/card views will show the name you want.

Product Name not updating

I had set the product name here:
And it's clearly listed in the direct editor,
But now after a successful build any reference to ProductName refers to the old product name I had, before changing it.
It's like InstallShield is ignoring my product name change.
How can this be fixed, or do I need to recreate the entire project?
The product name in the release media was overwriting the one set in the project.

How does the name lookup in a Names field work?

I have a problem with name lookups when creating a new email to a person where there are two people with the same name.
The first thing to mention is that we have our company contacts database listed as a local address book as well as the Domino Directory.
If there are two people with the same first name and surname in our contacts database, e.g. Phil Jones of company1 (phil.jones#fakecompany1.com) and Phil Jones of company2 (phil.jones#fakecompany2.com) the problem arises as follows.
Create a new mail and type "Jones" into the To field, and click on the Search directory for "Jones" drop-down option, only the second one is listed. When you select it, the first one is added to the To field. This can be checked by right-clicking on the name and selecting Show Name Details, of by pressing F9 to expand the name.
My educated guess is that over the years (and releases) since our contacts database was created, the mail and domino directory templates have changed, and that the ($Users) view that we use needs to be updated.
Can anyone confirm that it is the ($Users) view that is used by the EnterSendTo field in the Message|Memo form in the Mail85.ntf template? As far as I can tell it is a normal Names field with None selected in the choices option.
you could use the Script Debugger to see what's going on, and using Domino Designer to look into the Mail85.ntf template to find out what the code is doing, and which view is used.
You seem to have Recipient Name Lookup set up (not Type-ahead), with Stop after first match.
See Technote 1105261 - Differences between Recipient Name Lookup and Recipient Name Type-ahead for details.
See also Directory search order for a name in a Notes address field. and IBM Lotus Notes 8 Recent Contacts and Type-ahead features: FAQs if you decided to use Type-ahead and Recent Contacts.
What version of Notes/Domino with what version of the templates are you running?
Make sure you are running a supported configuration: Supported configurations for Notes/Domino 8.0.x and 8.5.x

Sharepoint Site with Excel Sheet Template for Users to create New Sheets

I am tasked in work with creating a share-point site.
Here are my requirements:
The main page must allow the user to create a new "File".
The file must be an excel sheet template that i will style to my liking.
After the user creates a new "File", the Excel sheet is opened in the webpage for them to edit. They can save it and reopen later.
Many other users will create new "files" also - same process - same template. If i change the template then any new files use the new template.
When files are created the user must put it into a section that high level describes the location of our plant that the "file" is relevant for . e.g Some users will put files under the "Company Shipping category" category and others the "Company receiving category".
Any user can search any or all "files" for full textual searches and also within categories of our company plant (as described in item Above)
Is all this possible and what is the easiest method - Any examples of this would be great.
Thanks,
Damo
This is all built in SharePoint functionality. You can create a document library with a default file template using excel. The document library can have added columns called metadata to track the high level descriptions. SharePoint has built in search functionality.
The best way is to get a SharePoint administration book and start reading. There are also a lot of contractors that specialize in setting up SharePoint.
EDIT:
Here is a tutorial video and here is the second part on setting up a document library and adding advanced features like metadata columns.

Resources