Skip to main content

We have a requirement to set certain custom field values and query them using REST APIs. This works perfectly fine and can be deployed through development studio, however the build fails as it cannot find custom objects when the component is being built / deployed by the build place.

Is there anyway to change the order of the build for the custom component to build after all the dependencies from custom objects are built?

Hi @bhavesh ,

Customizations (using code) cannot refer Configurations (Cf*).

https://docs.ifs.com/techdocs/23r1/040_tailoring/100_tailoring_overview/#combining_tailoring_types


Reply