Posts

Add Dynamics FLY Button on Form in MS CRM

Image
1.        Open ribbon work bench tool with entity 2.        Drag the FLYOUT button from tool box to the form. 3.        Enter Title, Label and Required Information   4.    Add the Two Commands Add Custom JavaScript Action Include Library and Function Name to the both Commands 6.        Add Crm Parameter: Command Properties to Action. 7.        Add both the commands to FLYOUT button 8.        JavaScript on prepopulate menu button click printFlyOutMenuButton_onClick: function (cmdProperties) { a.   var command = "new.new_lead.printFlyoutbutton.Command" ; (---copy the command from the ribbon workbench) b.   cmdProperties.PopulationXML = '<Menu Id=" new.new_lead.print_btn">' +             ...