InfiniSuite SDK
  • Introduction
  • SDK & Scripting
    • Building Applications
    • Widgets
    • Classes
      • BaseApp
      • DashboardApp
      • EntityApp
      • FormApp
      • ListApp
      • Menu
      • Report
      • ReportQueryApp
      • Toolbar
      • TransactionApp
    • Libraries
      • ApiLib
      • AppLib
      • CacheLib
      • ChartLib
      • ExportLib
      • ImportLib
      • InfobarLib
      • LogLib
      • MainLib
      • MessageLib
      • RqlLib
      • ScriptLib
      • SpreadsheetLib
      • SystemLib
      • TabLib
      • TransactionGridLib
    • Sample Code
      • Entity App
      • Using Radiobuttons
  • REST API
    • Using the REST API
      • Entity Endpoint Summary
      • Authentication
      • Filters
      • Using RQL to Query Data
    • REST Endpoints
      • Account
      • Address
      • Application
      • Box1099
      • Class
      • CompanySetup
      • Contact
      • Favorite
      • Form1099
      • Item
      • Job
      • List
      • ListItem
      • Log
      • Note
      • Relationship
      • SalesTax
      • SalesTaxGroup
      • SalesTaxGroupItem
      • Task
      • Term
      • Transaction
      • TransactionDetail
      • Unit
  • Data Model & Schema
    • Data Model
    • Business Object Schemas
    • Tables
      • account
      • address
      • class
      • companysetup
      • contact
      • item
      • job
      • lead
      • list
      • listitem
      • relationship
      • task
      • term
      • transaction
      • unit
    • Views
      • accountbalanceview
      • accountbalanceyearmonthview
      • accountviewcompact
      • addressview
      • billview
      • classview
      • contactview
      • customerbalance
      • customerinvoicebodetail
      • customerinvoiceboheader
      • customerinvoicetotal
      • customeropeninvoices
      • customeropeninvoicetotal
      • customerpaymenttotal
      • itemview
      • listitemview
      • modelrelationview
      • openbillview
      • salestaxgroupitemview
      • scriptview
      • taskview
      • transaction_balance_view
      • transactiondetailview
      • transactiondetailviewcompact
      • transactiondetailviewnooffset
      • transactiondetailviewoffset
      • transactionview
      • transactionviewcompact
      • trialbalanceview
      • vendorbalance
  • Reference
    • Account Types
    • Field Types
    • Script Types
    • Tab Types
    • Transaction Types
    • Grid Filters
  • Setup & Configuration
    • Application Manager
    • Schema Manager
    • Script Manager
    • Bundle Manager
    • Text Localization
  • License
    • Open Source Licenses
Powered by GitBook
On this page
  • success(text, [title], [options]) ⇒ void
  • scriptError(text, funcname, [msgNbr], [eventInfo], [appConfig]) ⇒ void
  • error(text, title?, options?, func?, msgNbr?, eventInfo?, app?)
  • info(text, title?, options?)
  • note(text, title?, options?)
  • alert(text, title, options?)
  • validationError(text, [title], [options]) ⇒ void
  • confirm(text, title, callback)
  • prompt(text, [title], [options]) ⇒ Type.Promise
  • remove()

Was this helpful?

  1. SDK & Scripting
  2. Libraries

MessageLib

Functions

success(text, [title], [options]) ⇒ void

scriptError(text, funcname, [msgNbr], [eventInfo], [appConfig]) ⇒ void

error(text, title?, options?, func?, msgNbr?, eventInfo?, app?)

info(text, title?, options?)

note(text, title?, options?)

alert(text, title, options?)

validationError(text, [title], [options]) ⇒ void

confirm(text, title, callback)

prompt(text, [title], [options]) ⇒ Type.Promise

remove()

success(text, [title], [options]) ⇒ void

Params

  • text string

  • [title] string

  • [options] *

scriptError(text, funcname, [msgNbr], [eventInfo], [appConfig]) ⇒ void

Params

  • text string

  • funcname string

  • [msgNbr] number

  • [eventInfo] Type.EventInfo

  • [appConfig] Type.AppConfig

error(text, title?, options?, func?, msgNbr?, eventInfo?, app?)

Params

  • text type

  • title? type

  • options? type

  • func? type

  • msgNbr? type

  • eventInfo? type

  • app? type

info(text, title?, options?)

Params

  • text type

  • title? type

  • options? type

note(text, title?, options?)

Params

  • text type

  • title? type

  • options? type

alert(text, title, options?)

Params

  • text type

  • title type

  • options? type

validationError(text, [title], [options]) ⇒ void

Params

  • text string

  • [title] string

  • [options] *

confirm(text, title, callback)

Params

  • text type

  • title type

  • callback type

prompt(text, [title], [options]) ⇒ Type.Promise

Params

  • text string

  • [title] string

  • [options] *

remove()

PreviousMainLibNextRqlLib

Last updated 5 years ago

Was this helpful?