|
Home > Archive > Commerce Server General > November 2004 > FP1 DisplayName
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I have an item import program that I wrote a while ago that creates Commerce Server Catalogs and adds the categories and products. I recently installed the new Feature Pack and there is a new value called Display Name. I want to populate that in my item import. I have the code:
rsProduct("Name") = Trim(rsItemInfo("ProductName"))
rsProduct("DisplayName") = Trim(rsItemInfo("ProductName"))
rsProduct("Description") = Trim(rsItemInfo("ProductDesc"))
I just added the DisplayName, and although the program runs fine, when I look at the item after it's been created, the value is still blank.
What do I need to do to fill this field in my import?
Thanks,
Earme | |
| Sudha Raghavan [MSFT] 2004-10-28, 8:46 pm |
| DisplayName is a multilingual property. Did you try to set up the display
name in one particular language?
Thanks
Sudha
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: earme <earme.1ei09c@mail.webservertalk.com>
Subject: FP1 DisplayName
Date: Thu, 21 Oct 2004 16:32:09 -0500
Message-ID: <earme.1ei09c@mail.webservertalk.com>
Organization: Web Servers forum
User-Agent: www.webservertalk.com news gateway
X-Newsreader: www.webservertalk.com news gateway
X-Originating-IP: 65.196.215.226
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: ev1s-66-98-192-98.ev1servers.net 66.98.192.98
Lines: 1
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13
.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15003
X-Tomcat-NG: microsoft.public.commerceserver.general
I have an item import program that I wrote a while ago that creates
Commerce Server Catalogs and adds the categories and products. I
recently installed the new Feature Pack and there is a new value called
Display Name. I want to populate that in my item import. I have the
code:
rsProduct("Name") = Trim(rsItemInfo("ProductName"))
rsProduct("DisplayName") = Trim(rsItemInfo("ProductName"))
rsProduct("Description") = Trim(rsItemInfo("ProductDesc"))
I just added the DisplayName, and although the program runs fine, when
I look at the item after it's been created, the value is still blank.
What do I need to do to fill this field in my import?
Thanks,
Earme
--
earme
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message442184.html
| |
|
| No, I didn't try to set it up in a particular language. I didn't have to do that for Name and Description, those were created fine in the executable.
How would I go about setting that?
Evie
[QUOTE]Originally posted by Sudha Raghavan [MSFT]
[B]DisplayName is a multilingual property. Did you try to set up the display
name in one particular language?
Thanks
Sudha
This posting is provided "AS IS" with no warranties, and confers no rights. |
|
|
|
|