Quote cost Blank Title 124461

Greg thanks for the example.  I think I can use the same concept for what I am trying to do.

 

Steve

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Greg Payne
Sent: Tuesday, September 10, 2013 11:20 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Quote cost

 

 

If you are referring to the Unit cost on material, then I have this abl code in a Data Directive that does that.

 

Greg

 

The condition is

the QuoteMtl.RowMod field of the changed row is equal to the 'A' expression

 

The action is abl code.

/* SET Cost from Part Cost*/

 

 

For each ttQuoteMtl FIELDS(Company PartNum EstUnitCost) where ttQuotemtl.EstUnitCost = 0 no-lock,

                                each PartCost FIELDS(Company PartNum StdMaterialCost) where

                                                                                PartCost.Company = ttQuoteMtl.Company and

                                                                                PartCost.Partnum = ttQuoteMtl.Partnum no-lock.

 

                                                                                                                                                               

                                                                                Assign ttQuoteMtl.EstUnitCost = PartCost.StdMaterialCost.

                                                               

 

End.

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Steve
Sent: Tuesday, September 10, 2013 1:58 PM
To: 'Vantage'
Subject: [Vantage] Quote cost

 

 

Has anyone automatically populated the unit price in the quote module with cost that is setup in the part master or something similar?

 

Thanks

 

Steve

 


CONFIDENTIALITY NOTICE

The information contained in this communication, including attachments, is privileged and confidential. It is intended only for the exclusive use of the addressee. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at 727-578-6280 and immediately delete the communication.

"This (document/presentation) may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10. Export of this material is restricted by the Arms Export Control Act (22 U.S.C. 2751 et seq.) and may not be exported to foreign persons without prior approval form the U.S. Department of State."

Has anyone automatically populated the unit price in the quote module with cost that is setup in the part master or something similar?

 

Thanks

 

Steve

If you are referring to the Unit cost on material, then I have this abl code in a Data Directive that does that.

 

Greg

 

The condition is

the QuoteMtl.RowMod field of the changed row is equal to the 'A' expression

 

The action is abl code.

/* SET Cost from Part Cost*/

 

 

For each ttQuoteMtl FIELDS(Company PartNum EstUnitCost) where ttQuotemtl.EstUnitCost = 0 no-lock,

                                each PartCost FIELDS(Company PartNum StdMaterialCost) where

                                                                                PartCost.Company = ttQuoteMtl.Company and

                                                                                PartCost.Partnum = ttQuoteMtl.Partnum no-lock.

 

                                                                                                                                                               

                                                                                Assign ttQuoteMtl.EstUnitCost = PartCost.StdMaterialCost.

                                                               

 

End.

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Steve
Sent: Tuesday, September 10, 2013 1:58 PM
To: 'Vantage'
Subject: [Vantage] Quote cost

 

 

Has anyone automatically populated the unit price in the quote module with cost that is setup in the part master or something similar?

 

Thanks

 

Steve



CONFIDENTIALITY NOTICE

The information contained in this communication, including attachments, is privileged and confidential. It is intended only for the exclusive use of the addressee. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at 727-578-6280 and immediately delete the communication.

"This (document/presentation) may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10. Export of this material is restricted by the Arms Export Control Act (22 U.S.C. 2751 et seq.) and may not be exported to foreign persons without prior approval form the U.S. Department of State."