• Script for pwd gen and putting value into ADSAccount UserPassword field

    Hello,

    I've created a script to generate the password taking the xobjectkey as input and returning the password.

    Here's my script:

    Public Function CCC_Generate_Password_AD(ByVal accountXobjectKey As String) As String
    Dim entity As IEntity = Session…

  • Vb Script Editor in V8.2.1 without Intellisense

    Situation:

    We have upgraded from v8.1.3 to v8.2.1 and since then we miss the IntelliSense function in VB.Script Editor.

    https://code.visualstudio.com/docs/editor/intellisense

    Example:

    If I type String. , there is no picker that shows all methods of String…

  • Query from a View in a script

    We need to run a query in a Script. We have created a View that we will query. It is done this way because we want to simplify the script

    This is our code for the Query:

    Dim qPersonWantsOrg = Query.From("View_Avbestilling")

    View_Avbestilling is…