Hi,
can anyone advice or help me to customize CRM 4.0 plugin code where using Product class, to CRM 2013.
There is not product class (crm service) in CRM 2013 and I don't know how to customize below Code to CRm 2013 plugin
here i attached snip of CRm 4.0 plugin code
try {
Log("Neue Vorlage!");
Entity vorlage = (Entity)context.PostEntityImages["Vorlage"];
//Entity product = new Entity[4];
product[] produkte = new product[4];