This topic contains 2 replies, has 0 voices, and was last updated by Allllan 8 years, 6 months ago.

  • Author
    Posts
  • #23695

    Allllan

    Greetings,

    Trying to do a formula like <#if record.shipmethod.ID ==1231231>…..then do something (obviously that code doesn't work or I wouldn't be here ) I can do the logic on the field name, but ideally I need to do it around the ID in case someone renames the shipping item. Any ideas?

    Alan
    This is a cached copy. Click here to see the original post.

  • #23696

    michoel

    Try <#if record.shipmethod.internalid == 1231231>

  • #23697

    Allllan

    Thank you!

You must be logged in to reply to this topic.