JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. Customizing the Workapp Application Custom Templates Change the custom templates as required. For example, if you want to add your company name to a Work View: Procedure Open your application. Double-click the file customTemplate\bpm_work_list\bpm_work_list.html to open it. Find the following code: <div layout="row" class="work-list-header" ng-show="!showDetails && !showForm"> <div flex="20" flex-gt-md="20" class="work-list-title"> <md-icon md-svg-icon="grocery"> </md-icon> <span translate="{{$root.appConfig.appId}}.BpmWorkList.work_list_title" translate-values="{title: '{{$root.currentMenuTitle}}'}" translate-default="Work Items">{{$root.currentMenuTitle}}</span> </div> </div> Add your company name. For example, <div layout="row" class="work-list-header" ng-show="!showDetails && !showForm"> <div flex="20" flex-gt-md="20" class="work-list-title"> <md-icon md-svg-icon="grocery"> </md-icon> <span translate="{{$root.appConfig.appId}}.BpmWorkList.work_list_title" translate-values="{title: '{{$root.currentMenuTitle}}'}" translate-default="Work Items">{{$root.currentMenuTitle}}</span> </div> XYZ Insurance Company </div> Save and close bpm_work_list.html. Publish your application to make it available to your users. See Publishing Applications. Copyright © Cloud Software Group, Inc. All rights reserved.