SkyVisualEditor Default AppComponent Package User Manual

Size: px
Start display at page:

Download "SkyVisualEditor Default AppComponent Package User Manual"

Transcription

1 SkyVisualEditor Default AppComponent Package User Manual Ver December 17 th, 2017 TerraSky co., Ltd. Page 1 of 29

2 Table of Contents 1. Preface Notice... 4 (1) Conditions of Use... 4 (2) Request to the customer... 4 (3) Trademarks... 4 (4) Support Policy SkyVisualEditor Package... 5 (1) Package Installation... 5 (2) Editable Picklist... 6 a. Display in the studio... 7 b. Place the component... 7 i. Set the component properties... 9 ii. Using the component in Salesforce iii. When used as a standard feature c. Limitations,Specification i. Upper case and lower case characters will not be distinguished when saving Select List ii. The value that you put in input fields will be added to Obsolete Value when applying this function to the Select List (3) Address Autocomplete [Japanese Only] (4) Chatter Feed a. In the Studio b. Placing the component i. Component Properties (5) Embed Visualforce page a. Display component in the Studio b. Place the component i. Property setting for the component (6) PDF Page Break a. Display component in the Studio b. Place the component i. Property setting for the component Page 2 of 29

3 (7) Attachments Upload a. Presetting for the Salesforce Object b. Show component in the Studio c. Placing the Component i. Component Property Setting d. Limitation (8) Validation a. Show component in the Studio b. Placing the component i. Component Property Setting Page 3 of 29

4 1. Preface This document covers information related to using the SkyVisualEditor API to create AppComponents to be used in SkyVisualEditor. AppComponents also make use of Visualforce Pages and Apex classes. For more information about these please refer to documentation from Salesforce. 2. Notice (1) Conditions of Use You may only make use of the functionality listed in this manual if you satisfy one of the following conditions. You have contracted to use license(s) of SkyVisualEditor You are evaluating SkyVisualEditor during the 30 day trial (2) Request to the customer Unauthorized reproduction of this manual is forbidden. Although every attempt has been made to ensure quality of this manual, if you find any problems or errors please let us know. Use the contents of this manual at your own risk. TerraSky cannot be held responsible for any trouble, lawsuit, etc. resulting either directly or indirectly from the use of this manual. We reserve the right to update this manual at any time without warning. (3) Trademarks TerraSky, the TerraSky logo, SkyVisualEditor and the SkyVisualEditor logo are registered trademarks of TerraSky co., Ltd. Salesforce.com, AppExchange and the no software logo are registered trademarks of salesforce.com, Inc., and salesforce.com owns other registered and unregistered trademarks. Other names used herein may be trademarks of their respective owners. (4) Support Policy The functionality listed in this manual is considered an official functionality of SkyVisualEditor and is supported the same as internal SkyVisualEditor functionality. Page 4 of 29

5 3. SkyVisualEditor Package This is the SkyVisualEditor default AppComponent Package. We will release new officially supported AppComponents in this package. Currently this package contains the following AppComponents No AppComponent Name 1 Editable Picklist 2 Address Autocomplete [Japanese Only] 3 Chatter Feed 4 Embed Visualforce page 5 PDF Page Break 6 Attachments Upload 7 Validation (1) Package Installation Please install the package from the appropriate URL below. Version:2.19(As of 2017/12/17) For Production Environment (Production / Developer Edition ) For Sandbox Environment Page 5 of 29

6 (2) Editable Picklist The Salesforce Picklist field is displayed as a combo box in which you can select a value from a predefined list. However, there are occasions when the available options are insufficient, and the user needs to select a value not available in the list. With the Editable Picklist functionality it is possible to display the predefined list and also allow the input of new values. In addition it is possible to define values on a per page level. [Picklist Field] [Editable Picklist Field] Page 6 of 29

7 a. Display in the studio After installing the package, login to SkyVisualEditor Studio. You can make use of the Editable Picklist from the Editable Picklist option under SkyVisualEditor in the AppComponent section of the Component Pane. b. Place the component The Editable Picklist AppComponent can be placed as follows: Layout Placeable Regions Salesforce layout On the canvas Free layout On the canvas This particular AppComponent will not have an impact on the screen after deployment, but we recommend to place it at the bottom of the page so as not to get in the way while creating your pages. Page 7 of 29

8 Page 8 of 29 SkyVisualEditor

9 i. Set the component properties Click on the icon in the canvas to bring up the Component Property dialog. Req? Name Description ID Reading Order The internal component ID to SkyVisualEditor Studio Set the order in which each AppComponent is Page 9 of 29

