The ARInvoice.Update isn't there GetByID is but I get an AppServer error even if I just put a warning msg against it, there is InvcGrp.GetInvcGrp but that doesn't use ttInvcHead. There is also CustShip.PostUpdate which I will have a look at
--- In vantage@yahoogroups.com, "Vic Drecchio" <vic.drecchio@...> wrote:
>
> Did you run a Trace to make sure you're using the right method?
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
> adrian.lauchlan
> Sent: Monday, February 25, 2013 2:00 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] BPM to copy Character fields from Order to AR Invoice
>
>
>
>
>
> I am struggling to copy Character08 field in OrderHed to Character08 in
> InvcHead. I have put the following BPM in ARInvoice.Update but when
> processing an Invoice Group it isn't processing it. I am creating an AR
> Group and then getting the shipment then posting it. I can't seem to find
> the right Method Directive to put it into
>
> find first ttInvcHead where ttInvcHead.Company = CUR-COMP and
> ttInvcHead.RowMod <> "" and ttInvcHead.RowMod <> "D" no-lock no-error.
>
> if available ttInvcHead then
> do:
> find first orderhed where ttInvcHead.OrderNum = OrderHed.OrderNum no-lock
> no-error.
> ttInvcHead.Character08 = OrderHed.Character08.
>
> end.
>
>
>
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2012.0.2238 / Virus Database: 2641/5630 - Release Date: 02/25/13
>
>
>
>
> -----
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2012.0.2238 / Virus Database: 2641/5630 - Release Date: 02/25/13
>
> [Non-text portions of this message have been removed]
>