Growth - Customizations Guide

Prev Next

Overview

The TechnoMile Growth Suite is built natively on the Microsoft Dynamics 365 platform, transforming the most advanced CRM into a Growth ready platform. The suite enables you to customize and manage a Solution including its Tables, Forms, Fields, etc. providing flexibility, management capability, and configurability to its users.

This document explains step-by-step how you can customize TechnoMile Growth Suite on the Microsoft Dynamics 365 platform, along with creating your own Solution.

Audience

  • Microsoft Dynamics Administrators

  • IT Support

Prerequisites

Please contact TechnoMile Support or email support@technomile.com for the following information prior to starting your configuration:

  • MS Dynamics 365 CE License package

Create a Solution in Power Apps

  1. Login to your Microsoft Dynamics instance

  2. Open App Launcher and click Power Apps.
    Alternatively, you can also open make.powerapps.com URL in a new tab to create a Solution.

    blobid0.png

  3. Click Environment and select an Environment that you wish to customize/configure.  blobid0.png

  4. Go to Solutions and click New solution.  blobid1.png

  5. Enter mandatory* field details such as Display name, Name, Version, etc.

    NOTE

    Once data is entered in the Display name field, the Name field value is auto-populated however, it can be edited.

    blobid2.png

  6. To add a Publisher, perform the following steps.

    1. Click the drop-down arrow in the Publisher field and select Publisher.

      NOTE

      You can also create a new by Publisher clicking the plus icon

      blobid3.pngA new window opens.

    2. Enter mandatory* field details such as Display Name, Name, Prefix, etc. and click Save and Close.
      Note that once data is entered in the Display Name field, the Name field value is auto-populated however, it can be edited. blobid4.png

    3. The Currently creating a new publisher message displays, click Doneblobid5.png

    4. Select the newly created Publisher in the Publisher field and click Create.  blobid6.pngSolution is created.

Add a New Table/Entity to Solution

  1. Click the newly created Solution Display.

    blobid7.png

  2. Click New and select Tableblobid8.png

    NOTE

    A Table in Power Platform is same as an Entity in earlier versions.

  3. Enter mandatory* field details such as Display name and click Create.

    NOTE

    Once data is entered in the Display name field, the Plural display name and Name field values are auto-populated however, these can be edited.

    blobid9.pngTable/Entity is added to Solution.

    Add an Auto-generated Field in Table

  4. Click the newly added Table/Entity Display nameblobid10.png

  5. Click Name.

    NOTE

    You can select any Display name field to edit its details.

    blobid0.png

  6. Select Data type such as Autonumber, Required as Optional, and Autonumber type as String prefixed number.

  7. Enter Prefix and click Doneblobid2.pngName field is auto-generated.

  8. Click Save Table. blobid3.png

    Add a Field/Column to Table Entity

  9. Click Add columnblobid4.png

  10. Enter mandatory* field details such as Display name as Account.

    NOTE

    Once data is entered in the Display name field, the Name field value is auto-populated however, it can be edited.

    blobid5.png

  11. Select Data type as Lookup, Related table as Account, and Required as Optionalblobid6.png

    NOTE

    The drop-down list in the Data type field gives you a number of options to choose from such as Text, Autonumber, Lookup, etc.

    blobid0.png

  12. Select the Searchable checkbox and click Doneblobid7.png

    IMPORTANT

    Ensure that you enable the Searchable checkbox as it will allow you to view this data/record in search results.

  13. Click Save Table.
    blobid9.png

    Field/Column is added to Table/Entity.

    Viewing Relationships

  14. Go to the Relationships tabblobid10.png

    NOTE

    Whenever you define a Lookup relationship in a Table/Entity, a Many-to-one Relationship Type is automatically created on the Relationships tab, as highlighted in the image below.

    blobid11.png

