where the method of inserting the data into InventTrans is located - Axapta
This is a discussion on where the method of inserting the data into InventTrans is located - Axapta ; dear all,
I want to know where exactly the (method or class or ...) which resposible
of inserting a records into the inventTrans table directly after the saving
action..Example:
1. when i create a line inside the purchase form.
2. ...
-
where the method of inserting the data into InventTrans is located
dear all,
I want to know where exactly the (method or class or ...) which resposible
of inserting a records into the inventTrans table directly after the saving
action..Example:
1. when i create a line inside the purchase form.
2. and just save the transaction.
3. Go to the inventTrans table.
4. Data of the created record will be found in the table.
5. ?? where is the method or the class which do this action...
The purpose:
I added a new field into the InventTrans table and i want to be filled with
every transaction i make such (sales order, purchase order, transfer
order,etc)..
Please help me....
Regards.
Hamza.
-
RE: where the method of inserting the data into InventTrans is located
Hi Hamza,
You may want to have a look at class InventMovement, methods
initInventTransFinancial, initInventTransFromBuffer,
initInventTransPhysical...
Thanks,
Mihaela
"Hamza" wrote:
> dear all,
> I want to know where exactly the (method or class or ...) which resposible
> of inserting a records into the inventTrans table directly after the saving
> action..Example:
> 1. when i create a line inside the purchase form.
> 2. and just save the transaction.
> 3. Go to the inventTrans table.
> 4. Data of the created record will be found in the table.
> 5. ?? where is the method or the class which do this action...
> The purpose:
> I added a new field into the InventTrans table and i want to be filled with
> every transaction i make such (sales order, purchase order, transfer
> order,etc)..
> Please help me....
> Regards.
> Hamza.
>
-
RE: where the method of inserting the data into InventTrans is loc
Hi mihaela,
Thanks for your reply.I checked the (InventMovement) class with it's methods
as you told me...But i did not found what i want. Again i just want to fill
new field in the inventTrans as the original (Qty) field...So what i want
exactly where the (Qty) field in the inventTrans table is filled with each
transaction...Please help me...
Regards.
Hamza.
"mihaela" wrote:
> Hi Hamza,
>
> You may want to have a look at class InventMovement, methods
> initInventTransFinancial, initInventTransFromBuffer,
> initInventTransPhysical...
>
> Thanks,
> Mihaela
>
> "Hamza" wrote:
>
> > dear all,
> > I want to know where exactly the (method or class or ...) which resposible
> > of inserting a records into the inventTrans table directly after the saving
> > action..Example:
> > 1. when i create a line inside the purchase form.
> > 2. and just save the transaction.
> > 3. Go to the inventTrans table.
> > 4. Data of the created record will be found in the table.
> > 5. ?? where is the method or the class which do this action...
> > The purpose:
> > I added a new field into the InventTrans table and i want to be filled with
> > every transaction i make such (sales order, purchase order, transfer
> > order,etc)..
> > Please help me....
> > Regards.
> > Hamza.
> >