syncUrl

syncUrl, function

def pure syncUrl(id: number): text

Returns a URL pointing to the data synchronization script identified by id.

Example

show menu "Third party inputs" with
  "Contoso"  { href: #(syncUrl(1000)) }
  "Fabrikam" { href: #(syncUrl(2000)) }

Remarks

End users usually do not have access to synchronization scripts, 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