Add Table Column Views

  1. Go to the Views tab and click Add view. blobid12.pngCreate a view page opens.

  2. Enter fields details such as Name and Description and click Createblobid13.png

  3. Enter text Account in the search bar and drag & drop the Account table column in the View’s preview.

    NOTE

    You can also clear the Show only unused table columns checkbox selection to view all columns, including those that are already added to the View’s preview.

    blobid14.pngTo add more columns, you can perform the same steps as shown above. blobid15.png

  4. Once you have added the columns, click Sort by… and select a column such as Name to sort the Table. blobid16.pngTo sort more columns, you can perform the same steps as shown above. blobid17.png

  5. To add rows and conditions to filters, click Edit filters... blobid18.png

  6. Click Add and select Add row. blobid19.png

  7. Select a column such as Account and conditional operator as Contains datablobid20.pngTo add more rows and conditions, you can perform the same steps as shown above. blobid21.png

  8. Select the checkboxes for the conditions that you want to group together and click the More commands icon… blobid22.png

  9. Select Make groupblobid23.png

  10. Select condition as either And or Or for a filter and click Okblobid24.png

  11. Click Save and then click Publishblobid25.png

  12. Click Backblobid26.pngTable Column View is created.

    Add a Form to Table/Entity

  13. Go to the Forms tabblobid27.png

  14. Select an existing Form Name that has Form type as Mainblobid28.png

  15. Go to the General section in tree view and enter mandatory* field details such as Label and Name.

  16. Select the Expand this tab by default checkboxblobid29.png

  17. In the right pane, click Formatting and select Layout as 2 columns.
    Note that you can select up to 3 columns as Layoutblobid30.png

  18. Click the Table columns icon and select All in the search bar. 

    NOTE

    To apply more filters to your search other than All, you can also select Default or Custom in the search bar.

    blobid31.png

  19. Drag & drop the Account field onto the Form’s preview
    blobid32.png

  20. Click New section and enter its mandatory* field details such as Label and Name. blobid33.pngTo add more fields onto the Form’s preview, you can perform the same steps as shown above. 
    blobid34.png

  21. Click Save.  
    blobid35.png

  22. To create a new tab, click the Component icon, select 2-column tab, and go to the New Tab. 
    blobid36.png

  23. Enter mandatory* field details such as Label and Name. 
    blobid37.pngTo add fields onto the Form’s preview, you can perform the same steps as shown above. 

  24. Click Publish. 
    blobid38.png

  25. Click Back. 
    blobid39.png

  26. Click the recently created Solution and then click Publish all customizations.blobid40.pngMain Form is created. 

Create a Model-driven app in a Solution 

  1. Click New, select App, and then select Model-driven app. 
    blobid41.pngCreate a New App page opens. 

  2. Enter mandatory* field details such as Name.

    NOTE

    Once data is entered in the Name field, the Unique Name field value is auto-populated however, it can be edited.

    1.  Select the Use existing solution to create the App checkbox and click Next. 
      blobid42.pngCreate app from existing solution page opens. 

  3. Select a Solution in the drop-down list from which you want to create an App and click Done. 
    blobid43.pngApp Designer page opens. 

    Design Site Map 

  4. Click the Open the Site Map Designeredit icon.

    blobid44.png

  5. Click the Edit this title icon against New Area and enter text as per your requirements. 
    blobid45.png

  6. Similarly, click the Edit this title icon against New Group and enter text as per your requirements. blobid46.png

  7. Click the Edit this title icon against New Subarea. 
    blobid47.pngProperties tab opens in the right pane. 

  8. Select Type such as Entity and Entity as Analytics

    NOTE

    The Type field provides a variety of options to select from such as Dashboard, Entity, Web Resource, and URL. You can select any option as per your requirements.

    blobid48.png

  9. Click Add and select Subarea. 
    blobid49.pngTo add another Subarea, perform the same steps as shown above and select Entity as Accounts. 
    blobid50.png

  10. Click Add and select another Subarea. 
    blobid51.png

  11. Select Type as URL

  12. Enter field details such as URL and Title. 
    blobid52.png

  13. Click Save And Close. 
    blobid53.png

  14. Scroll down to Entity View and click Forms against Account

  15. Clear the All checkbox selection and select the Main Forms checkboxes such as Account, Growth Account, etc.  
    blobid54.png

  16. Similarly, you can click Views against Account

  17. Clear the All checkbox selection and select the Main Forms checkboxes such as Accounts I Follow, Active Accounts, etc.blobid55.pngSimilarly, you can perform the same steps as shown above for the Analytics component in Entity View. 

  18. Click Save. 
    blobid56.png

  19. Click Publish. 
    blobid57.png

  20. Go back to Power Apps and click Done. 
    blobid58.pngModel-driven app is created in your Solution.

    IMPORTANT

    Ensure that you click Save after each customization is completed.

  21. Open App Launcher. 
    blobid59.png

  22. Click Dynamics 365. blobid60.pngDynamics 365 Home page opens. 

  23. Enter text My app name in the search bar and click the My app name link in search results.blobid61.pngCustomized App displays. 
    blobid62.png

