Sudha Raghavan [MSFT]
Guest
|
Posted:
Fri Oct 29, 2004 6:39 am Post subject:
RE: FP1 DisplayName |
|
|
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 |
|