Main public logs

Jump to navigation Jump to search

Combined display of all available logs of SMTX Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:21, 12 November 2025 Smtxwiki talk contribs created page Check if a user has a certain Role (Created page with "Via a webservice, you can check if the logged in user has a certain role. You need the webservice called 'Logged in person has role' (DEV: https://dev.ssp7.smt-x.com/Common/Admin/WsCallAddEdit.aspx?genericid=495) var rolename = g_fieldvalues.filter(function (fld) { return fld.name === "RoleName"; }).map(function (fld) { return fld.value; }).join(""); return StudioInterface.loggedInPersonHasRole(rolename); You can then use this Webservice in a form, with a hidden field...")