Salesforce and Application Integration > Customizing Salesforce > Attributes to Customize Salesforce Pages with Guide Designer
  

Attributes to Customize Salesforce Pages with Guide Designer

You can use the following attributes when interacting with Visualforce pages in Guide Designer. For example, see Customizing and Creating Salesforce Pages
Name
Type
Description
alwaysNewGuide
Boolean
Using this flag avoids any correlation with other running guides so guides that open always start from the beginning.
closeOnDone
Boolean
True if a the window is closed when a user clicks done. This is used when a guide is launched in its own window.
entryIds
String
Comma-separated list of entry IDs to be displayed.
extraInfo
String
For reporting purposes, extra info to be displayed in Informatica Cloud Real Time reports goes here.
guideName
String
Names the guide that will be displayed.
height
String
Optional height of the guide area iframe. If you do not use this attribute, the default will be 100 percent of its container.
id
String
An identifier that allows the component to be referenced by other components in the page.
match
String
Comma-separated list of tags that are displayed. Guides that don't contain one of these tags are filtered out of the list for the user. This allows for both static and dynamic filtering as tags can be field values for example Status:Warm.
nothingOnDone
Boolean
Indicates that the browser page is to stay where it is when the user hits Done. Note , however, the tab for the finished guide is closed.
objectId
String
The ID of the object to be used as the context of the guides; for example Account.Id for use accounts. This parameter is required.
objectType
String
The type of record the guides is used with; for example, set to Account when used with accounts. This parameter is required.
openIfOne
Boolean
If there is only one guide to display, open it and do not show the Guide Navigator.
Note: This is always true if a guideName attribute is set, regardless of this setting.
rendered
Boolean
A Boolean value that specifies whether the component is rendered on the page. If it is not specified, this value defaults to true.
showCategories
Boolean
Turns displaying tags as categories on when true. Tags containing equal signs and tags beginning with a period are never shown.
topLevelWindow
Boolean
If false, shows the 'open in new window' link. True means the Guide Navigator is a top level window. Default is false.
useResponsive
Boolean
Using this flag when loading a named mobile guide on a desktop or tablet allows it to run.
width
String
Width of the guide area iframe. If you do not specify a value, the default is 100 percent of its container.