Tuesday, August 29, 2023

Model

 Model: 

  1. model is a set of elements. 
  2. Models are working based on a single layer. 
  3. We can create multiple models on a single layer.  
  4. We are doing customization on the models. So, our customizations are stored on the model store. 
  5. We shouldn’t use a single element in multiple models and that models are in a single layer. 
  6. It will create an ID conflict issue. 

 

Model Store: 

  1. Models are stored in the model store.  
  2. The model store is a database in which all application elements for Microsoft Dynamics AX are stored.  
  3. Customizations are also stored in the model store.  






No comments:

Post a Comment

My Requirement is Delete option in Vendor Master for all roles except System Administrator

   [FormControlEventHandler(formControlStr(VendParameters, VendParameters_YNV_VendorMasterDeletionOption), FormControlEventType::Modified)] ...