Create a List to Show Products Purchased by Company Sage CRM for iphone - Adding Custom Entities

Similar documents
Sage CRM. Sage CRM 2016 R1 Mobile Guide

Sage CRM. Sage CRM 7.3 Mobile Guide

Sage CRM. 7.2 Mobile Guide

Microsoft Office for Mobile Devices (iphone, Windows Phone, Android Phone or ipad)

>

Website Builder Overview

c360 Solutions Multi-Field Search for Microsoft Dynamics CRM 4.0

Quick Start Guide Mobile Entrée 4

Process Document Campus Community: Create Communication Template. Document Generation Date 7/8/2009 Last Changed by Status

Tour of Outlook Web App (OWA)

SageCRM 6.1. What s New Guide

Sage Estimating. Release Notes Version 13.1

Sage CRM 6.2 SP1 What's New Guide

Version Comparison. Maximizer CRM 12 Winter Version Comparison Chart. Performance, Usability, Simplicity Enhanced

Hubcase for Salesforce Installation and Configuration Guide

Sage CRM 7.3 Release Preview

Figure 1 responsive grid system for all view ports, from desktops, tablets and smart phones

Country Club Bank- Intro to Mobile Banking- Android & iphone Apps

Compare versions with Maximizer CRM 12: Summer 2013

Maximizer CRM. Sales VERSION COMPARISON

for Sage 100 ERP Business Insights Overview Document

account multiple solutions

v7.1 SP2 Release Notes

SalesPad for Dynamics GP Dashboard Designer and Viewer

Hubcase for Microsoft Dynamics CRM Installation and Configuration Guide

Lotus Notes 8.5 to Office 365 for business

MICROSOFT OUTLOOK 2010 READ, ORGANIZE, SEND AND RESPONSE S

Compare your version to Maximizer CRM 12

SageCRM 6.1. Wireless Mobile Guide

Version Comparison MAXIMIZER CRM Published By. DATA SHEET Version Comparison 1

Click on various options: Publications by Wizard Publications by Design Blank Publication

Novell Filr. Mobile Client

Introduction to Key Account Management Capability Assessment

Automate G/L Consolidation User Guide

Unit 351: Website Software Level 3

Sage CRM 7.3 Patch Release Notes. Revision: SYS-REA-ENG-73c-5.0 Updated: August 2015

Trial version of GADD Dashboards Builder

Google Apps to Office 365 for business

ACADEMIC TECHNOLOGY SUPPORT

Skål International Events Registration System (SIERS) Members users guide

Sage CRM 2014 R2 Welcome to your new Sage CRM experience

This is our best... YOUR best... Online Banking yet!

Your Guide to the All New, Drag & Drop, Mobile-Responsive Builder

T16 Information on the Go: Mobility Solutions

Cloud Services MDM. Control Panel Provisioning Guide

How To Get The Most Out Of Sagecrm V7.1

COINS OA Enhancement: CRM Opportunity References

What is some basic information about ListServ mailing lists?

open windows Open Windows Logging Open Windows Product Support Issues Open Windows Australia Pty Ltd ABN

Ecommerce and PayPal Shopping Cart

DreamFactory & Modus Create Case Study

Getting Started with Swipe Checkout

A User s Introduction to. Global Rescue s GRID TM Mobile Application

measuring mobile ROI Ken Kuschei Director of CRM, Longo s Chris Bryson Founder & CEO, Unata

Mobile Game and App Development the Easy Way

BusinessMan CRM. Contents. Walkthrough. Computech IT Services Ltd Tuesday, June 1 st 2014 Technical Document Version 6.

Working with Access Tables A Continuation

ViewPoint Mobile Quick Start Guide

80 Reasons to Love GoldMine CRM

Understanding the Basic Template Editor

Feature Comparison. Help Desk. Ticket Management. to Ticket. Fully Customizable User Interface. Escalation Rules.

Google Drive: Access and organize your files

Sage CRM 7.2 Release Preview

OneDrive for Business User Guide

DUO SECURITY CISCO VPN USER GUIDE 1/27/2016

How to access ebooks Databases in MII Digital Library

Junk Settings. Options

Microsoft Dynamics Guide

Installing Logos SSL Certificates on Mobile Devices

