Calling a Script Include

  • The syntax to call a Script Include depends on scope - A scope prefix is not required to call a Script Include in the same scope var conflict = new ItineraryConflict(); - To call a Script Include in another scope, prepend the Script Includes name with its unique scope namespace to distinguish it from other Script Includes with the same name var travSched = new x_cld_travel.ItineraryConflict(); var switches = new global.ArraysUtils();

Every custom application has an application scope that is defined by its namespace.

results matching ""

    No results matching ""