Compute on Flexifields
| Project: | Computed Field |
| Version: | 6.x-1.0-beta2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
If any of you are familiar with Flexifields, you will know how powerful it is. With the help of computed fields, a form can become a full fledged Time Card or calculated table. However, Computed Fields does not play nice with flexifields.
Any computed fields inside or outside a flexifield (outside is calling values inside a flexifield) do not work.
For example:
Example 1. CONTENTFORM= FlexifieldA---->field_1a=23,field_2a=35,computedfield_a(adds 1a and 2a)
Does not print/compute field in created form that holds flexifield (obviously it prints in the form that is the flexifield)
Example 2. CONTENTFORM= FlexifieldA---->field_1a=23,field_2a=35 Fieldb---->computedfield_a(adds 1a and 2a)
Does not print/compute field in created form (that holds flexifield)

#1