Article Details
Id:19588
Product:finPOWER Connect
Type:NEW
Version:4.00.00
Opened:16/09/2022
Closed:16/09/2022
Released:21/12/2022
Job: J029628

HTML Widgets; MsgBox functions have been updated to not error if a null or undefined message is supplied

The following widget.UI methods have been updated to handle a "message" parameter being supplied that is either null or undefined:

  • GetInputDate
  • MsgBoxAlert
  • MsgBoxConfirm
  • MsgBoxConfirmList
  • MsgBoxConfirmDelete
  • MsgBoxInfo
  • MsgBoxList

The message will appear as either "null" or "undefined" and no longer cause a JavaScript error which made debugging more difficult.