Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 73760

Delete CrossCompany

$
0
0

Im trying to add a delete method to the inventTable that will run when a Company Specific Product is Deleted. It will check to see if that Product Exist in any other Company and if it does just delete it come the Company Specific table, if it does not delete it from the Global which is the EcoResProduct Table.

Im having a issue with Syntax

 

 

 

if (this.ItemId)

{

 

 

 

    While select crossCompany InventTable where this.ItemId && this.dataAreaId == curext()

     {

 

 

 

     if(?)

        {        

            ??

        }

 

 

 

delete_from

EcoResProduct

 

 

 

where

EcoResProduct.Recid == this.Product;


Viewing all articles
Browse latest Browse all 73760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>