Add a Business Process Flow (BPF) to Solution 

  1. Go back to the recently created Solution, click New, and select Cloud flow.   blobid0.png

  2. Click My flows. 
    blobid1.png

  3. Go to the Business process flows tab. blobid2.png

  4. Click New. 
    blobid3.png

  5. Enter mandatory* field details such as Flow name and Name, Choose a table, and click Create.
    For example, we have chosen Account table under Choose a table. Note that you can choose any custom table as per your requirements.
    blobid4.png

    NOTE

    • Once data is entered in the Flow name field, the Name field value is auto-populated however, it can be edited.

    • While choosing a table, ensure that you select a Table/Entity that you want to add the Business Process on.

    Add a Stage

  6. In the right pane, enter field details such as Display Name as Qualify, select Category as Qualify, and click Apply. 
    blobid1.png

  7. Click Add and select Add Stage. 
    blobid2.png

  8. Click the plus icon. 
    blobid3.png

  9. Similarly, in the right pane, enter field details such as Display Name as Develop, select Category as Develop, and click Apply.  blobid4.png

  10. Alternatively, to add a new Stage, you can also click a Stage name. 

  11. Click Copy and then click Paste. 

  12. Click the plus icon. 
    blobid5.png

  13. Similarly, in the right pane, enter field details such as Display Name as Propose, select Category as Propose, and click Apply.blobid6.pngTo add another Stage, perform the same steps as shown above and enter field details such as Display Name as Closed and select Category as Close. 
    blobid7.pngAll Stages are created.

    IMPORTANT

    Ensure that you click Apply after each customization is completed.

    Add Steps to a Stage 

  14. In Qualify stage, click Details and then click Data Step #1. 

    1. In the right pane, enter field details such as Step Name as Account Name, select Data Field as Account Name, and click Apply.

      NOTE

      You can also select the Required checkbox for a Data Step as per your requirements.

      blobid8.png

  15. Similarly, in Develop stage, click Details and then click Data Step #1. 

    1. In the right pane, enter field details such as Step Name as TM Account Name, select Data Field as TM Account Name, and click Apply. 
      blobid9.png

  16. To add more Data Steps, click Add and select Add Data Step. 
    blobid10.png

  17. Click the plus icon under Data Step #1. 
    blobid11.png

  18. Click Data Step #2. 

    1. In the right pane, enter field details such as Step Name as TM Agency Type, select Data Field as TM Agency Type, and click Apply. 
      blobid12.png

  19. Similarly, perform the same steps as shown above for Propose and Closed stages.

    • In Propose stage, enter field details such as Step Name as Current FY Transactions and select Data Field as TM Current FY Transactions. 

    • In Closed stage, enter field details such as Step Name as Total Funds Awarded and select Data Field as Total Funds Awarded. 

    • Again, in Closed stage, enter field details such as Step Name as Total Contract Value and select Data Field as Total Contracts. 

      NOTE

      Ensure that you select the Required checkbox for both Fields and Data Steps in the Closed stage.

  20. Click Save and then click Validate. 
    blobid13.png

  21. Click Activate. 
    blobid14.png

  22. Process Activate Confirmation message displays, click Activate. 
    blobid15.png

  23. Go back to Power Apps and click Done. 
    blobid16.png

  24. Click Add existing and select Process. 
    blobid17.png

  25. Enter text Business process flow name in the search bar, select a Business process flow, and click Add. 
    blobid18.pngBusiness process flow is added to your Solution. 
    blobid19.png

    Add Business Process Flow in Model-driven app 

  26. Click All and select Model-driven app. 
    blobid20.png

  27. Click the recently created Model-driven app. 
    blobid21.pngApp Designer page opens.

  28. Click Business Process flows. 

  29. In the right pane, clear the All checkbox selection and select your newly created Business process flow checkbox. 
    blobid22.pngOnce you have selected the newly created BPF checkbox, note that the same component is added onto the Entity View as highlighted in the image below. 

  30. Click Save. 
    blobid23.png

  31. Click Publish. 
    blobid24.png

  32. Go back to Power Apps and click Done. 
    blobid25.png

