Solved

Deployment errors in Cloud

  • 2 March 2023
  • 1 reply
  • 94 views

Userlevel 3
Badge +5

Hi,

I have an issue where some of my database packages having references to custom object packages. for an example,

 

Customer_Order_API having below code,

Shop_Ord_Cfp.Modify__

AS i know, Shop_Ord_Cfp is generated once the custom objects of the LU ShopOrd are fully published. But at the time of the installation these are not published. SO, the database deployment giving errors in Cloud. How i can bypass these errors during the delivery creation in buildplace? Can i use conditional compilation?

 

Please advise.

Thanks

Roshanga

icon

Best answer by Rifki Razick 3 March 2023, 05:16

View original

1 reply

Userlevel 4
Badge +9

Hi @roshanga

As a rule you cannot reference configuration objects (custom attributes, custom entities etc) from your customization code. Configurations should always be above the code layer and not the other way around. 

Please refer https://docs.ifs.com/techdocs/23r1/040_tailoring/225_configuration/010_config_best_practice/

Reply