News Entry Link

News Entry Link

Function: a!newsEntryLink()

Defines a link to news entries. Links can be used in charts, grids, hierarchy browsers, images, link fields, milestones, pickers, and rich text.

See also: Link, Read-Only Grid, Images

Parameters

Name Keyword Type Description
Label label Text Text associated with this link.
Entry entry Text The ID of the linked feed entry.
Visibility showWhen Boolean Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true.

Notes

  • To get an entry ID of a post created via smart service, use the Entry Id node output of the Post Event to Feed or the Post System Event to Feed smart services.
  • To manually get an entry ID from a post while browsing the news feed with a web browser, click on the post's timestamp. The end of the resulting URL in your browser address bar is of the form tempo/news/entry/[entry ID].

Examples

1
2
3
4
=a!newsEntryLink(
  label: "Discuss This Case",
  entry: "f-109"
)
Open in Github Built: Fri, Mar 11, 2022 (04:59:07 PM)

On This Page

FEEDBACK