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

8 Common Errors in Dual-write

502 Bad Gateway : when the target application is not ready to handle the incoming request  401 Unauthorized / 403 Forbidden: This error occ...