This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Active Roles Customize Error message in Web Interface

Hello all,

I have a script running some checks as part of the PreModify function and throwing and exception if an ID is not unique forest wide, this is working nicely but I was wondering if it is possible to customize what is shown on screen.

What I mean is changing the links displayed under "Look for solution" or at least add an option like an internal link/email address so that 1st level can contact us directly.

Just in case this is the code I use to throw an exception

		[string]$exceptionMessage = "ID is not Unique Forest Wide!"
		[System.FormatException]$idException = New-Object System.FormatException $exceptionMessage
		throw $idException

Parents
  • Thanks Aidan,

    Not what I was looking for but got the point, our need is more to point the ops to an internal FAQ system or similar but guess we’re out of look.

    Is there any api you are aware of we can leverage to plug-in and extend ars? I have no issues writing some code to handle this but could not find any documentation/pointer in the correct direction.

    Thanks!
Reply
  • Thanks Aidan,

    Not what I was looking for but got the point, our need is more to point the ops to an internal FAQ system or similar but guess we’re out of look.

    Is there any api you are aware of we can leverage to plug-in and extend ars? I have no issues writing some code to handle this but could not find any documentation/pointer in the correct direction.

    Thanks!
Children
No Data