• Report validation script

    I'm trying to create a report for IT Shop requests to be used by application managers. Since we have  > 30 000 products and no logical grouping parameters, i have just writtens this in the sql query:

    WHERE pwo.DisplayOrg LIKE '%' + @Displayorg +…

  • 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…

  • Best practice passing objects from Composition API to a DialogScript

    Hello,

    this is a followup to the already answered question How to invoke a script from within the Composition API.

    I want to pass an object of a certain type to the DialogScript function. Since custom classes implemented in the Composition API are not…

  • D1IM 7.1.2 templates are not working when creating an object via script

    Hi

    Since we have migrated our System from 6.1.3 to 7.1.2 we have the problem with some custom sync scripts, because they try to create a new object in the tables UNSAccountB and UNSGroupB. But the creation process fails due to not working template for…