static void LeapYEar(Args _args)
{
If(2015 MOD 4 == 0)
{
info('then leap year');
}
else
{
info('not a leap year');
}
}
Postman is useful to test the behavior of different OData class from/to D365FO. In this post we will see the steps to setup Postman with D...
No comments:
Post a Comment