We use lots of custom events that alert users of input issues.
They work fine in IEE, but in Cloud not the full message is displayed.
Example:
MyErrorMessage_:= 'Not sellable tail parts: ' || catalog_no_;
IFSAPP.Error_SYS.Record_General('', MyErrorMessage_);
will display only the values in catalog_no









