workflow::test::admin_owner_id (public)

 workflow::test::admin_owner_id

Defined in packages/workflow/tcl/test/workflow-test-procs.tcl

Return the id of the site-wide-admin (the only person guaranteed to be on the system).

Testcases:
No testcase defined.
Source code:
    set admin_email [ad_admin_owner]

    return [db_string admin_owner_id "select party_id from parties where email = :admin_email"]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: