Search Tips and Tricks

Login to search and find more tips.

Featured tip

How to prefix a phone number in uStore

[QLingo,uProduce,uCreate Print,uStore,uPlan][Steve Couch][30 Mar 2025]
  1. Convert your phone content object to a variable.
  2. Set the campaign dial on the variable and remove the campaign dial from the content object.
  3. The expression of the phone variable should simply be the value from the datasource:
    |->[phone]
  4. The expression of the phone content object should contain the logic: 
    if (IsNullOrEmpty(@{phone}))
    {
        ""
    }
    else
    {
        "Mobile: " & @{phone}
    }

Submit a tip

Do you have a useful tip to share? We'd love to hear it! Simply use the Feedback form to submit a tip and we'll add it here to help the XMPie community.