Options

Temporary Table Use

patelashlesh83patelashlesh83 Member Posts: 54
edited 2011-08-31 in Dynamics AX
Hi,

I am developing my own addon in AX 2009. In this i need to insert/retrieve records in/from SalesQuotaitonTable and SalesTable tables. To insert records in both tables the logic is same, but they both are two different entities in AX 2009 i need to create two separate methods. e.g. createSalesQuotationRecord() and createSalesRecord() same as for modify modifySalesQuotationRecord() and modifySalesRecrod().

Is there any possibility to crate a temporary table which is the combinations of these two tables(salesQuotaitonTable and salesTable) and then i need to only access the single(common) temporary table to accomplish my tasks as mentioned in above para.

Many thanks in advance.

Comments

  • Options
    DubbleEagleDubbleEagle Member Posts: 3
    I guess you can create a map to combine the logic which aplies to the same fields ?
Sign In or Register to comment.