10 processed. '--None--' display '--None--' edit Direct edit Target ItemID List Values It is possible that the order of execution of the JavaScript from the various AppComponents on the page will impact the functionality. (Example: The same library is included at different versions from multiple AppComponents). This setting defines the order the AppComponents should be loaded on the page. Choose whether the value represented not yet set is displayed or not in the picklist. Default: checked Define what is shown to represent the not yet set value in the picklist. Default: '--None--' Allow users to input text in addition to selecting from predefined values in the combo box. Default: not checked The target field of this functionality. You can choose up to 10 fields at once. The following types can be used with this functionality. Picklist Text *You can select fields of other types but doing so will result in incorrect behavior so please refrain. Define the values in the combo box of the above target. You cannot add or edit to values defined in Salesforce and if this property is used, predefined values in Salesforce will be completely ignored. If a target is set but the values for that target are not, the values defined in Salesforce will be used by default. Page 10 of 29

11 ii. Using the component in Salesforce 1 When used as a field of the main object The Salesforce default picklist is shown in Combo Box format with the options pulled from the field s settings. The option "--None--" is displayed. Not editable --None-- is shown Options are as defined in the field By making use of this AppComponent, you will be able to: Directly input values as well as show a combo box Define different options per page Customize the not set value of "--None--" Hide the not set value of "--None--" Editable --None-- is changed to --Not select-- Freely set values Page 11 of 29

12 2 When used as a related Object It is also possible to use this functionality for fields of related objects in a table. When doing so, it is necessary to add one line of JavaScript to the properties of the related object table. Add the following line to the Table s Script editor. If you do not add this line, the settings will not be applied to your table once you deploy the page to Salesforce. ChangeSelectList.changeSelectinTable(); Page 12 of 29

13 Upon deploying, the Salesforce screen will appear like the below. input Changed --None--" to --Not select--" Add options freely Page 13 of 29

14 iii. When used as a standard feature There may be a case where operations are influenced by the property values set in the Studio screen, as you are adding functions to components in the Studio. Upon settings, please note the followings: 1 When setting default value in a picklist field When you set default in a picklist field in Salesforce standard feature, and then set a list of values for the picklist value of this feature, default value + picklist value will appear in a picklist. 2 When Show None in the picklist properties is checked off By unchecking Show None in the picklist properties, None-- will be hidden from the list. When None-- is hidden, the top value in predefined list will appear by default. Therefore the top value in the list + picklist value will appear in a picklist. c. Limitations,Specification i. Upper case and lower case characters will not be distinguished when saving Select List In the Salesforce Select List, uppercase and lower case characters and other characters including double-digits (e.g. Katakana) will not be distinguished. Therefore, if there are AAA and aaa on the list, saving aaa may be recognized as AAA. Please see the below for more information. ii. The value that you put in input fields will be added to Obsolete Value when applying this function to the Select List The Value in the Select List will be added to Obsolete Values when saving after selecting or directly editing values on the page that you deploy from the Studio. If the values are already set in the Select List, they will not be added multiple times. You need to replace the obsolete value to the active value in order to delete obsolete values also the values that you utilized through this function will not be saved. Page 14 of 29

15 (3) Address Autocomplete [Japanese Only] This AppComponent takes the first 3 digits of a Japanese zip code and automatically looks up the remaining information and populations various address fields. For more information, please refer to the Japanese documentation. Note this functionality only works for Japan. Page 15 of 29

16 (4) Chatter Feed Display a Chatter Feed of things the current user is following. a. In the Studio After installing the package you will see the Chatter Feed icon in the AppComponent section of the components panel. b. Placing the component The Chatter Feed AppComponent can be placed as follows. Layout Usable Locations Dashboard Layout On the canvas In the flexible panel In a panel grid In a tab Studio Screen Page 16 of 29

17 It will appear that you can resize the component in the studio but Salesforce will not respect those sizing settings once your dashboard page is deployed. This component will take the width of its container and will be as long as the number of elements displayed. i. Component Properties Click on the component to view the properties. Name Details ID Rendered ID used within SkyVisualEditor Display the component true: Display false: Hide Page 17 of 29

18 (5) Embed Visualforce page This AppComponent can embed Visualforce pages (coded or created by SkyVisualEditor). This AppComponent will insert the Visualforce tag <apex:include>. Therefore, an error may occur if there is a conflict between the original page's JavaScript or CSS and that of the embedded page. Please see the Visualforce Developer Guide for details on <apex:include> Page 18 of 29

19 a. Display component in the Studio Log in to the SkyVisualEditor after installing the package. You will be ready to go if there is an icon Embed Visualforce Page on the AppComponent pane. b. Place the component You can place the Embed Visualforce Page AppComponent in the area below. Layout area Salesforce Layout Outside of form area Dashboard Layout Inside the FlexiblePanel Studio Page You can use mouse to change the size of the component but please be aware that it will not update the property setting. This is suggested to use for checking the overall page design. Page 19 of 29

