Hello Everyone,
I recently get my access to an online environment for the CRM, previously working on the OnPremise 2015 version.
I was really excited to test my solutions on the Online version so i simply exported my solutions from the OnPremise 2015 version and imported it (in the correct order) on my Online organization.
So far no problem, until i tried to do the complete process with the opportunities. (Just to precise, everything is working perfectly fine on my OnPremise organization of course ...)
The buttons "Close as won" and "Close as Lost" are not "responding". When clicking on it, nothing happen at all.
Of course I've check with some developer tools, and nothing happen in the Network requests, no error messages in the Console. I've double checked the Ribbon data with the RibbonWorkbench and everything is set by default for these 2 buttons as it's a standard functionality. The default JS files are fine, the aspx page which is the Dialog box to close the opportunity is existing, in the source code i correctly have the buttons mapped with their command like :
<span tabindex="-1" class="ms-crm-CommandBar-Menu" style='max-width:150px' command='opportunity|NoRelationship|Form|Mscrm.Form.opportunity.MarkAsLost'> Close as Lost </span>
for example and all others buttons are working fine.
The only point i was able to spot is that it's occurring as soon as I import my Entities solution but i have no idea for now how to spot the blocking component or thing ...
Does anyone have an ideas here ?
Thanks a lot,
Clément