Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
can someone help me with tWarn using tSchemaCompliance what with the trigger Run IF when a max length exceed it will warn a message
@kkimpoy ,check you check the below one,which you were looking for.
can i have some if statements, regarding for the integer that will exceed maximum length?
for example
Group will only allow 1 digit. but there's 2... id like to tWarn
@kkimpoy ,you can do by using tfilterrow component if the column length more than 2 then warn.
how about this?
is there way i can put double condition in single if? can you teach me how
because
((Integer)globalMap.get("tLogRow_1_Group")) == null || ((Integer)globalMap.get("tLogRow_1_Email")) == null arent working
@kkimpoy ,can you check the screenshot.