Lauren,
Â
In the past, I have added a checkbox in Product Group Maintenance to make it active/inactive. Then using BPM, post processing directive of GetList/GetRows method delete the inactive ttProdGrup table. Then it will not be available for users to select from any form. Also you can add a BPM on Quote, Sales Order, AR Invoice and Job Entry to validate that users doesn't enter the inactive product groups.
Â
Regards,
Arul
________________________________
From: Calvin Dekker <calvind@...>
To: "vantage@yahoogroups.com" <vantage@yahoogroups.com>
Sent: Saturday, 25 May 2013 7:34 AM
Subject: [Vantage] RE: Product Groups
Â
Lauren -
Building on Manasa's suggestion, if you prefix the items with a 'z' you could filter the items displayed in the combo box in a screen customization:
Dim dsTemp As DataSet
dsTemp = cb1.DataSource
dsTemp.Tables(0).Select(dsTemp.Tables(0).Columns(0).ColumnName & " NOT like 'z%'")
cb1.DataSource = dsTemp.Tables(0)
Hope this helps,
Calvin Dekker
[cid:mailto:image001.jpg%4001CE589B.54C0F4F0]<http://www.codabears.com/>
(630) 672-7688 x1484
*Solutions for Epicor users.
"No trees were harmed during the sending of this message, however a large number of electrons were terribly inconvenienced."
From: mailto:vantage%40yahoogroups.com [mailto:mailto:vantage%40yahoogroups.com] On Behalf Of Hellings, Lauren
Sent: Friday, May 24, 2013 3:18 PM
To: mailto:vantage%40yahoogroups.com
Subject: [Vantage] Product Groups
We currently have 93 different product groups in our system and we are looking to consolidate down to a list of roughly 10 records. However, if the product group has been used in the past we are unable to delete these records from the master table which makes sense. Does anyone know of a way that I can eliminate the ones we no longer want from the drop down on the Sales Order Entry Line screen?
Thank you,
Lauren L. Hellings
Business Analyst
Direct: 281-207-4613
Cell: 832-472-1736
Fax: 281-207-0672
email: mailto:Lauren.Hellings%40c-p-i.com<mailto:Lauren.Hellings%40c-p-i.com><mailto:mailto:Lauren.Hellings%40c-p-i.com<mailto:Lauren.Hellings%40c-p-i.com>>
www.c-p-i.com<http://www.c-p-i.com/>
[cid:mailto:image001.jpg%4001CE5891.D62DEFC0<mailto:image001.jpg%4001CE5891.D62DEFC0>]
----------Legal Disclaimer----------
The information contained in this message may be privileged and confidential, and is intended solely for the use of the named addressee. No other person is authorized to access, copy or re-use this message (or any information contained herein). If you are not the intended recipient, please notify us immediately by replying to this message and delete it from your computer.
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Â
In the past, I have added a checkbox in Product Group Maintenance to make it active/inactive. Then using BPM, post processing directive of GetList/GetRows method delete the inactive ttProdGrup table. Then it will not be available for users to select from any form. Also you can add a BPM on Quote, Sales Order, AR Invoice and Job Entry to validate that users doesn't enter the inactive product groups.
Â
Regards,
Arul
________________________________
From: Calvin Dekker <calvind@...>
To: "vantage@yahoogroups.com" <vantage@yahoogroups.com>
Sent: Saturday, 25 May 2013 7:34 AM
Subject: [Vantage] RE: Product Groups
Â
Lauren -
Building on Manasa's suggestion, if you prefix the items with a 'z' you could filter the items displayed in the combo box in a screen customization:
Dim dsTemp As DataSet
dsTemp = cb1.DataSource
dsTemp.Tables(0).Select(dsTemp.Tables(0).Columns(0).ColumnName & " NOT like 'z%'")
cb1.DataSource = dsTemp.Tables(0)
Hope this helps,
Calvin Dekker
[cid:mailto:image001.jpg%4001CE589B.54C0F4F0]<http://www.codabears.com/>
(630) 672-7688 x1484
*Solutions for Epicor users.
"No trees were harmed during the sending of this message, however a large number of electrons were terribly inconvenienced."
From: mailto:vantage%40yahoogroups.com [mailto:mailto:vantage%40yahoogroups.com] On Behalf Of Hellings, Lauren
Sent: Friday, May 24, 2013 3:18 PM
To: mailto:vantage%40yahoogroups.com
Subject: [Vantage] Product Groups
We currently have 93 different product groups in our system and we are looking to consolidate down to a list of roughly 10 records. However, if the product group has been used in the past we are unable to delete these records from the master table which makes sense. Does anyone know of a way that I can eliminate the ones we no longer want from the drop down on the Sales Order Entry Line screen?
Thank you,
Lauren L. Hellings
Business Analyst
Direct: 281-207-4613
Cell: 832-472-1736
Fax: 281-207-0672
email: mailto:Lauren.Hellings%40c-p-i.com<mailto:Lauren.Hellings%40c-p-i.com><mailto:mailto:Lauren.Hellings%40c-p-i.com<mailto:Lauren.Hellings%40c-p-i.com>>
www.c-p-i.com<http://www.c-p-i.com/>
[cid:mailto:image001.jpg%4001CE5891.D62DEFC0<mailto:image001.jpg%4001CE5891.D62DEFC0>]
----------Legal Disclaimer----------
The information contained in this message may be privileged and confidential, and is intended solely for the use of the named addressee. No other person is authorized to access, copy or re-use this message (or any information contained herein). If you are not the intended recipient, please notify us immediately by replying to this message and delete it from your computer.
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]