Wednesday 26 May 2021

Add Lookup on Form for Customer's Contact Information

 Recently I have a requirement for adding a lookup field for Customer's Contact Information:



  • Add a string field (using EDT "Description") to the table.
  • Once the field is added in the table, bring the field to your required form.
  • Now expand the form field which we have added in the previous step, expand the "Events", now copy the OnLookup Event.
  • Now create a new class and paste the event into a new method of this class, then modify the code as below:




  • This is how the lookup appeared:



Insert/Update or remove the default dimension value in D365 FSCM via x++

Use below method to insert/update the dimension values, just pass the parameter values to the method and it will return the updated value: p...