Copy Note - Axapta
This is a discussion on Copy Note - Axapta ; I created a class to copy item parameters and i used brf2buf and .insert()
but now i wanted to copy a customer note to a sales order and i was wondering
what information HAS to be copied over to the ...
-
Copy Note
I created a class to copy item parameters and i used brf2buf and .insert()
but now i wanted to copy a customer note to a sales order and i was wondering
what information HAS to be copied over to the new field. My understanding is
that i have to use the docuref table and create a new record in this table if
the customer has a note. But what information has to be copied in order for
the note to show
Thank you
--
Pentru Noi Doar UTA Conteaza!
FORZA UTA!
And a very very distant second is a Ferrari!
http://www.plescuta.com/?q=node/1
-
RE: Copy Note
I think inserting a record into DocuRef table should be enough, considering
you want to reference the same note (DocuValue table record).
The only think you would need to change is the Reference RecId value - it
should point to the RecId of the new Customer record.
--
Kashperuk Ivan (Vanya), SDET, Inventory management, Microsoft Dynamics AX
My blog - http://kashperuk.blogspot.com
Download MorphX IT in Russian - http://www.lulu.com/content/723888
"Al" wrote:
> I created a class to copy item parameters and i used brf2buf and .insert()
> but now i wanted to copy a customer note to a sales order and i was wondering
> what information HAS to be copied over to the new field. My understanding is
> that i have to use the docuref table and create a new record in this table if
> the customer has a note. But what information has to be copied in order for
> the note to show
>
> Thank you
> --
> Pentru Noi Doar UTA Conteaza!
> FORZA UTA!
> And a very very distant second is a Ferrari!
> http://www.plescuta.com/?q=node/1
-
RE: Copy Note
Thank you so very much 
--
Pentru Noi Doar UTA Conteaza!
FORZA UTA!
And a very very distant second is a Ferrari!
http://www.plescuta.com/?q=node/1
"Kashperuk Ivan (Vanya)" wrote:
> I think inserting a record into DocuRef table should be enough, considering
> you want to reference the same note (DocuValue table record).
>
> The only think you would need to change is the Reference RecId value - it
> should point to the RecId of the new Customer record.
>
> --
> Kashperuk Ivan (Vanya), SDET, Inventory management, Microsoft Dynamics AX
> My blog - http://kashperuk.blogspot.com
> Download MorphX IT in Russian - http://www.lulu.com/content/723888
>
>
> "Al" wrote:
>
> > I created a class to copy item parameters and i used brf2buf and .insert()
> > but now i wanted to copy a customer note to a sales order and i was wondering
> > what information HAS to be copied over to the new field. My understanding is
> > that i have to use the docuref table and create a new record in this table if
> > the customer has a note. But what information has to be copied in order for
> > the note to show
> >
> > Thank you
> > --
> > Pentru Noi Doar UTA Conteaza!
> > FORZA UTA!
> > And a very very distant second is a Ferrari!
> > http://www.plescuta.com/?q=node/1