Linking

Linking between applications


my $url = $self->caf_link(
    project => 'Admin',    # defaults to current Project
    app     => 'account',  # defaults to current app
    params  => {
        'rm'     => 'edit',
        'doc_id' => 72,
    },
);

$self->template->fill({ account_url => $url });