New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects

12 November 2025

  • 15:2115:21, 12 November 2025 Check if a user has a certain Role (hist | edit) [645 bytes] Smtxwiki (talk | contribs) (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...")

10 November 2025

  • 14:1714:17, 10 November 2025 Steps to remove forms and processes (hist | edit) [691 bytes] Smtxwiki (talk | contribs) (Created page with "== How to Delete a Form and Its Related Data == To delete a form and its associated data, follow these steps: # Go to the '''Release Manager''' and find your form. # Click the '''Add Relations''' button. # You will now see all linked processes and parameters. # Go to the same '''Add Relations''' button under '''Processes''' and click it again. # You now have an overview of all related components. For each process: # Check whether any '''email templates''' are in use....")
  • 14:1414:14, 10 November 2025 Cleaning (hist | edit) [97 bytes] Smtxwiki (talk | contribs) (Created page with "Cleaning of platform --Steps to remove forms and processes")