• Solution: Set a PWO DialogParameter Value via Script (Sharing is caring)

    As discussed in the hidden Gems session at the recent UNITE conference there is a simple script to retrieve the value of a DialogParameter of a Request (PersonWantsOrg).

    I faced now a situation to update a value (based on an External Decision) and want…

  • Add CentralAccount from PersonOrdered to PersonWantsOrg table

    Hello, I performed a Schema extension on the PersonWantsOrg table with the intention of introducing PersonOrdered's CentralAccount, I'm trying to get the value but I can't, I tried the following code:

    If Not String.IsNullOrEmpty($UID_PersonOrdered…

  • What is the proper way of importing closed PWO from one environment to the next?

    Hello!

    As part of a migration from v6.1.2 to v8.0.1, we have to migrate some data, including notable closed PWO.
    By closed PWO, we mean PWO which have an OrderState in a viPWOOrderState with isClosed = 1 (OrderState IN (SELECT orderstate FROM viPWOOrderState…