Alfasith AX

Alfasith AX
اللَّهُمَّ انْفَعْنِي بِمَا عَلَّمْتَنِي، وَعَلِّمْنِي مَا يَنْفَعُنِي، وَزِدْنِي عِلْمًا

Friday, June 5, 2015

How to pass one contract parameters in to another contract class in AX

Hi,

1. Create the contract as normal you designed with reference to your param list.
2. Add below method.

[
DataMemberAttribute
]
public InventDimViewContract parmNestedContract(InventDimViewContract _nestedContract = InventDimViewContract)
{
    InventDimViewContract = _nestedContract;
    return InventDimViewContract;
}

Here this methods inherits the another contract class called InventDimContract.

3. Dont forgot to declare in class declaration method as

InventDimViewContract              InventDimViewContract ;

Thanks,

Tuesday, April 28, 2015

Management Reporter versions and hotfix values with link to download

Hi,

Management Reporter 2.0

SP 1FP 1SP 2SP 2 Update
2.0.1663.32.0.1664.192.0.1700.312.0.1700.66

Management Reporter 2012

RTM
RU1
RU2
RU3
RU4
RU5*
2.1.1026.37
2.1.1028.0

CU7CU8CU9CU10CU11                       CU12
2.1.7044.432.1.8001.02.1.9001.112.1.10001.112 2.1.11001.1        2.1.12000.26
 
* This build number for RU 5 includes a hot fix. From what I have found, the original RU 5 was build number was 2.1.1037.12
Downloads for Management Reporter 2012 can be found here on CustomerSource (for partner).

Ref : http://victoriayudin.com/2011/07/04/management-reporter-versions/

Regards,

SQL code to upate one Legal entity banner to all the legal entity in D365

 Hi, update companyimage set  companyimage.Image  = companyimageA.Image  from  ( select Image from companyimage where dataAreaid = 'USF...