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)) }

Remarks

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.

User Contributed Notes
0 notes + add a note