Convert contract class object to Json format through x++ in D365 F&O.

 Hi Viewers,

We can convert Convert contract class object to Json format through x++ in D365 F&O.

By using JsonSerializerExtension class.

Ex:  Str jsonString =         JsonSerializerExtension::serializeClass(requestContract);



Comments

Popular posts from this blog

In ax D365F&O post packing slip from shipment through code x++.

Multi select lookup in UI Builder class in D365F&O through x++ code.

Cancel Post packing slip from all Shipments in D365 F&O through X++