Hi Guys,
Now ofbiz is saving documents in a plain file in the disk I requirement is to store files in the database as a Blob So my question is there any Service or Setting to change the saving pattern Regards Shrilesh K |
Hello Shrilesh,
Please check implementation to store labelImage in *ShipmentPackageRouteSeg*. This field is used to save label image in BLOB byte format. Kind Regards, Ankush Upadhyay Senior Technical Consultant *HotWax Systems* *Enterprise open source experts* cell: +91-8109201285 office: 0731-409-3684 http://www.hotwaxsystems.com On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar < [hidden email]> wrote: > Hi Guys, > > Now ofbiz is saving documents in a plain file in the disk > I requirement is to store files in the database as a Blob > So my question is there any Service or Setting to change the saving pattern > > > Regards > Shrilesh K > |
Hi Ankush Upadhyay,
THANK YOU it was helpful Regards Shrilesh K On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay < [hidden email]> wrote: > Hello Shrilesh, > > Please check implementation to store labelImage in > *ShipmentPackageRouteSeg*. This field is used to save label image in BLOB > byte format. > > Kind Regards, > Ankush Upadhyay > Senior Technical Consultant > > *HotWax Systems* > *Enterprise open source experts* > cell: +91-8109201285 > office: 0731-409-3684 > http://www.hotwaxsystems.com > > > On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar < > [hidden email]> wrote: > > > Hi Guys, > > > > Now ofbiz is saving documents in a plain file in the disk > > I requirement is to store files in the database as a Blob > > So my question is there any Service or Setting to change the saving > pattern > > > > > > Regards > > Shrilesh K > > > |
Hi Guys,
We are working on storing different versions of documents ..Is there anything out of the box that we can use it for storing party content and storing it as a blob Regards Shrilesh K On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar < [hidden email]> wrote: > Hi Ankush Upadhyay, > > THANK YOU it was helpful > > Regards > Shrilesh K > > > On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay < > [hidden email]> wrote: > >> Hello Shrilesh, >> >> Please check implementation to store labelImage in >> *ShipmentPackageRouteSeg*. This field is used to save label image in BLOB >> byte format. >> >> Kind Regards, >> Ankush Upadhyay >> Senior Technical Consultant >> >> *HotWax Systems* >> *Enterprise open source experts* >> cell: +91-8109201285 >> office: 0731-409-3684 >> http://www.hotwaxsystems.com >> >> >> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar < >> [hidden email]> wrote: >> >> > Hi Guys, >> > >> > Now ofbiz is saving documents in a plain file in the disk >> > I requirement is to store files in the database as a Blob >> > So my question is there any Service or Setting to change the saving >> pattern >> > >> > >> > Regards >> > Shrilesh K >> > >> > |
Hello Shrilesh,
You can store blob into dataResourceContent field of OtherDataResource table and store party for particular content/blob into PartyContent table. Please refer 'DataResource', 'OtherDataResource', 'Content' and 'PartyContent' tables. HTH Thanks and Regards -- Akash Jain On Wed, Sep 25, 2019 at 3:02 PM Shrilesh Korgaonkar < [hidden email]> wrote: > Hi Guys, > > We are working on storing different versions of documents > ..Is there anything out of the box that we can use it for storing party > content and storing it as a blob > > Regards > Shrilesh K > > On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar < > [hidden email]> wrote: > > > Hi Ankush Upadhyay, > > > > THANK YOU it was helpful > > > > Regards > > Shrilesh K > > > > > > On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay < > > [hidden email]> wrote: > > > >> Hello Shrilesh, > >> > >> Please check implementation to store labelImage in > >> *ShipmentPackageRouteSeg*. This field is used to save label image in > BLOB > >> byte format. > >> > >> Kind Regards, > >> Ankush Upadhyay > >> Senior Technical Consultant > >> > >> *HotWax Systems* > >> *Enterprise open source experts* > >> cell: +91-8109201285 > >> office: 0731-409-3684 > >> http://www.hotwaxsystems.com > >> > >> > >> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar < > >> [hidden email]> wrote: > >> > >> > Hi Guys, > >> > > >> > Now ofbiz is saving documents in a plain file in the disk > >> > I requirement is to store files in the database as a Blob > >> > So my question is there any Service or Setting to change the saving > >> pattern > >> > > >> > > >> > Regards > >> > Shrilesh K > >> > > >> > > > |
*Hi Guys,*
*Akash Jain ThankYou it was truly helpfulOne final question is there any service to save party contents as a blob* *e.g. Just like uploadPartyContentFile, it saves a file * *but I want for blob or OtherDataResource to save data* *Thanks and Regards* *Shrilesh K* On Wed, Sep 25, 2019 at 6:47 PM Akash Jain <[hidden email]> wrote: > Hello Shrilesh, > > You can store blob into dataResourceContent field of OtherDataResource > table and store party for particular content/blob into PartyContent table. > Please refer 'DataResource', 'OtherDataResource', 'Content' and > 'PartyContent' tables. > > HTH > > Thanks and Regards > -- > Akash Jain > > On Wed, Sep 25, 2019 at 3:02 PM Shrilesh Korgaonkar < > [hidden email]> wrote: > > > Hi Guys, > > > > We are working on storing different versions of documents > > ..Is there anything out of the box that we can use it for storing party > > content and storing it as a blob > > > > Regards > > Shrilesh K > > > > On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar < > > [hidden email]> wrote: > > > > > Hi Ankush Upadhyay, > > > > > > THANK YOU it was helpful > > > > > > Regards > > > Shrilesh K > > > > > > > > > On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay < > > > [hidden email]> wrote: > > > > > >> Hello Shrilesh, > > >> > > >> Please check implementation to store labelImage in > > >> *ShipmentPackageRouteSeg*. This field is used to save label image in > > BLOB > > >> byte format. > > >> > > >> Kind Regards, > > >> Ankush Upadhyay > > >> Senior Technical Consultant > > >> > > >> *HotWax Systems* > > >> *Enterprise open source experts* > > >> cell: +91-8109201285 > > >> office: 0731-409-3684 > > >> http://www.hotwaxsystems.com > > >> > > >> > > >> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar < > > >> [hidden email]> wrote: > > >> > > >> > Hi Guys, > > >> > > > >> > Now ofbiz is saving documents in a plain file in the disk > > >> > I requirement is to store files in the database as a Blob > > >> > So my question is there any Service or Setting to change the saving > > >> pattern > > >> > > > >> > > > >> > Regards > > >> > Shrilesh K > > >> > > > >> > > > > > > |
*Hi Guys,Thank you all, the problem I was facing is solved*
*Thanks and Regards* *Shrilesh K* On Thu, Sep 26, 2019 at 4:21 PM Shrilesh Korgaonkar < [hidden email]> wrote: > > *Hi Guys,* > > > *Akash Jain ThankYou it was truly helpfulOne final question is there any > service to save party contents as a blob* > *e.g. Just like uploadPartyContentFile, it saves a file * > *but I want for blob or OtherDataResource to save data* > > > *Thanks and Regards* > *Shrilesh K* > > On Wed, Sep 25, 2019 at 6:47 PM Akash Jain <[hidden email]> > wrote: > >> Hello Shrilesh, >> >> You can store blob into dataResourceContent field of OtherDataResource >> table and store party for particular content/blob into PartyContent table. >> Please refer 'DataResource', 'OtherDataResource', 'Content' and >> 'PartyContent' tables. >> >> HTH >> >> Thanks and Regards >> -- >> Akash Jain >> >> On Wed, Sep 25, 2019 at 3:02 PM Shrilesh Korgaonkar < >> [hidden email]> wrote: >> >> > Hi Guys, >> > >> > We are working on storing different versions of documents >> > ..Is there anything out of the box that we can use it for storing party >> > content and storing it as a blob >> > >> > Regards >> > Shrilesh K >> > >> > On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar < >> > [hidden email]> wrote: >> > >> > > Hi Ankush Upadhyay, >> > > >> > > THANK YOU it was helpful >> > > >> > > Regards >> > > Shrilesh K >> > > >> > > >> > > On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay < >> > > [hidden email]> wrote: >> > > >> > >> Hello Shrilesh, >> > >> >> > >> Please check implementation to store labelImage in >> > >> *ShipmentPackageRouteSeg*. This field is used to save label image in >> > BLOB >> > >> byte format. >> > >> >> > >> Kind Regards, >> > >> Ankush Upadhyay >> > >> Senior Technical Consultant >> > >> >> > >> *HotWax Systems* >> > >> *Enterprise open source experts* >> > >> cell: +91-8109201285 >> > >> office: 0731-409-3684 >> > >> http://www.hotwaxsystems.com >> > >> >> > >> >> > >> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar < >> > >> [hidden email]> wrote: >> > >> >> > >> > Hi Guys, >> > >> > >> > >> > Now ofbiz is saving documents in a plain file in the disk >> > >> > I requirement is to store files in the database as a Blob >> > >> > So my question is there any Service or Setting to change the saving >> > >> pattern >> > >> > >> > >> > >> > >> > Regards >> > >> > Shrilesh K >> > >> > >> > >> >> > > >> > >> > |
Free forum by Nabble | Edit this page |