20 i. Property setting for the component Click on the component to open its property setting. Name Required Description ID Component ID defined in the SkyVisualEditor Width The width of the Visualforce page embedded on to the Salesforce page. You can either set the size as a Fixed value (in px ) or as a Percentage value (in % ). A scroll down bar will show for the Fixed Value setting if the page size is too large. Default value:400px Height The height of the Visualforce page embedded on to the Salesforce page. You can either set the size as a Fixed value (in px ) or as a Percentage value (in % ). A scroll down bar will show for the Fixed Value setting if the page size is too large. Default value: 300px Visualforce page Set Visualforce page name rendered Set a rendered attribute value for the embedded Visualforce page to control how it will be displayed. The variables can be selected from true, false (not set) or Merge field. Page 20 of 29

21 (6) PDF Page Break This is a component to make a Page Break in PDF pages. This AppComponent is supported only for PDF pages created in Salesforce Layout. Pease enable Create PDF feature before using this AppComponent. a. Display component in the Studio Login to SkyVisualEditor Studio after installing the package. You are ready to go if you see a PDF Page Break Icon in the AppComponent pane. Page 21 of 29

22 b. Place the component You can place the Embed Visualforce Page AppComponent in the area below. Layout Salesforce Layout area On the canvas In the PageBlock Studio Page You can adjust the width and the height of the Component by mouse but the size value will not be saved on to the property configuration. Please use it as a guidance when you create the page layout. i. Property setting for the component Click on the component to open its property setting. Name Required Description ID Component ID defined in the SkyVisualEditor Page 22 of 29

23 (7) Attachments Upload You can drag and drop attachments on to the View or Edit Record Page. The width size of the drag zone will be 100% of the screen. Once the file is dropped in the area, its thumbnail image will appear which indicates that the file have been saved into Attachment File Object. [Before the file is uploaded] [After the file is uploaded] *The thumbnail image of the uploaded image file will appear (the first image of the picture above) Following images that describes the upload status (success or fail) will appear after the upload. Upload Success A check mark will appear. (immediately after the upload) Upload Success The check mark indicating the successful upload will fade out. The thumbnail image of the uploaded image file will show. For files other than image files, its file name and the size will show. Upload Failed A cross mark will appear. Page 23 of 29

24 a. Presetting for the Salesforce Object To use this AppComponent, you will need to add Salesforce Organization URL to the White List in the Cross-Origin Resource Sharing. This is because Salesforce API is used to upload the files. Setup -> Administer -> Security Controls -> CORS Input Format: b. Show component in the Studio Login to SkyVisualEditor Studio after installing the package. You are ready to go if you see Attachments Upload Icon in the AppComponent pane. Page 24 of 29

25 c. Placing the Component You can place the Upload Attachment component in the following area. Layout Salesforce Layout Area -Under the Canvas -Within Page Block -Within Panel Grid -Within Tab Panel [Studio] You can adjust the component size by mouse. Please be aware that the adjusted size will not be saved in the Property setting. The component s width size will always be 100% of the page width. i. Component Property Setting Component Property will show on the right hand side of the Studio when the component is clicked. Name Required Description ID Component ID defined in the SkyVisualEditor Max file size[mb] Set the attachment size limit. Select from 1MB to 10MB. Default is 5MB Page 25 of 29

26 d. Limitation This component is supported with Classic UI only. Please note that if you use this component in Lightning Experience file upload will fail. Page 26 of 29

27 (8) Validation When the cursor leaves the input field, it will check the value for validation. An error message popup will appear if the value is invalid. The validation check will include string checking which is provided as a standard feature, and also a Custom rule checking by creating a dictionary. The error message pop-up can be hidden by typing the valid value or by clicking the pop-up. a. Show component in the Studio Login to SkyVisualEditor Studio after installing the package. You are ready to go if you see a Validation Icon in the AppComponent pane. Page 27 of 29

28 b. Placing the component You can place the Validation component in the following area. Layout Salesforce Layout Free Layout Area Under the Canvas Under the Canvas [Studio] i. Component Property Setting Component Property will show on the right hand side of the Studio when the component is clicked. Page 28 of 29

29 Name Required Description ID Component ID defined in SkyVisualEditor Reading Order Set the running order of AppComponent processing. Validation Rule Select the Validation Rule from the following: -Required Error Message:This field is required -Phone Error Message:Invalid phone number - Error Message:Invalid address -Numeral Error Message:Invalid floating decimal number -LetterNumber Error Message:No special characters allowed -Url Error Message:Invalid URL -Japanese Only-Katakana Error Message:Please input Japanese Katakana -Japanese Only-Hankakukana Error Message:Please input Japanese Hankaku Katakana -Custom Rules TargetField 1-10 Select the Input Field to set the Validation Rule. CustomRule (Regular expressions) Use this property if the Validation Rule is set as Custom Rule. The property setting will not be in effect if the setting is other than the Custom Rule. You can create a custom dictionary to run the checking. CustomRule Message This message will appear when there is an error in the Custom Rule (Regular Expressions). Page 29 of 29