Configure Business Process Flow Settings

  1. To navigate to your app in Dynamics 365, perform the same steps as shown here.  

  2. Go to Accounts and click to open a record. 
    blobid26.png

  3. Click the More commands for accounts icon and select Process. blobid27.png

  4. Click Switch Process. 
    blobid28.png

  5. Select the recently created Business process flow and click OK.blobid29.pngBusiness process flow is now visible on your Account record page. 
    blobid30.png

Update Entity Record by Power Automate/Flow 

  1. Open App Launcher and click Power Apps. 
    blobid31.png

  2. Go to Solutions and click a Solution that you wish to customize/configure. 
    blobid32.png

  3. Click New and select Cloud flow. 
    blobid33.pngNew Cloud flow window opens. 

  4. Click Untitled and enter a Name for the Cloud flow. 
    blobid34.pngblobid35.png

  5. Click Common Data Service (that is the current environment). 
    blobid36.png

  6. Click When a row is added, modified or deleted. 
    blobid37.png

  7. Select Change type as Update, Table name as Accounts, Scope as Organization, and click New Step.
    blobid38.png

  8. Click Condition. 
    blobid39.png

  9. Click Choose a value and enter text Account Record Type in the Search dynamic content box. 
    blobid40.pngblobid41.png

  10. Select Account Record Type. 
    blobid42.png

  11. Click Choose a value and enter the number 2. 
    blobid43.pngblobid44.png

  12. Click Add an action. 
    blobid45.png

  13. Click Common Data Service. 
    blobid46.png

  14. Scroll down and click Update a row. 
    blobid47.png

  15. Select Table name as Accounts and click the text box against Row ID.
    blobid48.pngblobid49.png

  16. Enter text Account in the Search dynamic content box and click Account. 
    blobid50.png

  17. Click Show advanced options. 
    blobid51.png

  18. Scroll down and enter text 50000 against Annual Revenue.
    blobid52.png

  19. Click Save. 
    blobid53.png

  20. Go back to an Account record with Account Record Type as State/Local Government, ensure that the Annual Revenue field is blank, and click Save. 
    blobid54.pngAnnual Revenue field is auto-populated with value 50000 that was set as per the Test Update Record flow added earlier. 
    blobid55.png

Create a Business Rule 

  1. Go back to Solutions and click Account. 
    blobid56.png

  2. Go to the Business rules tab and click Add business rule.
    blobid57.pngNew business rule
    window opens. 

  3. Click the arrow icon to expand and view the Business rule name and Description fields. 
    blobid58.png

  4. Enter field details such as Business rule name and Description. 
    blobid59.png

  5. Click Add and select Add Condition. 
    blobid60.png

  6. Click to select the Condition box. 
    blobid61.png

  7. Enter field details such as Display Name, Entity, Source, etc. and click New to add another Condition. 
    blobid62.png

  8. Enter field details such as Source, Field, Operator, etc. 
    blobid63.png

  9. Click Add and select Add Show Error Message. 
    blobid64.png

  10. Click to select the Show Error Message box. 
    blobid65.png

  11. Enter field details such as Display Name, Entity, Field, etc. and click Apply.
    blobid0.pngValidation successful!
    message displays. 

  12. Click Save. 
    blobid1.png

  13. Click Validate.
    blobid2.pngValidation successful!
    message displays again. 

  14. Click Activate. 
    blobid3.pngProcess Activation Confirmation message displays. 

  15. Click Activate. 
    blobid4.pngBusiness rule will be activated once the progress bar turns green
    blobid5.pngNote that you can also select where this
    Business rule needs to be activated by selecting a value in the Scope field. 
    blobid6.png

    NOTE

    The above action can ONLY be performed prior to the activation of a Business rule.

  16. You can view the newly created Business rule by going back to the Solutions page. blobid7.png

  17. Go back to an Account record with Account Record Type as Public Agencies. 
    blobid8.png

  18. Here, enter a value that is less than 50000 in the Annual Revenue field to display an error message as per the newly created Business rule
    blobid9.png

Configure Chart on View 

