Invoice and PackingSlipId - Axapta
This is a discussion on Invoice and PackingSlipId - Axapta ; Hi, is there a way when i want to register my invoice, in the invoicing
form. To show the PackingSlipId numbers? So in the moment i'm invoicing i
know from which packingslipid i'm doing the registry....
-
Invoice and PackingSlipId
Hi, is there a way when i want to register my invoice, in the invoicing
form. To show the PackingSlipId numbers? So in the moment i'm invoicing i
know from which packingslipid i'm doing the registry.
-
Re: Invoice and PackingSlipId
Hi!
Create a display method which shows the ids. From custPackingSlipJour table,
while-select all lines for which purchase order number is the same as urs on
the form, and put the packing slip ids to a string, and return the string by
the display method. Put this method on ur form as a field and u will see the
ids there.
Regards,
Peter
"ggg" <ggg@ggg.com.pe> wrote in message
news:OX5OiJ6AJHA.1628@TK2MSFTNGP02.phx.gbl...
> Hi, is there a way when i want to register my invoice, in the invoicing
> form. To show the PackingSlipId numbers? So in the moment i'm invoicing i
> know from which packingslipid i'm doing the registry.
>