AppComponent Package Slide Show User Manual

AppComponent Package Slide Show User Manual AppComponent Package Slide Show User Manual Ver 1.2.0.0 6 th April, 2015 TerraSky co., Ltd Page 1 of 14 Content 1. Preface... 3 2. Notice... 3 (1) Conditions of Use... 3 (2) Request to the customer...

More information

SkyVisualEditor Salesforce1 Support Guide

SkyVisualEditor Salesforce1 Support Guide SkyVisualEditor Salesforce1 Support Guide Ver 1.0.0.3 April 6 th, 2015 TerraSky co., Ltd. Page 1 of 19 Table of Contents 1. Preface... 3 2. Notice... 3 (1) Request to the customer... 3 (2) Trademarks...

More information

Account Plan Pro Set Up Guide

Account Plan Pro Set Up Guide Account Plan Pro Set Up Guide Version 7 PLAN2WIN SOFTWARE TABLE OF CONTENTS INSTALLING THE APPLICATION 4 SET UP CUSTOM PROFILE 4 SET PERMISSIONS 5 ENABLE VISUALFORCE PAGE ACCESS 7 MANAGE LICENSES/ SET

More information

RingCentral for Salesforce Classic. UK Administrator Guide

RingCentral for Salesforce Classic. UK Administrator Guide RingCentral for Salesforce Classic UK Administrator Guide 1 RingCentral for Salesforce Classic UK Administrator Guide Introduction Contents Introduction... 3 About RingCentral for Salesforce.................................................

More information

Perceptive Interact for Salesforce Enterprise

Perceptive Interact for Salesforce Enterprise Perceptive Interact for Salesforce Enterprise Installation and Setup Guide Version: 3.x.x Written by: Product Knowledge, R&D Date: April 2018 Copyright 2015-2018 Hyland Software, Inc. and its affiliates.

More information

RingCentral for Salesforce. Administrator Guide

RingCentral for Salesforce. Administrator Guide RingCentral for Salesforce Administrator Guide 1 RingCentral for Salesforce Administrator Guide Introduction Contents Introduction...3 About RingCentral for Salesforce..................................................

More information

Install Guide WINTER '15 REVISION C. C o p y r i g h t C l o u d A p p s L t d

Install Guide WINTER '15 REVISION C. C o p y r i g h t C l o u d A p p s L t d Install Guide WINTER '15 REVISION C C o p y r i g h t 2 0 1 4 C l o u d A p p s L t d 1 Table of Contents Introduction... 3 Version History... 4 Requirements... 5 Salesforce Organisation Types... 5 Salesforce

More information

Perceptive Interact for Salesforce Enterprise

Perceptive Interact for Salesforce Enterprise Perceptive Interact for Salesforce Enterprise Installation and Setup Guide Version: 3.x.x Written by: Documentation Team, R&D Date: January 2019 Copyright 2015-2019 Hyland Software, Inc. and its affiliates.

More information

Package and Distribute Your Apps

Package and Distribute Your Apps Package and Distribute Your Apps Salesforce, Summer 17 @salesforcedocs Last updated: August 9, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Salesforce Lead Management Implementation Guide

Salesforce Lead Management Implementation Guide Salesforce Lead Management Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: October 1, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Snap-Ins Chat. Salesforce, Winter

Snap-Ins Chat. Salesforce, Winter Salesforce, Winter 18 @salesforcedocs Last updated: December 1, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other

More information

Convert Your JavaScript Buttons for Lightning Experience

Convert Your JavaScript Buttons for Lightning Experience Convert Your JavaScript Buttons for Lightning Experience Version 1, 1 @salesforcedocs Last updated: January 8, 2019 Copyright 2000 2019 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Package and Distribute Your Apps

Package and Distribute Your Apps Package and Distribute Your Apps Salesforce, Summer 18 @salesforcedocs Last updated: July 30, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Lightning Knowledge Guide

Lightning Knowledge Guide Lightning Knowledge Guide Salesforce, Spring 18 @salesforcedocs Last updated: April 13, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Snap-Ins Chat. Salesforce, Summer

Snap-Ins Chat. Salesforce, Summer Snap-Ins Chat Salesforce, Summer 17 @salesforcedocs Last updated: August 17, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc.,

More information

Set-Up Guide for Lightning Experience of Salesforce.com

Set-Up Guide for Lightning Experience of Salesforce.com Set-Up Guide for Lightning Experience of Salesforce.com MultiMatch for Professional, Enterprise and Unlimited editions This guide is for those with email hosting at Office 365 (without Global Admin role),

More information

