Websydian v6.1 online documentationOnline documentation - Websydian v6.1

FAQ - How do I use calculated and derived fields in Websydian

Product Websydian Web Developer
Version All
Category Development
Question How do I use calculated and derived fields in Websydian?
Answer

A field that is a target of a "has derived FLD" triple is set in the server functions like SingleFetch and BlockFetch. Therefore a derived field will also work in Websydian without any modifications.

A field that has a "computed by FNC" triple will also be shown/set correctly as long as you remember to inherit from EventHandlerWithFieldConversion / PageGeneratorWithFieldConversion.