Create a View 

  1. Go back to Accounts and click the Advanced Find icon.
    blobid10.pngAdvanced Find
    window opens. 

  2. Select a field name against Look for, [new] against Use Saved View, and click Select. 
    blobid11.png

  3. Select a field from the drop-down menu, click Equals, and select Contains Data. 
    blobid12.pngblobid13.png

  4. Click Edit Columns. 
    blobid14.pngEdit Columns window opens. 

  5. Click Add Columns. 
    blobid15.png

  6. Select the checkboxes of the columns to be added and click OK. 
    blobid16.pngColumns are added. 

  7. Click OK again. 
    blobid17.png

  8. Click Edit Properties. 
    blobid18.png

  9. Enter all mandatory* field details such as Name and click Save. 
    blobid19.pngView is saved. 

  10. Click Saved Views.
    blobid20.png
    Here, you can find the newly created View. 
    blobid21.png

    Add a Chart

  11. Click the arrow icon against My Saved View and select the newly created View. 
    blobid22.png

  12. Click Show Chart. 
    blobid23.png

  13. Click the More Commands icon and select New. 
    blobid24.png

  14. Enter details such as Legend Entries (Series) and Horizontal (Category) Axis Labels and click Pie. 
    blobid25.png

    NOTE

    Chart Designer field is auto-populated based on the values in the Legend Entries (Series) and Horizontal (Category) Axis Labels fields.

  15. Click Save.
    blobid26.png

  16. Enter all mandatory* field details such as Name and click Save. 
    blobid27.png Chart is added. 

  17. Go back to the newly created View and expand the drop-down menu against Accounts by Industry. 

  18. Here, you can find the recently added Chart under My Charts. You can then click a Chart name to view it. 
    blobid0.pngblobid1.png

  19. Click a Section of the pie chart to display filtered records. 
    blobid2.png

  20. Select an attribute under Drill down by and then select a Chart type. 
    blobid3.pngDrilled down version of the Chart displays based on the selected Chart type
    blobid4.png

Configure Security Roles 

  1. Go to admin.powerplatform.microsoft.com

  2. Click an Environment that you wish to customize/configure. 
    blobid5.png

  3. Click Settings. 
    blobid6.png

  4. Click the arrow icon and select Security roles. 
    blobid7.png

  5. Click a Role to open it. 
    blobid8.pngList of Users with Role as Growth Manager opens. blobid9.png

  6. Click Security roles. 
    blobid10.png

  7. Click New role. 
    blobid11.pngNew Security Role page opens. 

  8. Enter all mandatory* field details such as Role Name. 
    blobid12.png

    NOTE

    Business Unit field is auto-populated.

  9. Go to the Core Records tab, click the Entities that are to be granted privileges, and then click Save and Close.

    NOTE

    You can click an Entity multiple times to change its privileges from None to Organization. You can also change an individual privilege by clicking its respective icon.

    blobid13.pngCreating role… message displays. 
    blobid14.png
    Security Role is created. 

Configure Model Apps for Different Security Roles 

  1. Click the App Name you are currently working in to select an App (in this case, TechnoMile Growth App). 
    blobid0.pngA new window opens.

  2. Click the ellipsis … icon next to Demo Power Platform and select MANAGE ROLES. 
    blobid1.png

  3. Select the Security Roles that would have access to the selected App (in this case, Demo Power Platform) and click Save.
    blobid2.pngSecurity Roles are added.
    You can also assign a specific URL by clicking App URL Suffix, entering the URL you wish to assign, and clicking Save. 
    blobid3.pngApp URL is updated.

Import Data into Dynamics 365

  1.  Open the Settings sitemap and click Data Management. 
    blobid4.png

  2. Click Imports. 
    blobid5.png

  3. Click IMPORT DATA. 
    blobid6.png

  4. A popup window opens, click Choose File. 
    blobid7.png

  5. Select the Data_Config.csv file that you had received from TechnoMile, which is saved on your system.

  6. Data_Config.csv file is selected, click Next.
    blobid8.png

  7. Click Next. 
    blobid9.png

  8. Click Next. 
    blobid10.png

  9. Click the drop-down menu under the Microsoft Dynamics 365 Record Types column and select Config.

  10. Click Next. 
    blobid11.png

  11. Click Next. 
    blobid12.png

  12. Click Next. 
    blobid13.png

  13. Click Submit. 
    blobid14.png

  14. Click Finish. 
    blobid15.pngData_Config.csv file is imported. 

Customize Revenue Calculation Formulae 

  1. Open the Settings sitemap and click Customizations.

  2. Click Customize the System 

  3. Click Entities.

  4. Scroll down and click Opportunity to expand the hierarchy below it.

  5. Opportunity hierarchy displays, select Fields.

  6. Double-click the Name that has fedcap_factor_revenue_calc and Display Name that has Factored Revenue Calculation.  

  7. To modify the Factored Revenue Calculation formula, click Edit and then click Save in the following window.  

  8. Similarly, double-click the Name that has fedcap_unfactor_revenue_calc and Display Name that has Unfactored Revenue Calculation.  To modify the Unfactored Revenue Calculation formula, you can perform the same steps as shown in this section.
    Factored and Unfactored Revenue Calculation formulae will be customized.