Getting Started with the Aloha Community Template for Salesforce Identity

Getting Started with the Aloha Community Template for Salesforce Identity Getting Started with the Aloha Community Template for Salesforce Identity Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved.

More information

Home page layout in Canvas

Home page layout in Canvas Home page layout in Canvas This document describes how to change the Home page layout to a custom home page in Canvas. St e p s: 1. Click on the home tab on the left hand pane when in a course. 2. Click

More information

Set Up and Configure Salesforce Advisor Link

Set Up and Configure Salesforce Advisor Link Set Up and Configure Salesforce Advisor Link Examples and illustrations throughout this document are for illustrative purposes only and not to be considered guidance on proper or required configurations.

More information

Syncing Between Pardot and Salesforce

Syncing Between Pardot and Salesforce Syncing Between Pardot and Salesforce Salesforce, Summer 16 @salesforcedocs Last updated: July 13, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Click the following link. Note that this will display a technical configuration file rather than a formatted page. This is normal.

Click the following link. Note that this will display a technical configuration file rather than a formatted page. This is normal. Overview This guide is designed to walk through the key steps for implementing the ShoreTel for Salesforce browser based integration in your Salesforce instance to connect with ShoreTel Connect CLOUD or

More information

Salesforce Classic Mobile Implementation Guide

Salesforce Classic Mobile Implementation Guide Salesforce Classic Mobile Implementation Guide Version 40.0, Summer @salesforcedocs Last updated: August 9, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Salesforce Classic Mobile Implementation Guide

Salesforce Classic Mobile Implementation Guide Salesforce Classic Mobile Implementation Guide Version 42.0, Spring 18 @salesforcedocs Last updated: April 6, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Set-Up Guide for Lightning Edition of Salesforce.com

Set-Up Guide for Lightning Edition of Salesforce.com Set-Up Guide for Lightning Edition of Salesforce.com MultiMatch Cloud Release 7.1.1 Table of Contents 1. Prior to installing package, Enable Chatter and Actions in Publisher... 2 2. Install MatchMyEmail

More information

Salesforce.com Summer '10 Release Notes

Salesforce.com Summer '10 Release Notes Salesforce.com: Summer '10 Salesforce.com Summer '10 Release Notes Last updated: July 20, 2010 Copyright 2000-2010 salesforce.com, inc. All rights reserved. Salesforce.com is a registered trademark of

More information

Complete Guide to Salesforce Knowledge

Complete Guide to Salesforce Knowledge Complete Guide to Salesforce Knowledge Salesforce, Spring 18 @salesforcedocs Last updated: February 1, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Complete Guide to Salesforce Knowledge

Complete Guide to Salesforce Knowledge Complete Guide to Salesforce Knowledge Salesforce, Summer 18 @salesforcedocs Last updated: May 25, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Summer 18 @salesforcedocs Last updated: July 26, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Set Up and Maintain Collaboration Tools

Set Up and Maintain Collaboration Tools Set Up and Maintain Collaboration Tools Salesforce, Winter 18 @salesforcedocs Last updated: December 6, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Getting Started with Relationship Groups

Getting Started with Relationship Groups Getting Started with Relationship Groups Understanding & Implementing Salesforce, Winter 17 @salesforcedocs Last updated: October 31, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved.

More information

Document revision 1.0

Document revision 1.0 Document revision 1.0 Contents Installing the Application... 3 Basic Setup... 4 Lightning New/Edit Page Configuration... 6 Lightning App Page Configuration... 8 Standardization Options... 12 Enabling and

More information

LinkedIn Sales Navigator for Salesforce Installation Guide: Lightning View

LinkedIn Sales Navigator for Salesforce Installation Guide: Lightning View LinkedIn Sales Navigator for Salesforce Installation Guide: Lightning View The installation process will take less than 30 minutes. Note: This guide is for Salesforce Lightning. If you need to install

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide Adobe Document Cloud esign Services for Salesforce Version 17 Installation and Customization Guide 2015 Adobe Systems Incorporated. All rights reserved. Last Updated: August 28, 2015 Table of Contents

More information

Salesforce Limits. Salesforce, Winter

Salesforce Limits. Salesforce, Winter Salesforce Limits Salesforce, Winter 18 @salesforcedocs Last updated: December 6, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

License Management and Support Guide

License Management and Support Guide License Management and Support Guide Salesforce, Summer 18 @salesforcedocs Last updated: June 20, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

IMPLEMENTING DATA.COM CLEAN FOR ACCOUNTS, CONTACTS, AND LEADS

IMPLEMENTING DATA.COM CLEAN FOR ACCOUNTS, CONTACTS, AND LEADS IMPLEMENTING DATA.COM CLEAN FOR ACCOUNTS, CONTACTS, AND LEADS Data.com Clean Overview In addition to finding and adding new accounts, contacts, and leads, Data.com cleans your existing Salesforce data

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Spring 16 @salesforcedocs Last updated: April 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Snapshot Best Practices: Continuous Integration

