Question

Using _Cfv, _Cft, _Cfp in the Customisation Development

  • 25 May 2023
  • 1 reply
  • 107 views

Userlevel 3
Badge +10

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?


1 reply

Userlevel 4
Badge +9

Hi @bhavesh ,

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

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

Reply