Customize a Form in Power Apps

  1. Go back to Solutions in Power Apps.

  2. Click Default Solution. mceclip0.png

  3. Enter text Opportunity in the search bar and click Opportunity against Table Type. mceclip2.png

  4. Go to the Forms tab and click Growth Opportunity against Main Form type. mceclip3.pngPower Apps Form page opens. 

    Add a Tab & Section

  5. Go to Components.

  6. Drag & drop 2-column tab onto the Form preview.

  7. Enter both Label and Name as General.
    mceclip5.png

    NOTE

    When you drag & drop a tab from Components onto the Form preview, a New Section is added on the tab, by default.

  8.  Click New Section, enter both Label and Name as Summary, and  click Save. mceclip4.png

    Add Fields in Section

  9.  Go to Table columns and clear the Show only unused table columns checkbox selection. 
    mceclip5.png

  10.  Enter text Opportunity Name in the search bar and drag & drop the Opportunity Name field into the Summary section
    mceclip6.png

  11. Similarly, you can perform the same steps to drag & drop other fields into the section and click Save.
    mceclip8.png
    Fields are added.

    Add a Library & Configure an Event

  12. Go to Form libraries and click Add library. 

    mceclip0.png

  13. Enter text Opportunity Customizations.js in the search bar, select Opportunity Customizations.js, and click Add. 
    mceclip3.pngLibrary is added. 

  14.  Go to Tree view and click Growth Opportunity.

  15. Go to the Events tab. 
    mceclip1.png

  16. Expand On Load and click Event Handler.

    mceclip4.png

  17. Select Library as fedcap_opportunityCustomization.js. 

  18. Enter Function as Customizations. 

  19. Select both the Enabled and Pass execution context as first parameter checkboxes and click Done. mceclip5.pngEvent is configured for Growth Opportunity. 

  20. Click Save and then click Publish.
    mceclip8.png

    Configure Web Resource

  21. Click Switch to classic.  mceclip9.png

  22. Click to select the Section under General.

  23. Go to the INSERT tab and click Web Resource.

    mceclip0.png

  24. Enter Web resource as fedcap_ScorecardPopUp andName as UICustomization_General and click OK.
    mceclip2.png

    NOTE

    Once the Name field value is inserted, then the Label field value is auto-populated accordingly.

  25.  Go back to the HOME tab, click Save, and then click Publish.

    mceclip12.pngPublishing customizations… message displays. 

    blobid0.pngWeb Resource is configured.
    Similarly, you can perform the same steps as shown above to configure a Form for a different entity.

Configure Button on Ribbon Workbench 

  1. Click the Settings icon and select Advanced Settings. 
    mceclip1.png

  2. Open the Settings sitemap and click Solutions. 
    blobid7.png

  3. Click Ribbon Workbench 2016. 
    blobid8.pngRibbon Workbench window opens. 

  4. Select EmployeeRibbon and click OK. 
    blobid9.png

  5. Drag & drop BUTTON into the Form section.  blobid10.png

  6. Enter Id as new.fedcap_employee.Save. 

  7. Enter Label, Alt, Tool Tip Title, and Tool Tip Description as Save. 
    blobid11.png

  8. Click the plus icon against COMMANDS. blobid12.png

  9. Enter Id as new.fedcap_employee.SaveCommand. 
    blobid13.png

  10. Click Add Action and select Javascript Action. blobid14.png

  11. Enter Library as tm_SaveButtonFunctionality, click the lookup icon, and select tm_SaveButtonFunctionality. 
    blobid0.png

  12. Enter Function Name as CustomizedUISave. 
    blobid16.png

  13. Go to the recently created Save button and select Command as new.fedcap_employee.SaveCommand. 
    blobid17.png

  14. Click Publish. 
    blobid18.png

  15. A confirmation message displays, click OK.  blobid20.pngSave button is configured.  
    blobid21.png

    NOTE

    You can also configure other ribbon buttons using Workbench. To configure a ribbon button on other entities, perform the same steps as shown above.