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,
The purpose of this blog is for knowledge sharing and connect the relevant audience who are all into Microsoft Dynamics world.
Alfasith AX
Friday, June 5, 2015
Tuesday, April 28, 2015
Management Reporter versions and hotfix values with link to download
Hi,
Management Reporter 2.0
SP 1 | FP 1 | SP 2 | SP 2 Update |
2.0.1663.3 | 2.0.1664.19 | 2.0.1700.31 | 2.0.1700.66 |
Management Reporter 2012
RTM
|
RU1
|
RU2
|
RU3
|
RU4
|
RU5*
|
2.1.1026.37
|
2.1.1028.0
|
CU7 | CU8 | CU9 | CU10 | CU11 CU12 |
2.1.7044.43 | 2.1.8001.0 | 2.1.9001.11 | 2.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,
Subscribe to:
Posts (Atom)
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...
-
Hi, AccountingDistribution ( accounting distribution 7452 ) AccountingDistributionEventTmp ( accounting distribution 100001 ) Accountin...
-
Hi, Create a EDT name it Gender then in properties enumType : //select the enum name Use the below code and enjoy. static v...