Navigation :
Envision Tutorials
Envision Explanation
Envision How-To Guides
Lokad Platform
Envision Reference
- Glossary
- Platform overview
- List of icons
-
_
-
A-B-C
-
D-E-F
-
G-H-I
-
J-K-L
-
M-N-O
-
P-Q-R
-
S-T-U
-- Selectors
-- stylecode
-- same
-- sample
-- sanitize
-- scalar
-- scan
-- scatter
-- schema
-- scriptId
-- sequenceUrl
-- show
-- similarity
-- sin
--
single (disambiguation)
-- slicepicker
-- slices
-- sliceSearchUrl
-- slicetree
-- sliceUrl
-- small
-- smooth
-- smudge
-- solve.moq
-- sort
-- span
-- spark
-- sqrt
-- startsWith
-- stdev
-- stdevp
-- stockrwd.c
-- stockrwd.m
-- stockrwd.s
-- strlen
--
substr
-- sum
-- summary
-- syncUrl
-- table
-- tabs
-- tabstrip
-- tanh
-- taskUrl
-- text
-- then
-- title
-- today
-- transform
-- treemap
-- trim
-- trimLeft
-- trimRight
-- true
-- truncate
-- tryParseDate
-- tryParseNumber
-- tryParseTime
-- tryParseWeek
-- tuple
--
uniform
-- uniform.left
-- uniform.right
--
union (disambiguation)
-- upload
-- uppercase
-- URL
-
V-W-X
-
Y-Z
Envision Gallery
Envision Specifications
Envision Language
Legacy
sequenceUrl
sequenceUrl, function
def pure sequenceUrl(id: number): text
Returns a URL pointing to the script sequence identified by id.
Example
show menu "Sequences" with
"Morning" { href: #(sequenceUrl(1000)) }
"Evening" { href: #(sequenceUrl(2000)) }
"Weekly" { href: #(sequenceUrl(1234)) }
End users usually do not have access to script sequences, so this function is
mostly intended for internal tools. It cannot be called on
try.lokad.com .