Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Order entity not displaying the Fulfill Order button

Posted on by Microsoft Employee

Hey all,

For some reason, in our live environment of CRM the Fulfill Order button is not showing in the form. In a fresh test installation, it appears the button does exist and shows as expected. I have very limited experience using the Ribbon Workbench, but when I do view that entity within Ribbon Workbench, it does not show any Hide Actions for the Fulfill Order button. I'm not quite sure how to troubleshoot this one. We do integrate with Experlogix for price lists. I'm not sure if this integration reaches into the Order or not but I'd like to at least confirm I have things set up correctly before I reach out to them.

The only customization within the Order that I'm aware of is something I added to hide the Submit Order button until the Order is in our Accounting departments hands (just didn't want sales hitting the button). Here is the Xml. I appreciate any ideas on this one. This is an on-premise 2015 installation. We'll be upgrading to 2016 shortly if that will somehow help the issue.

<RibbonDiffXml>
<CustomActions>
<HideCustomAction HideActionId="pll.Mscrm.Form.salesorder.SubmitOrder.Hide" Location="Mscrm.Form.salesorder.SubmitOrder" />
<CustomAction Id="pll.salesorder.Button1.Button.CustomAction" Location="Mscrm.Form.salesorder.MainTab.Actions.Controls._children" Sequence="3">
<CommandUIDefinition>
<Button Alt="$Resources:Ribbon.Form.salesorder.MainTab.Actions.salesorder.SubmitOrder.ToolTip" Command="Mscrm.Form.salesorder.SubmitOrder" Id="pll.salesorder.Button1.Button" Image32by32="/_imgs/ribbon/SubmitOrder_32.png" Image16by16="/_imgs/ribbon/SubmitOrder_16.png" LabelText="$Resources:Ribbon.Form.salesorder.MainTab.Actions.salesorder.SubmitOrder" Sequence="3" TemplateAlias="o1" ToolTipTitle="$Resources:Mscrm_Form_salesorder_MainTab_Actions_SubmitOrder_ToolTipTitle" ToolTipDescription="$Resources:Mscrm_Form_salesorder_MainTab_Actions_SubmitOrder_ToolTipDescription" />
</CommandUIDefinition>
</CustomAction>
</CustomActions>
<Templates>
<RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates>
</Templates>
<CommandDefinitions>
<CommandDefinition Id="Mscrm.Form.salesorder.SubmitOrder">
<EnableRules>
<EnableRule Id="Mscrm.FormStateExisting" />
<EnableRule Id="Mscrm.SalesorderIsActive" />
<EnableRule Id="Mscrm.NotOffline" />
<EnableRule Id="pll.salesorder.EnableSubmitOrder.EnableRule" />
</EnableRules>
<DisplayRules>
<DisplayRule Id="Mscrm.CanWritePrimary" />
<DisplayRule Id="Mscrm.IsBackOfficeInstalled" />
</DisplayRules>
<Actions>
<JavaScriptFunction FunctionName="processOrder" Library="/_static/sfa/salesorder/salesorder.js" />
</Actions>
</CommandDefinition>
</CommandDefinitions>
<RuleDefinitions>
<TabDisplayRules />
<DisplayRules>
<DisplayRule Id="Mscrm.CanWritePrimary">
<EntityPrivilegeRule PrivilegeType="Write" PrivilegeDepth="Basic" AppliesTo="PrimaryEntity" />
</DisplayRule>
<DisplayRule Id="Mscrm.IsBackOfficeInstalled">
<OrganizationSettingRule Setting="IsSOPIntegrationEnabled" />
</DisplayRule>
</DisplayRules>
<EnableRules>
<EnableRule Id="Mscrm.FormStateExisting">
<FormStateRule State="Existing" />
</EnableRule>
<EnableRule Id="Mscrm.NotOffline">
<CrmOfflineAccessStateRule State="Offline" InvertResult="true" />
</EnableRule>
<EnableRule Id="Mscrm.SalesorderIsActive">
<CustomRule FunctionName="isSalesorderActive" Library="/_static/SFA/salesorder/salesorder.js" />
</EnableRule>
<EnableRule Id="pll.salesorder.EnableSubmitOrder.EnableRule">
<ValueRule Field="new_finalaccountingsignature" Value="true" InvertResult="false" />
</EnableRule>
</EnableRules>
</RuleDefinitions>
<LocLabels />
</RibbonDiffXml>

*This post is locked for comments

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Order entity not displaying the Fulfill Order button

    Hi Kokulan...Thanks for the solution.....

  • Suggested answer
    Kokulan Profile Picture
    Kokulan 18,048 on at
    RE: Order entity not displaying the Fulfill Order button

    Hi

    Use the XrmToolBox - Builk Updater Plugin

    ScreenClip-_5B00_323_5D00_.png

    Run the Following FetchXML to get the record

    <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" >

     <entity name="organization" >

       <attribute name="issopintegrationenabled" />

     </entity>

    </fetch>

    Use the update panel of this tool to update the setting, try this on test/dev first not on Production

    ScreenClip-_5B00_323_5D00_.png

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Order entity not displaying the Fulfill Order button

    Hallo,

    How can this be accessed in dynamics 365 online?

    Regards,

    Patrick

  • a33ik Profile Picture
    a33ik 84,323 Most Valuable Professional on at
    RE: Order entity not displaying the Fulfill Order button

    Hello,

    You should check if "issopintegrationenabled" setting is activated in your environment. Check this article - crmuk.wordpress.com/.../crm-2011-sop-integration-mode

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans