Tuesday, 13 September 2016

For updating at once all record set

      update_recordSet proposal1
    setting borrowertype = BorrowerType::Sub
    where proposal1.CustAccount == "I02045"
        || proposal1.CustAccount == "I03971"
        || proposal1.CustAccount == "M06360"
        ||  proposal1.CustAccount == "N00636"; 

No comments:

Post a Comment

POSTMAN D365

  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...