Supplier product

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Supplier product

BJ Freeman
little confused here
is
https://localhost:8443/catalog/control/EditProductContent?productId=dropShip2
a product in the store or a product assigned to a supplier, but not the
product in the catalog.
I am trying to call
https://localhost:8443/webtools/control/ArtifactInfo?type=service&uniqueId=createSupplierProduct

createSupplierProduct has the ProductID and the SupplierProductID

so this looks like it is linking a Product that may be in the Catalog to
 a Supplier product.

What I want to do is import a lot of supplier products and create a
supplier Product that is not connected yet to the product that may be in
a catalog.

https://localhost:8443/webtools/control/ArtifactInfo?type=entity&uniqueId=SupplierProduct
Seems like the ProductID in the supplierproduct should be the ID used by
the supplier or autocreated.
so why the
supplierProductID

Reply | Threaded
Open this post in threaded view
|

Re: Supplier product

BJ Freeman
of course if someone wants to put comments in the entity that would be
appreciated also

BJ Freeman sent the following on 8/24/2008 3:13 PM:

> little confused here
> is
> https://localhost:8443/catalog/control/EditProductContent?productId=dropShip2
> a product in the store or a product assigned to a supplier, but not the
> product in the catalog.
> I am trying to call
> https://localhost:8443/webtools/control/ArtifactInfo?type=service&uniqueId=createSupplierProduct
>
> createSupplierProduct has the ProductID and the SupplierProductID
>
> so this looks like it is linking a Product that may be in the Catalog to
>  a Supplier product.
>
> What I want to do is import a lot of supplier products and create a
> supplier Product that is not connected yet to the product that may be in
> a catalog.
>
> https://localhost:8443/webtools/control/ArtifactInfo?type=entity&uniqueId=SupplierProduct
> Seems like the ProductID in the supplierproduct should be the ID used by
> the supplier or autocreated.
> so why the
> supplierProductID
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Supplier product

Scott Gray
SupplierProduct is just used to record the suppliers of a particular
Product, they are not two separate ways of dealing with products.

Regards
Scott

2008/8/25 BJ Freeman <[hidden email]>:

> of course if someone wants to put comments in the entity that would be
> appreciated also
>
> BJ Freeman sent the following on 8/24/2008 3:13 PM:
>> little confused here
>> is
>> https://localhost:8443/catalog/control/EditProductContent?productId=dropShip2
>> a product in the store or a product assigned to a supplier, but not the
>> product in the catalog.
>> I am trying to call
>> https://localhost:8443/webtools/control/ArtifactInfo?type=service&uniqueId=createSupplierProduct
>>
>> createSupplierProduct has the ProductID and the SupplierProductID
>>
>> so this looks like it is linking a Product that may be in the Catalog to
>>  a Supplier product.
>>
>> What I want to do is import a lot of supplier products and create a
>> supplier Product that is not connected yet to the product that may be in
>> a catalog.
>>
>> https://localhost:8443/webtools/control/ArtifactInfo?type=entity&uniqueId=SupplierProduct
>> Seems like the ProductID in the supplierproduct should be the ID used by
>> the supplier or autocreated.
>> so why the
>> supplierProductID
>>
>>
>>
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Supplier product

BJ Freeman
Ok but my question is
https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=SupplierProduct&find=true&VIEW_SIZE=50&VIEW_INDEX=0
the suppplierProductID pionts to what
example GZ-1000-0
the only mention of suppplierProductID is in the createSupplierProduct
service, but not mentioned in updateSupplierProduct
it is displayed in OrderEntryForms.xml
have I missed something?




Scott Gray sent the following on 8/24/2008 10:30 PM:

> SupplierProduct is just used to record the suppliers of a particular
> Product, they are not two separate ways of dealing with products.
>
> Regards
> Scott
>
> 2008/8/25 BJ Freeman <[hidden email]>:
>> of course if someone wants to put comments in the entity that would be
>> appreciated also
>>
>> BJ Freeman sent the following on 8/24/2008 3:13 PM:
>>> little confused here
>>> is
>>> https://localhost:8443/catalog/control/EditProductContent?productId=dropShip2
>>> a product in the store or a product assigned to a supplier, but not the
>>> product in the catalog.
>>> I am trying to call
>>> https://localhost:8443/webtools/control/ArtifactInfo?type=service&uniqueId=createSupplierProduct
>>>
>>> createSupplierProduct has the ProductID and the SupplierProductID
>>>
>>> so this looks like it is linking a Product that may be in the Catalog to
>>>  a Supplier product.
>>>
>>> What I want to do is import a lot of supplier products and create a
>>> supplier Product that is not connected yet to the product that may be in
>>> a catalog.
>>>
>>> https://localhost:8443/webtools/control/ArtifactInfo?type=entity&uniqueId=SupplierProduct
>>> Seems like the ProductID in the supplierproduct should be the ID used by
>>> the supplier or autocreated.
>>> so why the
>>> supplierProductID
>>>
>>>
>>>
>>>
>>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Supplier product

