Migrate expressions

  1. Check if there are any expressions that needs conversion: select * from tbl_webhook_subscription where expression is not null and expression not like '%condition%' and unsubscription_date is null;

  2. Deploy the same version of the VMS client (as they will use for the upgrade) to your dev environment.

  3. Create the same expressions in you dev environment as you found in step 1.

  4. Doublecheck with AI that you created the same logic as before

  5. Copy the expression from tbl_webhook_subscription.expression

  6. Update the expression from step 1 with postman

Last updated

Was this helpful?