Posts

Showing posts from May, 2022

BOSS

BOSS+Fundamentals Produce Business Object Environment Setup boss module create -m <module1> <pkg1> boss bo create -bo Inv -t ap_invoices_all -m module1  pkg1 boss bo create -bo InvLine -t ap_invoice_lines_all -m module1 pkg1 boss bo addrelation -m module1 -bo Inv -tbo InvLine -fm invoiceId:invoiceId -c OneToMany -acc lines -macc invoice  pkg1 boss view create default -m  module1   -bo Inv  pkg1 boss view create -m moduleName -bo BusinessObjectName -v viewName <app-package-name> Create transient atributes, mark attributes as sortable, searchable. Deploying   cd pkg1/sources vi app-package.json5 {   name: "pkg1",   version: "1.0.0",   description: "ERPM spectra training app",   dependencies: { } } cd $BOSS_MODEL_HOME/config vi application.json [   {     "id": "ora_erp_expenses",     "name": "ERPM spectra training app",     "version": "1.0.0",     "description": "ERPM...