Snapshot Best Practices: Continuous Integration Snapshot Best Practices: Continuous Integration Snapshot provides sophisticated and flexible tools for continuously keeping Salesforce accounts, developer projects, and content repositories synchronized.

More information

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information

Salesforce Limits. Salesforce, Spring

Salesforce Limits. Salesforce, Spring Salesforce Limits Salesforce, Spring 16 @salesforcedocs Last updated: April 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Case Management Implementation Guide

Case Management Implementation Guide Case Management Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

How to Integrate Salesforce with Your Constant Contact Account FOR PROFESSIONAL & GROUP EDITIONS

How to Integrate Salesforce with Your Constant Contact Account FOR PROFESSIONAL & GROUP EDITIONS How to Integrate Salesforce with Your Constant Contact Account FOR PROFESSIONAL & GROUP EDITIONS INSIGHT PROVIDED BY www.constantcontact.com 1-866-876-8464 This guide is to help you install Constant Contact

More information

REPORT DESIGNER GUIDE

REPORT DESIGNER GUIDE REPORT DESIGNER GUIDE 2018 Advance Workshop Report Designer Guide This document has been very carefully prepared in the hope to meet your expectations and to answer all your questions regarding the Advance

More information

Salesforce App Help. Salesforce, Winter

Salesforce App Help. Salesforce, Winter Salesforce App Help Salesforce, Winter 18 @salesforcedocs Last updated: November 22, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Creating Dashboard. Version: 7.3

Creating Dashboard. Version: 7.3 Creating Dashboard Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

PREVIEW. Salesforce Limits. Salesforce, Winter

PREVIEW. Salesforce Limits. Salesforce, Winter Salesforce Limits Salesforce, Winter 18 PREVIEW Note: This release is in preview. Features described in this document don t become generally available until the latest general availability date that Salesforce

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

SPANNING BACKUP. for Salesforce. Installation Guide

SPANNING BACKUP. for Salesforce. Installation Guide SPANNING BACKUP for Salesforce Installation Guide Table of Contents Welcome 3 About this guide 3 Who was the guide written for? 3 What s in this guide 3 Installation Overview 4 Install the Spanning Backup

More information

User Manual. pdoc Forms Designer. Version 3.7 Last Update: May 25, Copyright 2018 Topaz Systems Inc. All rights reserved.

User Manual. pdoc Forms Designer. Version 3.7 Last Update: May 25, Copyright 2018 Topaz Systems Inc. All rights reserved. User Manual pdoc Forms Designer Version 3.7 Last Update: May 25, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

OIG 11G R2 Field Enablement Training

OIG 11G R2 Field Enablement Training OIG 11G R2 Field Enablement Training Lab 9- UI Customization Simple Disclaimer: The Virtual Machine Image and other software are provided for use only during the workshop. Please note that you are responsible

More information

S-Drive Lightning User Guide v2.1

S-Drive Lightning User Guide v2.1 S-Drive Lightning User Guide v2.1 Important Note This user guide contains detailed information about S-Drive for Salesforce Lightning usage. Refer to the S-Drive User Guide for more information about S-Drive

More information

Volunteers for Salesforce Installation & Configuration Guide Version 3.79

Volunteers for Salesforce Installation & Configuration Guide Version 3.79 Volunteers for Salesforce Installation & Configuration Guide Version 3.79 January 1, 2016 Djhconsulting.com 1 CONTENTS 1. Overview... 4 2. Installation Instructions... 4 2.1 Requirements Before Upgrading...

More information

ProvideX. NOMADS Enhancements

ProvideX. NOMADS Enhancements ProvideX VERSION 8.0 NOMADS Enhancements Introduction 3 Panel Designer Enhancements 5 Properties Window 7 New Format Definition for Grids/List Boxes 12 Bulk Edit Utility 14 Drag and Drop Utility 16 Dependency

More information

Application Note Creating a Composite Report For Managed Hosts 12-Oct-2016 Revision 1.0 Compiled by: Larry Balon

Application Note Creating a Composite Report For Managed Hosts 12-Oct-2016 Revision 1.0 Compiled by: Larry Balon Application Note Creating a Composite Report For Managed Hosts 12-Oct-2016 Revision 1.0 Compiled by: Larry Balon entuity.com info@entuity.com Table of Contents 1.0 Purpose... 3 2.0 Device Sub-Report...

More information

Salesforce Lead Management Implementation Guide

Salesforce Lead Management Implementation Guide Salesforce Lead Management Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 7, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

DocVerify E-Signature Salesforce Application How to Create a New E-Signature Document. Versions 4.0 and above.

