|
Home > Archive > Business Desk > September 2005 > Product Number datatype
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]
| Author |
Product Number datatype
|
|
| Detroit 2005-09-16, 2:47 am |
| I have some products that have 12 digit product numbers that I would like to
use. I have changed the database type for Product Number to nvarchar and I
went into business desk and changed the minimum/maximum value of the Product
Number in the Product Set in the Catalog Definition Designer. Then when I add
a new product in the catalog, I get "Validation Error in Integer".
Does anyone have any idea what else I need to do?
Thank you very much.
| |
| Vinayak Tadas[MSFT] 2005-09-18, 8:48 pm |
| You should not change the datatype of the columns in Sql server
You should delete the property, create a property with the new datatype,
add it to the definition and then create products based on the definition
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only
--------------------
Thread-Topic: Product Number datatype
thread-index: AcW6jw3RLN8AJiSZTXeqRio+xjpWLw==
X-WBNR-Posting-Host: 71.133.217.26
From: "=?Utf-8?B?RGV0cm9pdA==?=" <Detroit@discussions.microsoft.com>
Subject: Product Number datatype
Date: Fri, 16 Sep 2005 00:20:02 -0700
Lines: 9
Message-ID: <7F2F6BD9-D627-46EA-A325-C11A3F5B546E@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.businessdesk
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.businessdesk:931
X-Tomcat-NG: microsoft.public.commerceserver.businessdesk
I have some products that have 12 digit product numbers that I would like
to
use. I have changed the database type for Product Number to nvarchar and I
went into business desk and changed the minimum/maximum value of the
Product
Number in the Product Set in the Catalog Definition Designer. Then when I
add
a new product in the catalog, I get "Validation Error in Integer".
Does anyone have any idea what else I need to do?
Thank you very much.
| |
| Detroit 2005-09-18, 8:48 pm |
| I was assuming that would be the process, my next question would be, does
that affect the existing products?
""Vinayak Tadas[MSFT]"" wrote:
> You should not change the datatype of the columns in Sql server
> You should delete the property, create a property with the new datatype,
> add it to the definition and then create products based on the definition
>
>
> Thanks
> Vinayak Tadas
> Microsoft
> http://blogs.msdn.com/vinayakt
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security. Please
> reply to the newsgroups only
>
>
> --------------------
> Thread-Topic: Product Number datatype
> thread-index: AcW6jw3RLN8AJiSZTXeqRio+xjpWLw==
> X-WBNR-Posting-Host: 71.133.217.26
> From: "=?Utf-8?B?RGV0cm9pdA==?=" <Detroit@discussions.microsoft.com>
> Subject: Product Number datatype
> Date: Fri, 16 Sep 2005 00:20:02 -0700
> Lines: 9
> Message-ID: <7F2F6BD9-D627-46EA-A325-C11A3F5B546E@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.businessdesk
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.businessdesk:931
> X-Tomcat-NG: microsoft.public.commerceserver.businessdesk
>
> I have some products that have 12 digit product numbers that I would like
> to
> use. I have changed the database type for Product Number to nvarchar and I
> went into business desk and changed the minimum/maximum value of the
> Product
> Number in the Product Set in the Catalog Definition Designer. Then when I
> add
> a new product in the catalog, I get "Validation Error in Integer".
>
> Does anyone have any idea what else I need to do?
>
> Thank you very much
| |
| Zoe Hart [MVP] 2005-09-19, 7:49 am |
| If you need to change a datatype and keep existing data in place (assuming
the existing data is consistent with new datatype), you could export the
catalog to XML, make the property definition datatype change manually in the
XML (using an existing property of the new datatype as a model can help make
sure you get it right), and then re-import the catalog. I've used this
technique to change nvarchar properties to text.
--
Zoe Hart
Commerce Server MVP
"Detroit" <Detroit@discussions.microsoft.com> wrote in message
news:C52FA113-CAA6-4786-90F0-E2DE80EF9D1F@microsoft.com...[vbcol=seagreen]
>I was assuming that would be the process, my next question would be, does
> that affect the existing products?
>
> ""Vinayak Tadas[MSFT]"" wrote:
>
| |
| Vinayak Tadas[MSFT] 2005-09-19, 6:00 pm |
| Yes this will affect existing products
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only
--------------------
Thread-Topic: Product Number datatype
thread-index: AcW8qd5GNTR/FBlXTRi42vkisMlURg==
X-WBNR-Posting-Host: 71.133.217.26
From: "=?Utf-8?B?RGV0cm9pdA==?=" <Detroit@discussions.microsoft.com>
References: <7F2F6BD9-D627-46EA-A325-C11A3F5B546E@microsoft.com>
<RthFOUKvFHA.580@TK2MSFTNGXA01.phx.gbl>
Subject: RE: Product Number datatype
Date: Sun, 18 Sep 2005 16:37:01 -0700
Lines: 60
Message-ID: <C52FA113-CAA6-4786-90F0-E2DE80EF9D1F@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.businessdesk
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.businessdesk:934
X-Tomcat-NG: microsoft.public.commerceserver.businessdesk
I was assuming that would be the process, my next question would be, does
that affect the existing products?
""Vinayak Tadas[MSFT]"" wrote:
> You should not change the datatype of the columns in Sql server
> You should delete the property, create a property with the new datatype,
> add it to the definition and then create products based on the definition
>
>
> Thanks
> Vinayak Tadas
> Microsoft
> http://blogs.msdn.com/vinayakt
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security.
Please
> reply to the newsgroups only
>
>
> --------------------
> Thread-Topic: Product Number datatype
> thread-index: AcW6jw3RLN8AJiSZTXeqRio+xjpWLw==
> X-WBNR-Posting-Host: 71.133.217.26
> From: "=?Utf-8?B?RGV0cm9pdA==?=" <Detroit@discussions.microsoft.com>
> Subject: Product Number datatype
> Date: Fri, 16 Sep 2005 00:20:02 -0700
> Lines: 9
> Message-ID: <7F2F6BD9-D627-46EA-A325-C11A3F5B546E@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.businessdesk
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.businessdesk:931
> X-Tomcat-NG: microsoft.public.commerceserver.businessdesk
>
> I have some products that have 12 digit product numbers that I would like
> to
> use. I have changed the database type for Product Number to nvarchar and
I
> went into business desk and changed the minimum/maximum value of the
> Product
> Number in the Product Set in the Catalog Definition Designer. Then when I
> add
> a new product in the catalog, I get "Validation Error in Integer".
>
> Does anyone have any idea what else I need to do?
>
> Thank you very much
| |
| Detroit 2005-09-21, 5:52 pm |
| I have tried to remove the property in business desk and add a new property
and it says it already exists. Obviously, I did not completely delete the
property. Is there anything written on how to do this?
""Vinayak Tadas[MSFT]"" wrote:
> Yes this will affect existing products
> Thanks
> Vinayak Tadas
> Microsoft
> http://blogs.msdn.com/vinayakt
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security. Please
> reply to the newsgroups only
>
>
> --------------------
> Thread-Topic: Product Number datatype
> thread-index: AcW8qd5GNTR/FBlXTRi42vkisMlURg==
> X-WBNR-Posting-Host: 71.133.217.26
> From: "=?Utf-8?B?RGV0cm9pdA==?=" <Detroit@discussions.microsoft.com>
> References: <7F2F6BD9-D627-46EA-A325-C11A3F5B546E@microsoft.com>
> <RthFOUKvFHA.580@TK2MSFTNGXA01.phx.gbl>
> Subject: RE: Product Number datatype
> Date: Sun, 18 Sep 2005 16:37:01 -0700
> Lines: 60
> Message-ID: <C52FA113-CAA6-4786-90F0-E2DE80EF9D1F@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 8bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.businessdesk
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.businessdesk:934
> X-Tomcat-NG: microsoft.public.commerceserver.businessdesk
>
> I was assuming that would be the process, my next question would be, does
> that affect the existing products?
>
> ""Vinayak Tadas[MSFT]"" wrote:
>
> rights.
> rights
> Please
> microsoft.public.commerceserver.businessdesk:931
> I
>
| |
| Vinayak Tadas[MSFT] 2005-09-21, 5:52 pm |
| You will have to first delete all the definitions that contain the
property. and then delete the property.
You cannot delete a property if it exists in existing definitions
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only
--------------------
Thread-Topic: Product Number datatype
thread-index: AcW+81ifWrHtLb/QS7mB8iAMBm1+Ow==
X-WBNR-Posting-Host: 71.133.217.26
From: "=?Utf-8?B?RGV0cm9pdA==?=" <Detroit@discussions.microsoft.com>
References: <7F2F6BD9-D627-46EA-A325-C11A3F5B546E@microsoft.com>
<RthFOUKvFHA.580@TK2MSFTNGXA01.phx.gbl>
<C52FA113-CAA6-4786-90F0-E2DE80EF9D1F@microsoft.com>
<2hPq1SUvFHA.780@TK2MSFTNGXA01.phx.gbl>
Subject: RE: Product Number datatype
Date: Wed, 21 Sep 2005 14:28:02 -0700
Lines: 113
Message-ID: <7E0A88DB-CBCC-4C18-8A4E-3C8FFA74312F@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.businessdesk
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.businessdesk:940
X-Tomcat-NG: microsoft.public.commerceserver.businessdesk
I have tried to remove the property in business desk and add a new property
and it says it already exists. Obviously, I did not completely delete the
property. Is there anything written on how to do this?
""Vinayak Tadas[MSFT]"" wrote:
> Yes this will affect existing products
> Thanks
> Vinayak Tadas
> Microsoft
> http://blogs.msdn.com/vinayakt
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security.
Please
> reply to the newsgroups only
>
>
> --------------------
> Thread-Topic: Product Number datatype
> thread-index: AcW8qd5GNTR/FBlXTRi42vkisMlURg==
> X-WBNR-Posting-Host: 71.133.217.26
> From: "=?Utf-8?B?RGV0cm9pdA==?=" <Detroit@discussions.microsoft.com>
> References: <7F2F6BD9-D627-46EA-A325-C11A3F5B546E@microsoft.com>
> <RthFOUKvFHA.580@TK2MSFTNGXA01.phx.gbl>
> Subject: RE: Product Number datatype
> Date: Sun, 18 Sep 2005 16:37:01 -0700
> Lines: 60
> Message-ID: <C52FA113-CAA6-4786-90F0-E2DE80EF9D1F@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 8bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.businessdesk
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.businessdesk:934
> X-Tomcat-NG: microsoft.public.commerceserver.businessdesk
>
> I was assuming that would be the process, my next question would be, does
> that affect the existing products?
>
> ""Vinayak Tadas[MSFT]"" wrote:
>
datatype,[vbcol=seagreen]
definition[vbcol=seagreen]
> rights.
Corporation. All[vbcol=seagreen]
> rights
> Please
> microsoft.public.commerceserver.businessdesk:931
like[vbcol=seagreen]
and[vbcol=seagreen]
> I
I[vbcol=seagreen]
>
| |
| Zoe Hart [MVP] 2005-09-27, 7:57 am |
| You don't actually have to delete the definitions, do you? You just have to
remove the property from the definitions, then delete the property.
--
Zoe Hart
Commerce Server MVP
""Vinayak Tadas[MSFT]"" <vtadas@online.microsoft.com> wrote in message
news:Jcvsy7vvFHA.3680@TK2MSFTNGXA01.phx.gbl...
> You will have to first delete all the definitions that contain the
> property. and then delete the property.
> You cannot delete a property if it exists in existing definitions
>
>
>
> Thanks
> Vinayak Tadas
> Microsoft
> http://blogs.msdn.com/vinayakt
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All
> rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security.
> Please
> reply to the newsgroups only
>
>
> --------------------
> Thread-Topic: Product Number datatype
> thread-index: AcW+81ifWrHtLb/QS7mB8iAMBm1+Ow==
> X-WBNR-Posting-Host: 71.133.217.26
> From: "=?Utf-8?B?RGV0cm9pdA==?=" <Detroit@discussions.microsoft.com>
> References: <7F2F6BD9-D627-46EA-A325-C11A3F5B546E@microsoft.com>
> <RthFOUKvFHA.580@TK2MSFTNGXA01.phx.gbl>
> <C52FA113-CAA6-4786-90F0-E2DE80EF9D1F@microsoft.com>
> <2hPq1SUvFHA.780@TK2MSFTNGXA01.phx.gbl>
> Subject: RE: Product Number datatype
> Date: Wed, 21 Sep 2005 14:28:02 -0700
> Lines: 113
> Message-ID: <7E0A88DB-CBCC-4C18-8A4E-3C8FFA74312F@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 8bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.businessdesk
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl
> microsoft.public.commerceserver.businessdesk:940
> X-Tomcat-NG: microsoft.public.commerceserver.businessdesk
>
> I have tried to remove the property in business desk and add a new
> property
> and it says it already exists. Obviously, I did not completely delete the
> property. Is there anything written on how to do this?
>
> ""Vinayak Tadas[MSFT]"" wrote:
>
> rights.
> rights
> Please
> microsoft.public.commerceserver.businessdesk:934
> datatype,
> definition
> Corporation. All
> like
> and
> I
>
| |
| Vinayak Tadas[MSFT] 2005-09-27, 5:53 pm |
| You are correct.
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only
--------------------
From: "Zoe Hart [MVP]" <zoehart@newsgroup.nospam>
References: <7F2F6BD9-D627-46EA-A325-C11A3F5B546E@microsoft.com>
<RthFOUKvFHA.580@TK2MSFTNGXA01.phx.gbl>
<C52FA113-CAA6-4786-90F0-E2DE80EF9D1F@microsoft.com>
<2hPq1SUvFHA.780@TK2MSFTNGXA01.phx.gbl>
<7E0A88DB-CBCC-4C18-8A4E-3C8FFA74312F@microsoft.com>
<Jcvsy7vvFHA.3680@TK2MSFTNGXA01.phx.gbl>
Subject: Re: Product Number datatype
Date: Tue, 27 Sep 2005 08:20:34 -0400
Lines: 188
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-ID: <#36Xd31wFHA.2076@TK2MSFTNGP14.phx.gbl>
Newsgroups: microsoft.public.commerceserver.businessdesk
NNTP-Posting-Host: 12.27.119.156
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP14.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.businessdesk:947
X-Tomcat-NG: microsoft.public.commerceserver.businessdesk
You don't actually have to delete the definitions, do you? You just have to
remove the property from the definitions, then delete the property.
--
Zoe Hart
Commerce Server MVP
""Vinayak Tadas[MSFT]"" <vtadas@online.microsoft.com> wrote in message
news:Jcvsy7vvFHA.3680@TK2MSFTNGXA01.phx.gbl...
> You will have to first delete all the definitions that contain the
> property. and then delete the property.
> You cannot delete a property if it exists in existing definitions
>
>
>
> Thanks
> Vinayak Tadas
> Microsoft
> http://blogs.msdn.com/vinayakt
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All
> rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security.
> Please
> reply to the newsgroups only
>
>
> --------------------
> Thread-Topic: Product Number datatype
> thread-index: AcW+81ifWrHtLb/QS7mB8iAMBm1+Ow==
> X-WBNR-Posting-Host: 71.133.217.26
> From: "=?Utf-8?B?RGV0cm9pdA==?=" <Detroit@discussions.microsoft.com>
> References: <7F2F6BD9-D627-46EA-A325-C11A3F5B546E@microsoft.com>
> <RthFOUKvFHA.580@TK2MSFTNGXA01.phx.gbl>
> <C52FA113-CAA6-4786-90F0-E2DE80EF9D1F@microsoft.com>
> <2hPq1SUvFHA.780@TK2MSFTNGXA01.phx.gbl>
> Subject: RE: Product Number datatype
> Date: Wed, 21 Sep 2005 14:28:02 -0700
> Lines: 113
> Message-ID: <7E0A88DB-CBCC-4C18-8A4E-3C8FFA74312F@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 8bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.businessdesk
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl
> microsoft.public.commerceserver.businessdesk:940
> X-Tomcat-NG: microsoft.public.commerceserver.businessdesk
>
> I have tried to remove the property in business desk and add a new
> property
> and it says it already exists. Obviously, I did not completely delete the
> property. Is there anything written on how to do this?
>
> ""Vinayak Tadas[MSFT]"" wrote:
>
> rights.
> rights
> Please
> microsoft.public.commerceserver.businessdesk:934
> datatype,
> definition
> Corporation. All
> like
> and
> I
>
|
|
|
|
|