Skip to main content
Planview Customer Success Center

GetImage Function

GetImage (entityType as String, objectId as ObjectIdentifier) as String

Category: ObjectReference
Description: Returns an image url for an object specified within the objectId
Supported Context: FormulaField And BusinessRules
Parameters:  
entityType as String  
objectId as ObjectIdentifier  
Returned value as String  
Example #1

{GetImage('CustomIcon','Roadmap')

where CustomIcon is an existing organizational picklist level field and Roadmap is one if it's picklist options

Useful when building custom pages such as Portal Home. This function can be used to pull the background image where the image is stored as the icon of a picklist value.