DocVerify E-Signature Salesforce Application How to Create a New E-Signature Document. Versions 4.0 and above. DocVerify E-Signature Salesforce Application How to Create a New E-Signature Document Versions 4.0 and above www.docverify.com Table of Contents Prerequisites... 3 Step 1 (E-Signature Tab):... 4 Step 2

More information

Installation and Configuration Manual

Installation and Configuration Manual Installation and Configuration Manual IMPORTANT YOU MUST READ AND AGREE TO THE TERMS AND CONDITIONS OF THE LICENSE BEFORE CONTINUING WITH THIS PROGRAM INSTALL. CIRRUS SOFT LTD End-User License Agreement

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Set Up Salesforce Files Sync

Set Up Salesforce Files Sync Set Up Salesforce Files Sync Salesforce, Spring 18 @salesforcedocs Last updated: April 25, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Integrating Facebook. Contents

Integrating Facebook. Contents Integrating Facebook Grow your audience by making it easy for your readers to like, share or send pages from YourWebShop to their friends on Facebook. Contents Like Button 2 Share Button.. 6 Send Button.

More information

Set-Up Guide for Classic Salesforce.com

Set-Up Guide for Classic Salesforce.com Set-Up Guide for Classic Salesforce.com MultiMatch for Professional, Enterprise and Unlimited editions This guide is for those with email hosting at Office 365 (without Global Admin role), Google or other

More information

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9 TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 DEFINITIONS... 3 WHY WOULD YOU USE THIS?... 3 STEP BY STEP... 3 USING WORD S TOOLBARS... 5 DEFINITIONS... 5 WHY WOULD

More information

How to use the Acrobat interface and basic navigation

How to use the Acrobat interface and basic navigation How to use the Acrobat interface and basic navigation The work area (Figure 1) includes a document pane that displays Adobe PDF documents and a navigation pane (on the left) that helps you browse through

More information

Oracle Express CPQ for Salesforce.com. What s New in Spring 16

Oracle Express CPQ for Salesforce.com. What s New in Spring 16 Oracle Express CPQ for Salesforce.com What s New in Spring 16 February 2016 Revised: June 2016 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 Give Us Feedback... 4 POST-UPGRADE REQUIREMENTS... 5

More information

WordPress How to Create a Simple Image Slider with the New RoyalSlider

WordPress How to Create a Simple Image Slider with the New RoyalSlider WordPress How to Create a Simple Image Slider with the New RoyalSlider Last update: 2/20/2013 WARNING: DO NOT USE INTERNET EXPLORER you can use Firefox, Chrome, or Safari but the editing screens do not

More information

Salesforce Developer Limits Quick Reference

Salesforce Developer Limits Quick Reference Salesforce Developer Limits Quick Reference Version 41.0, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Classic Headlines & Featured App Guide

Classic Headlines & Featured App Guide Classic Headlines & Featured App Guide Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade

More information

SpringCM Release Notes. January 2018

SpringCM Release Notes. January 2018 SpringCM Release Notes January 2018 Contents Announcements... 3 Global Navigation header coming in 2018... 3 Redefining the Admin and User Experiences... 4 Workflows... 4 E-Signature Changes... 4 Enhancements...

More information

Vizit Essential for SharePoint 2013 Version 6.x User Manual

Vizit Essential for SharePoint 2013 Version 6.x User Manual Vizit Essential for SharePoint 2013 Version 6.x User Manual 1 Vizit Essential... 3 Deployment Options... 3 SharePoint 2013 Document Libraries... 3 SharePoint 2013 Search Results... 4 Vizit Essential Pop-Up

More information

eform Suite Version 5

eform Suite Version 5 2014/March eform Suite Version 5 What s new Conventions For better understanding, the following conventions are used in this document: Code uses the font Courier. Paths like c:\programm files\teleform

More information

Contents. Add a Form Element to a Group Box Add a Field to a Form... 22

Contents. Add a Form Element to a Group Box Add a Field to a Form... 22 Workflow Design Guide Version 17 November 2017 Contents About This Guide... 7 Workflows and Forms Overview... 7 Security Permissions for Workflows and Forms... 8 Search for a Workflow Design, Workflow

More information

Self-Service Portal Implementation Guide

Self-Service Portal Implementation Guide Self-Service Portal Implementation Guide Salesforce, Spring 6 @salesforcedocs Last updated: April 7, 06 Copyright 000 06 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Insert/Edit Image. Overview

Insert/Edit Image. Overview Overview The tool is available on the default toolbar for the WYSIWYG Editor. The Images Gadget may also be used to drop an image on a page and will automatically spawn the Insert/Edit Image modal. Classic

More information

icreate Editor Tech spec

icreate Editor Tech spec icreate Editor Tech spec Creating a landing page? A website? Creating, designing, and building professional landing pages and websites has never been easier. Introducing icreate's drag & drop editor: Our

