I have a form that is created via @Compose command, and has the property “Form inherit values from selected document”. This is meant to pick up the value defined in the formula (inheriting from a field of that name), but in some fields I want to use the same field name, but over-ride the inheritance.
Example. Source document has a field called CDate, which contains the creation date/time. Target document has the same field name, but I have set its formula to @Created. However, it still picks up the value of CDate in source document. Is this correct behaviour?