Client : Wave 2 release for 2019 enabled
Version : 9.1.0000.9433
***********************************************
When I customize the Quick Create form of this entity I never see these customizations in the dialog when I close a opportunity.
I tried it in the classic forms, I tried it in unified interface form.
I think these customizations on the opportunity close form are only visible in UI forms.
Is this correct, so in classic forms these customizations never work? :
Please note that this feature is only available for the Unified Interface on Orgs enabled for 2019 Wave 2 Updates.
Anyway, what customizations have I done?
I created a custom field and added this on the Quick Create form.
I added a system field to the Quick Create form.
I added javascripting, even the onload event isn't triggering when I do a F12 and expect the code to get stopped on the debugger.
What is wrong here?
Why none of these customizations are visible in the opportunity close form?
I use MS Edge and I use Chrome browsers.
Extra info:
I have a custom button Close , that calls a custom js with some internal checks in our crm, if everything is found ok, then this function is called in js :
$webresource:Sales/Opportunity/Opportunity_main_system_library.js
Mscrm.OpportunityCommandActions.opportunityClose
Boolean parameter: True
This button only works in classic forms, NOT in UI forms.
So as a test i created a new button without coding, in ribbon workbench I call this custom js scripting:
$webresource:Sales/Opportunity/Opportunity_main_system_library.js
Mscrm.OpportunityCommandActions.opportunityClose
Boolean parameter: True
This works, the opportunity close forms opens, but as said earlier, NEVER with things I customized on the form.