More information

SignNow 2.0 for Salesforce User Guide

SignNow 2.0 for Salesforce User Guide SignNow 2.0 for Salesforce User Guide Follow this guide to install, configure and use the SignNow application for your Salesforce organization REQUIREMENTS Salesforce account and working knowledge of Salesforce.

More information

Deploy Enhancements from Sandboxes

Deploy Enhancements from Sandboxes Deploy Enhancements from Sandboxes Salesforce, Spring 17 @salesforcedocs Last updated: March 10, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

IMAGE LINKS - INTRODUCTION

IMAGE LINKS -  INTRODUCTION IMAGE LINKS - EMAIL INTRODUCTION The purpose of this document is to provide guidance for client website administrators who create and maintain content on how to create image links to content. RELATED IMAGE

More information

Salesforce ldeas Implementation Guide

Salesforce ldeas Implementation Guide Salesforce ldeas Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

EKP 7.1 New Features Guide

EKP 7.1 New Features Guide EKP 7.1 New Features Guide Document Information Document ID: EKP7103 Document title: EKP 7.1 New Features Guide Version: 1.0 Document date: 6 May 2011 This document may be revised from time to time. Please

More information

Tyler Dashboard. User Guide Version 5.8. For more information, visit

Tyler Dashboard. User Guide Version 5.8. For more information, visit Tyler Dashboard User Guide Version 5.8 For more information, visit www.tylertech.com. TABLE OF CONTENTS Tyler Dashboard... 4 Tyler Dashboard Features... 4 Tyler Dashboard Ribbon... 4 User Views... 5 Tools...

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

Enhance Salesforce with Code

Enhance Salesforce with Code Salesforce, Spring 17 @salesforcedocs Last updated: April 3, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other

More information

Salesforce App Admin Guide

Salesforce App Admin Guide Salesforce App Admin Guide Version 9, Winter '18 Written by Michelle Chapman-Thurber With contributions by Michael Floyd Carol Franger Tammy Rahn Samantha Reynard Emily Wilska Get your organization ready

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

POS Designer Utility

POS Designer Utility POS Designer Utility POS Designer Utility 01/15/2015 User Reference Manual Copyright 2012-2015 by Celerant Technology Corp. All rights reserved worldwide. This manual, as well as the software described

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

Salesforce1 Mobile App Admin Guide

Salesforce1 Mobile App Admin Guide Salesforce1 Mobile App Admin Guide Version 7, Spring '17 Written by Michelle Chapman-Thurber With contributions by Michael Floyd Carol Franger Tammy Rahn Samantha Reynard Emily Wilska Get your organization

More information

Create and Manage Partner Portals

Create and Manage Partner Portals Create and Manage Partner Portals Salesforce, Summer 18 @salesforcedocs Last updated: June 20, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Word 2013 Beginning. Technology Integration Center

Word 2013 Beginning. Technology Integration Center Word 2013 Beginning Getting Started... 2 Quick Access Toolbar... 3 The Ribbon... 3 Help... 4 Compatibility Mode... 4 Document Views... 4 Navigating the Document... 5 Moving Around in the Document... 5

More information

LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide

LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide The installation process will take less than 30 minutes The LinkedIn Sales Navigator for Microsoft Dynamics application (widget)

More information

Basic Content Management Introduction

Basic Content Management Introduction Basic Content Management Introduction Logging into the editing process To begin editing your website you use your username and password to access your website's backend. The backend of your website can

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change for improvement without notice. We

More information

Set Up and Maintain Sales Tools

Set Up and Maintain Sales Tools Set Up and Maintain Sales Tools Salesforce, Spring 16 @salesforcedocs Last updated: February 18, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

IBM DB2 Web Query for IBM i. Version 2 Release 2

IBM DB2 Web Query for IBM i. Version 2 Release 2 IBM DB2 Web Query for IBM i Version 2 Release 2 Active Technologies, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software, Parlay, PC/FOCUS, RStat, Table

More information

Complete Guide to Salesforce Knowledge

Complete Guide to Salesforce Knowledge Complete Guide to Salesforce Knowledge Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Salesforce Console Implementation Guide

Salesforce Console Implementation Guide Salesforce Console Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Using Sitecore 5.3.1

Using Sitecore 5.3.1 Using Sitecore 5.3.1 An End-User s Guide to Using and Administrating Sitecore Author: Sitecore Corporation Date: December 12, 2007 Release: Rev. 1.0 Language: English Sitecore is a registered trademark.

More information

S-Drive Installation Guide v1.28

S-Drive Installation Guide v1.28 S-Drive Installation Guide v1.28 Important Note This installation guide contains basic information about S-Drive installation. Refer to the S-Drive Advanced Configuration Guide for advanced installation/configuration

More information