Wednesday, May 12, 2021

To ignore Special character("$Id"="1") on JSON serialize using data contract in D365FO

Decorate contract class with this attribute. 

[Newtonsoft.Json.JsonObjectAttribute(IsReference = false)]

No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...