Entertainment

  • The post discusses how to restore deleted records in Dynamics 365 using C#, highlighting the process of retrieving deleted records from a special “bin” datasource via FetchXML or QueryExpression. It also explains how to restore records and check if the recycle bin is enabled for specific tables, while cautioning about alternate keys not being supported.

    Read more

  • Data masking in Dynamics 365 is vital for protecting sensitive customer information, such as credit card numbers and social security numbers. This technique replaces confidential data with masked characters, permitting access only to authorized users. The post explains how to create, manage, and assign masking rules to ensure data security and compliance effectively.

    Read more

  • The content explains how to use the Upsert operation in Dynamics 365 to efficiently manage data integration without manually checking if records exist. Upsert simplifies processes by automatically updating existing records or creating new ones. It supports bulk operations, alternate keys, and offers examples in C# and JavaScript for implementation.

    Read more