I'm struggling trying to pull in the Project ID from a UD field in Quote header to the quotedtl.projectid field for the kit component.
The BPM will pull in the field to all regular parts but not the components.
Any ideas how this would be accomplished?
Here's the BPM I'm using:
---------------------------------------------------------------
for each ttquotedtl, each quotehed where quotehed.Company = ttquotedtl.Company and quotehed.QuoteNum = ttquotedtl.QuoteNum no-lock.
If available quotehed then do:
Assign ttquotedtl.ProjectID = quotehed.ShortChar01.
Assign ttquotedtl.SalesCatID = quotehed.ShortChar02.
end.
end.
------------------------------------
Thanks,
Chris Wineinger
ERP Specialist
Interior Systems Inc.
The BPM will pull in the field to all regular parts but not the components.
Any ideas how this would be accomplished?
Here's the BPM I'm using:
---------------------------------------------------------------
for each ttquotedtl, each quotehed where quotehed.Company = ttquotedtl.Company and quotehed.QuoteNum = ttquotedtl.QuoteNum no-lock.
If available quotehed then do:
Assign ttquotedtl.ProjectID = quotehed.ShortChar01.
Assign ttquotedtl.SalesCatID = quotehed.ShortChar02.
end.
end.
------------------------------------
Thanks,
Chris Wineinger
ERP Specialist
Interior Systems Inc.