In this video, We talked in detail about ??Data Modeling Approaches ??Types of It: 1️⃣ Database First 2️⃣ Modal First 3️⃣ Code First ??When to Choose which Data Modeling Approaches
In this video, We talked in detail about ??Data Modeling Approaches ??Types of It: 1️⃣ Database First 2️⃣ Modal First 3️⃣ Code First ??When to Choose which Data Modeling Approaches
Just sharing a sample code to retrieve the Audit Detail using RetrieveRecordChangeHistoryRequest. RetrieveRecordChangeHistoryRequest changeRequest = new RetrieveRecordChangeHistoryRequest(); changeRequest.Target = new EntityReference("entitySchemaName", "entityId")); RetrieveRecordChangeHistoryResponse changeResponse = (RetrieveRecordChangeHistoryResponse)_service.Execute(changeRequest); AuditDetailCollection auditDetailCollection = changeResponse.AuditDetailCollection;
In the tutorial you will learn how to build in attribute directives Angular, We will know about different types of Angular directives, how to use them and then we will