Scott Gray
The supplierProductId is just the supplier's identifier for the
Product, and is added to the product's description on purchase orders
so that the supplier knows which of their products we're wanting.  The
field is mentioned in updateSupplierProduct, it's just not a required
field for updating.

Regards
Scott

2008/8/25 BJ Freeman <[hidden email]>:

> Ok but my question is
> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=SupplierProduct&find=true&VIEW_SIZE=50&VIEW_INDEX=0
> the suppplierProductID pionts to what
> example GZ-1000-0
> the only mention of suppplierProductID is in the createSupplierProduct
> service, but not mentioned in updateSupplierProduct
> it is displayed in OrderEntryForms.xml
> have I missed something?
>
>
>
>
> Scott Gray sent the following on 8/24/2008 10:30 PM:
>> SupplierProduct is just used to record the suppliers of a particular
>> Product, they are not two separate ways of dealing with products.
>>
>> Regards
>> Scott
>>
>> 2008/8/25 BJ Freeman <[hidden email]>:
>>> of course if someone wants to put comments in the entity that would be
>>> appreciated also
>>>
>>> BJ Freeman sent the following on 8/24/2008 3:13 PM:
>>>> little confused here
>>>> is
>>>> https://localhost:8443/catalog/control/EditProductContent?productId=dropShip2
>>>> a product in the store or a product assigned to a supplier, but not the
>>>> product in the catalog.
>>>> I am trying to call
>>>> https://localhost:8443/webtools/control/ArtifactInfo?type=service&uniqueId=createSupplierProduct
>>>>
>>>> createSupplierProduct has the ProductID and the SupplierProductID
>>>>
>>>> so this looks like it is linking a Product that may be in the Catalog to
>>>>  a Supplier product.
>>>>
>>>> What I want to do is import a lot of supplier products and create a
>>>> supplier Product that is not connected yet to the product that may be in
>>>> a catalog.
>>>>
>>>> https://localhost:8443/webtools/control/ArtifactInfo?type=entity&uniqueId=SupplierProduct
>>>> Seems like the ProductID in the supplierproduct should be the ID used by
>>>> the supplier or autocreated.
>>>> so why the
>>>> supplierProductID
>>>>
>>>>
>>>>
>>>>
>>>
>>
>>
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Supplier product

BJ Freeman
Ok thanks.
need to find a way to import supplier inventory with descriptions
images, but not have them associated with a particular product.
then a page will be used to make a product from the supplier data.
was hoping to have the supplierProductId point to a product entity not
associated with products in the ProductStore or catalogs. but products
the supplier has and is in their facility.

sort of like shopping at the suppliers warehouse in ofbiz and adding
products to the catalog from it.


looks like it will be a special implementations.

Scott Gray sent the following on 8/25/2008 1:07 PM:

> The supplierProductId is just the supplier's identifier for the
> Product, and is added to the product's description on purchase orders
> so that the supplier knows which of their products we're wanting.  The
> field is mentioned in updateSupplierProduct, it's just not a required
> field for updating.
>
> Regards
> Scott
>
> 2008/8/25 BJ Freeman <[hidden email]>:
>> Ok but my question is
>> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=SupplierProduct&find=true&VIEW_SIZE=50&VIEW_INDEX=0
>> the suppplierProductID pionts to what
>> example GZ-1000-0
>> the only mention of suppplierProductID is in the createSupplierProduct
>> service, but not mentioned in updateSupplierProduct
>> it is displayed in OrderEntryForms.xml
>> have I missed something?
>>
>>
>>
>>
>> Scott Gray sent the following on 8/24/2008 10:30 PM:
>>> SupplierProduct is just used to record the suppliers of a particular
>>> Product, they are not two separate ways of dealing with products.
>>>
>>> Regards
>>> Scott
>>>
>>> 2008/8/25 BJ Freeman <[hidden email]>:
>>>> of course if someone wants to put comments in the entity that would be
>>>> appreciated also
>>>>
>>>> BJ Freeman sent the following on 8/24/2008 3:13 PM:
>>>>> little confused here
>>>>> is
>>>>> https://localhost:8443/catalog/control/EditProductContent?productId=dropShip2
>>>>> a product in the store or a product assigned to a supplier, but not the
>>>>> product in the catalog.
>>>>> I am trying to call
>>>>> https://localhost:8443/webtools/control/ArtifactInfo?type=service&uniqueId=createSupplierProduct
>>>>>
>>>>> createSupplierProduct has the ProductID and the SupplierProductID
>>>>>
>>>>> so this looks like it is linking a Product that may be in the Catalog to
>>>>>  a Supplier product.
>>>>>
>>>>> What I want to do is import a lot of supplier products and create a
>>>>> supplier Product that is not connected yet to the product that may be in
>>>>> a catalog.
>>>>>
>>>>> https://localhost:8443/webtools/control/ArtifactInfo?type=entity&uniqueId=SupplierProduct
>>>>> Seems like the ProductID in the supplierproduct should be the ID used by
>>>>> the supplier or autocreated.
>>>>> so why the
>>>>> supplierProductID
>>>>>
>>>>>
>>>>>
>>>>>
>>>
>>>
>>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Supplier product

BJ Freeman
Light bulb.
will create a catalog for the supplier with his products.


BJ Freeman sent the following on 8/25/2008 2:38 PM:

> Ok thanks.
> need to find a way to import supplier inventory with descriptions
> images, but not have them associated with a particular product.
> then a page will be used to make a product from the supplier data.
> was hoping to have the supplierProductId point to a product entity not
> associated with products in the ProductStore or catalogs. but products
> the supplier has and is in their facility.
>
> sort of like shopping at the suppliers warehouse in ofbiz and adding
> products to the catalog from it.
>
>
> looks like it will be a special implementations.
>
> Scott Gray sent the following on 8/25/2008 1:07 PM:
>> The supplierProductId is just the supplier's identifier for the
>> Product, and is added to the product's description on purchase orders
>> so that the supplier knows which of their products we're wanting.  The
>> field is mentioned in updateSupplierProduct, it's just not a required
>> field for updating.
>>
>> Regards
>> Scott
>>
>> 2008/8/25 BJ Freeman <[hidden email]>:
>>> Ok but my question is
>>> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=SupplierProduct&find=true&VIEW_SIZE=50&VIEW_INDEX=0
>>> the suppplierProductID pionts to what
>>> example GZ-1000-0
>>> the only mention of suppplierProductID is in the createSupplierProduct
>>> service, but not mentioned in updateSupplierProduct
>>> it is displayed in OrderEntryForms.xml
>>> have I missed something?
>>>
>>>
>>>
>>>
>>> Scott Gray sent the following on 8/24/2008 10:30 PM:
>>>> SupplierProduct is just used to record the suppliers of a particular
>>>> Product, they are not two separate ways of dealing with products.
>>>>
>>>> Regards
>>>> Scott
>>>>
>>>> 2008/8/25 BJ Freeman <[hidden email]>:
>>>>> of course if someone wants to put comments in the entity that would be
>>>>> appreciated also
>>>>>
>>>>> BJ Freeman sent the following on 8/24/2008 3:13 PM:
>>>>>> little confused here
>>>>>> is
>>>>>> https://localhost:8443/catalog/control/EditProductContent?productId=dropShip2
>>>>>> a product in the store or a product assigned to a supplier, but not the
>>>>>> product in the catalog.
>>>>>> I am trying to call
>>>>>> https://localhost:8443/webtools/control/ArtifactInfo?type=service&uniqueId=createSupplierProduct
>>>>>>
>>>>>> createSupplierProduct has the ProductID and the SupplierProductID
>>>>>>
>>>>>> so this looks like it is linking a Product that may be in the Catalog to
>>>>>>  a Supplier product.
>>>>>>
>>>>>> What I want to do is import a lot of supplier products and create a
>>>>>> supplier Product that is not connected yet to the product that may be in
>>>>>> a catalog.
>>>>>>
>>>>>> https://localhost:8443/webtools/control/ArtifactInfo?type=entity&uniqueId=SupplierProduct
>>>>>> Seems like the ProductID in the supplierproduct should be the ID used by
>>>>>> the supplier or autocreated.
>>>>>> so why the
>>>>>> supplierProductID
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>
>>
>>
>
>
>
>