Responsive Design Best Practices

Going Beyond SAP ITS Mobile Apps to a Responsive Design Mobile Apps. JK (JayaKumar Pedapudi) Principal Consultant NTT DATA, Inc.

SYSTEM COMPONENTS. Gateway. Sensors. Repeater Figure 1

Chapter 9: Customize! Navigating with Tabs on a Tablet App

Mobile: Getting Started with Workday for ipad

Personalised icalendar Teaching Timetable Feed for Staff and Students

Table of Contents. Overview Supported Platforms Demos/Downloads Known Issues Note Included Files...

How to Consolidate Members

Sage CRM 2015 R1 Release Preview

Salesforce Integration Guide

Using UMCmarket to make micro-donations to our church!

Gigaset GO Call notification on mobile phone. Gigaset Communications GmbH

Transcription:

1 of 8 29/11/2012 14:36 This Group is for Sage CRM Business Partners and members of the Sage CRM Developer Program. Access to much of the material here is restricted according to your membership profile. Jeff Richards 14 Mar 2012 12:58 PM 0 RunBlock is one of the most useful ways of extending Sage CRM. It is a pure meta data driven approach and can allow us to swiftly create new screens that list and present data from within Sage CRM and from external databases that have been linked in meta data. There have been numerous articles previously written about RunBlock. There are two in particular which are very useful in showing the capabilities of the feature; Create a List to Show Products Purchased by Company Sage CRM for iphone - Adding Custom Entities The latter article maybe the most interesting as it shows how RunBlock can be used within the iphone, Android and Tablet interfaces to extend the mobile interfaces to cover custom entities. But RunBlock can be used to access any database table that has been linked into the CRM meta data. Below is a screen from the main user interface (Desktop HTML) that shows a listing of contact records from a database called 'PanoplyTech'.

2 of 8 29/11/2012 14:36 You can see that the list above allows paging of records and that the RunBlock displays escalation notifications and if RunBlock is used within the context of a system entity (including Team and My CRM) the appropriate menu will be displayed. The PanoplyTech database and Contacts table are described in the meta data. The connections are defined under Administration -> Advanced Customization -> Tables and Databases The list that has been called from the My CRM menu was defined in the customization screens.

3 of 8 29/11/2012 14:36 Note: I created here 2 list blocks. The first ContactsList was used in the My CRM tab menu to return the full list of records from the PanoplyTech database table. The second is the list that I will use below to define the results grid that is returned in the search screen which we can see below. The search page above was built entirely using RunBlock. To do this requires the following steps. 1. 2. 3. 4. 5. Create a list to be used as the Results Grid. Create a Screen of screen type 'Search Screen' and associate the screen to the list created in step 1. Create a block of Block Type 'EntryGroup' based on the screen created in step 2. This will allow the correct formatting of the search screen. Create a block of Block Type 'Container' that includes the block created in step 3 and the list created in step 1. Add the RunBlock reference to the Find screen. Step 1. Create a simple list block as above. Step 2.

4 of 8 29/11/2012 14:36 The block must be created as type 'Search Screen' and the list that will display the search results must be associated with the screen. The screen can then have included what ever fields by which you want to filter the external tables's data. Step 3. Under the 'Block' tab menu a new block has to be created that is based on the search screens definition.

5 of 8 29/11/2012 14:36 This is necessary to add the 'Find' caption and wrap the search screen in the correct style information in the generated screen. Note: The text entered in the title field of the block will return the translation for that caption code in the caption family 'Tabnames'. If you have entered 'Search' as the title, when the user accesses the screen it will look at the custom_captions meta data table e.g.

reating a Codeless Search Screen on an External Database using RunB... of 8 29/11/2012 14:36 1 select * from custom_captions where capt_family='tabnames' and capt_code = 'search'; If the users language is US English it will return 'Find' as the translation. Step 4. The container block needs to be created. The container block will need to include the screen block and the list block created earlier.

7 of 8 29/11/2012 14:36 Be sure to use the screen block and consider how the blocks appear on the screen. You can use the positioning property to control the display of the screen and list in the final page that is generated. Step 5. Add the call to the container block using RunBlock in the system menu 'Find'.

8 of 8 29/11/2012 14:36