{ "applicationModelVersion": "19.4.3", "id": "customer_search", "description": "A new VB app\n", "defaultPage": "app", "chains": { "hideSpinner": { "description": "Hides the application loading screen shown immediately after the splash screen is dismissed.", "root": "hideSpinner", "actions": { "hideSpinner": { "module": "vb/action/builtin/callModuleFunctionAction", "parameters": { "module": "{{ $application.functions }}", "functionName": "hideSpinner" } } } }, "resourceChangedHandler": { "root": "fireNotification1", "description": "Displays a notification message when application has been updated and needs to be refreshed.", "variables": { "event": { "required": false, "input": "fromCaller", "type": { "error": { "detail": "string" } } } }, "actions": { "fireNotification1": { "module": "vb/action/builtin/fireNotificationEventAction", "parameters": { "summary": "[[ $chain.variables.event.error.detail ]]", "target": "leaf" } } } } }, "services": { "jderest": { "path": "./services/jderest/openapi3.json" }, "jderestV3Orchestrator": { "path": "./services/jderestV3Orchestrator/openapi3.json" } }, "translations": { "app": { "path": "./resources/strings/app/nls/app-strings" } }, "events": { "customNavEvent": { "payloadType": { "event": "string" } }, "navigateToItem": { "payloadType": { "item": "string" } } }, "types": {}, "variables": { "aisToken": { "type": "string", "persisted": "session" }, "Fullname": { "type": "string" }, "LoggedIn": { "type": "boolean" }, "pathFlow": { "type": "string" }, "SearchItemDesc": { "type": "string" }, "SearchItemNum": { "type": "string" }, "SearchStkType": { "type": "string" }, "username": { "type": "string", "persisted": "session" } }, "eventListeners": { "vbEnter": { "chains": [{ "chainId": "hideSpinner" }] }, "vbResourceChanged": { "chains": [{ "chainId": "resourceChangedHandler", "parameters": { "event": "{{ $event }}" } }] } }, "userConfig": { "type": "vb/DefaultSecurityProvider", "configuration": { "authentication": { "type": "oraclecloud", "options": { "login": "", "logout": "", "headers": {} } } } }, "security": { "access": { "requiresAuthentication": false } }, "requirejs": { "paths": { "oj-sample": "build/components/oj-sample/3.2.3", "oj-fnd": "build/components/oj-fnd/2001.0.0-rc1", "oj-ux-icon": "https://static.oracle.com/cdn/fnd/gallery/2101.3.0/images" }, "bundles": { "oj-fnd/oj-fnd-bundle": [ "oj-fnd/fnd-media-card/loader", "oj-fnd/about-record/loader", "oj-fnd/action/loader", "oj-fnd/actions/loader", "oj-fnd/address-form/loader", "oj-fnd/alta-additions/oj-fnd-alta-additions", "oj-fnd/attachments-simple/loader", "oj-fnd/attachments-simple/types/attachmentsServiceDataProvider", "oj-fnd/common-util/oj-fnd-common-util", "oj-fnd/common-util/oj-fnd-profilerutils", "oj-fnd/currency-convertor/loader", "oj-fnd/oj-fnd-custom-toolbar-button/loader", "oj-fnd/device-driven-data-entry/loader", "oj-fnd/filter-tabs/loader", "oj-fnd/global-search/loader", "oj-fnd/key-flex-field/loader", "oj-fnd/launchpad/loader", "oj-fnd/launchpad-item/loader", "oj-fnd/list-view/loader", "oj-fnd/manage-data-collection/loader", "oj-fnd/manage-page/loader", "oj-fnd/object-detail/loader", "oj-fnd/section/loader", "oj-fnd/select-all/loader", "oj-fnd/sort-controls/loader", "oj-fnd/summary-tabs/loader", "oj-fnd/table-view/loader", "oj-fnd/universal-panel/loader", "oj-fnd/view-selector/loader", "oj-fnd/vif-card/loader", "oj-fnd/vif-common/oj-fnd-vif-cardsize", "oj-fnd/vif-common/oj-fnd-vif-container", "oj-fnd/vif-common/oj-fnd-vif-template", "oj-fnd/vif-common/oj-fnd-vif-utils", "oj-fnd/vif-common/oj-fnd-vif-value", "oj-fnd/vif-common/reportcategory", "oj-fnd/vif-common/reportcategoryfilter", "oj-fnd/vif-common/reportdatasource", "oj-fnd/vif-common/reportenums", "oj-fnd/vif-common/reportfilter", "oj-fnd/vif-common/reportqueryfilter", "oj-fnd/vif-common/reportrange", "oj-fnd/vif-common/reportvalue", "oj-fnd/vif-barchart/loader", "oj-fnd/vif-infoletset/loader", "oj-fnd/vif-piechart/loader", "oj-fnd/vif-recordlist/loader", "oj-fnd/vif-value/loader", "oj-fnd/vif-values/loader", "oj-fnd/image/loader", "oj-fnd/truncation/loader" ] } } }