Adding a value to a CRM Picklist
document.getElementById('fieldname').AddOption('Test', 3);
Deleting a value from a CRM Picklist
document.getElementById('fieldname').DeleteOption(2);
This blog describes mostly about the work (CRM 365, CRM 2016, CRM 2015, CRM2011, CRM 4.0, CRM 3.0, C#,Javascript and SQL Server) i do.
There are occasions where we need to retrieve working days and working times of a resource in Dynamics grammatically. This is quite possible...