QuoteHed UD update QuoteDtl.projectid on change

Hi has anyone attempted to use BPM to get QuoteHed UD field to update QuoteDtl.ProjectId on change?

Attempts have been made to use Methods and Data directives however no luck.

[Erp.BO.Quote.GetNewQuoteDtl]
[Erp.BO.Quote.Update]

Pre- & Post- processing have been attempted with set field action.

"set the [ds.QuoteDtl.ProjectID] field of [the changed row] to the [dsQuoteHedRow.UDField<System.String>(“SFDC_OpportunityID_c”)]expression

Something like this


Db.QuoteHed.Where(x => x.Company == Session.CompanyID && x.QuoteNum == quoteNum).Select(x => x.ECCComment).FirstOrDefault()

I also did this on

image

Your UD Columns will be available here so your UDField<BlahBlah> isn’t needed.