Customer Portal

Transformation: Bitwise operation

Comments 2

  • Avatar
    misho
    0
    Comment actions Permalink
    Hi,

    CTL does not have bitwise operators, you will have to handle it in Java.
    Set up the direct mappings in CTL editor and have a Java code generated from the editor afterwards. Then implement the rest in Java. That will save you some work coding.
  • Avatar
    admin
    0
    Comment actions Permalink
    There is also an option to create custom CTL functions for handling bit operations. That way, you can continue using CTL and get your functionality.

Please sign in to leave a comment.