This is my scenario at the moment:
- I have created a custom component that has a utility file with a procedure (I will be using this procedure in the next step)
- I updated component “order” deploy.ini to include my custom component as a DYNAMIC dependency
- I customized an entity in the “order” component by adding a calculated field using “DbSqlImplementation” and called the procedure that is in my custom component. I made sure to use the “DynamicComponentReference” annotation
- After generating and deploying the customized entity in component “order,” I received a PLS-00201: Identifier COMPONENT_{our cust component}_SYS.INSTALLED…. error - which would make sense because my updated deploy.ini from step 2 has not been installed yet
Questions:
- How do I get this to work and have a successful sanity build?
