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)
Get a table ID in SQL - D365
Hi select ID from SysTableIdView where SysTableIdView .Name = 'CustTable' Regards,
-
Hi, AccountingDistribution ( accounting distribution 7452 ) AccountingDistributionEventTmp ( accounting distribution 100001 ) Accountin...
-
//< What is GUID> // GUID 16 bit large range of alphanumeric similar to RecID to treat as primary key of a table. static void CreateG...