Skip to main content
Solved

Adding CF in entity

  • November 14, 2025
  • 3 replies
  • 40 views

Forum|alt.badge.img+9
  • Sidekick (Customer)
  • 184 replies

Hello, I cannot add new CF in entity ShopOrdTransactionUtil, exist some superior entity in which I can add CF and this CF will be also visible in this entity ShopOrdTransactionUtil?

 

Thanks

Best answer by Abdul

Hi ​@Ed22,

It is not allowed add CF in Utility type Entity since it is not possible to activate the Rowkey for such entities. 

Rowkey activation is a pre-requisite to add CF in any entity.

Please refer to the screenshot below.

 

Regards

Abdul Rehman

3 replies

Abdul
Superhero (Partner)
Forum|alt.badge.img+20
  • Superhero (Partner)
  • 552 replies
  • Answer
  • November 14, 2025

Hi ​@Ed22,

It is not allowed add CF in Utility type Entity since it is not possible to activate the Rowkey for such entities. 

Rowkey activation is a pre-requisite to add CF in any entity.

Please refer to the screenshot below.

 

Regards

Abdul Rehman


Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • 184 replies
  • November 14, 2025

and exist some superior entity for this entity, in which I can add CF and CF will be also in ShopOrdTransactionUtil? 


Abdul
Superhero (Partner)
Forum|alt.badge.img+20
  • Superhero (Partner)
  • 552 replies
  • November 14, 2025

I don’t think any kind of parent child relationships works between entities, though you can pass CF between base view and additional view within an entity.