Admin
Created page with "== Intro == We have built a templating engine in 3B Sign, 3B Forms and 3B Portals & Mobile Apps that allows developers/system admins to "mail merge" variables directly in the form, document or page. == Syntax == <syntaxhighlight lang="text"> RecordId: {{record.Id}} //This is the context record User Id {{contactUser.Id}} //This is the context user (only available in Portals) //This example assumes Contact as the context record //The top-level record is always the c..."