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